// JScript source code
var count=0;
function search_onfocus() {
if(count==0){
	document.searchForm.search.value="";
	count=1;
}
}
