$(document).ready(
function(){
	$("#search").click(
	function(){
		$(this).val('');		
	}
	);	
}
);
