jQuery(document).ready(function($){
	$("ul.sf-menu").superfish();
	$("#s").focus(function(){
		$(this).attr({value:""});
	});
}); 
