function clearBox(){
	window.document.formSear.searWords.value = ""
}
document.write ("<FORM name='formSear' action='search.asp' method='GET' ID='Form1'>");
document.write ("<INPUT name='searWords' value='' class='searchBox' ID='Text1' onclick='clearBox()'><INPUT name='Send' type='submit' value='Search' ID='Submit1' class='searchButton'></FORM>");
