

jQuery(document).ready(function()
{	

$('#search').click(function()
{
	{
		document.getElementById("search").value="";
	}
});


});
