function clearfield(){
if (document.form3.keyword.value == "search this site")
	document.form3.keyword.value = "";
}