
var searched = 0;
function clearInput()
{
	document.getElementById("s").style.color = "#000";
	if(searched == 0)
	{
	document.getElementById("s").value = "";
	searched = 1;
	}
}
