function SearchMySite()
{
	var theText = escape(document.myGoogle["field"].value);
	 if (theText != "")
	  window.location.href= "http://www.google.com/search?as_q="
	  + theText +
	  "&as_sitesearch=inmr.net";
	return false;
}

