function cf(object){
	var f= object;
	if(f.value == f.defaultValue)f.value = "";	
}


<!-----------------------------Add to Favorites------------------------------>
var bookmarkurl="http://www.bakersfieldcourtreporter.com"
var bookmarktitle="Wood & Randall"



 function addToFavorites()
 {
  if (window.external)
 {
   window.external.AddFavorite(bookmarkurl,bookmarktitle)
 }
  else
 { 
   alert("Sorry! Your browser doesn't support this function.");
  }
 }

function openNewWindow(URLtoOpen, windowName, windowFeatures) { newWindow=window.open(URLtoOpen, windowName, windowFeatures); }