		$(document).ready(function(){ 		  
			$('#header #searchform input[type="text"]').one("focus", function() {
		  	$(this).val("");
		  });
			$("ul.sf-menu").superfish();
		});


