
<!-- Hide script from old browsers
function clearbox(){
if (document.searchform.q.value == "keyword") 
	{
		document.searchform.q.value = "";
	}
}

function fillbox(){
if (document.searchform.q.value == "") 
	{
		document.searchform.q.value="keyword";
	}
}
// End the hiding -->

