<!--
var count = 1;
function cleartext() {
if (count==1) {
	document.search.o.value="";
	count=0;
	}
	}

//-->