


var f = document.getElementById('globalsearch'); 
function sb() {
  if (f.value == '') { f.style.background = '#ffffff url(http://www.google.com/coop/intl/da/images/google_custom_search_watermark.gif) left center no-repeat'; } 
}
function sf() { f.style.background = '#ffffff none left center no-repeat'; } 

