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