function clearInput()
{
	document.searchForm.searchBox.value="";
}
