jQuery(function($){
	$(':input[id=Search]').click(function() {
		$(this).attr('value', '');
	});
});
