	function VerifySearchData(SearchForm)
	{//return true only if we have a user-entered query
		return (SearchForm.query0.value.length > 0);
	}
		  
