var strFormGoogle='';
strFormGoogle+='<span id="saisimoteur" style="position:absolute; width:257px; height:84px; z-index:41; left: 562px; top: 20px"> ';
strFormGoogle+='<!--  Champ de recherche Google -->';
  
strFormGoogle+='<FORM method=GET action="http://www.google.fr/search" name="formGoogle" onsubmit="javascript:page_suivante();">';
strFormGoogle+='<TABLE bgcolor="#FFFFFF"><tr><td>';
strFormGoogle+='<IMG src="http://www.google.com/logos/Logo_25wht.gif" border=0>';
strFormGoogle+='<INPUT TYPE=text name=q1 size=10 maxlength=255 value="">';
strFormGoogle+='<INPUT TYPE=hidden name=q value="">';
strFormGoogle+='<INPUT TYPE=hidden name=hl value=fr>';
strFormGoogle+='<A href="javascript:page_suivante();">';
strFormGoogle+='&nbsp;<IMG src="/images/suivante.gif" border=0>';
strFormGoogle+='</A>';
strFormGoogle+='</td></tr></TABLE>';
strFormGoogle+='</FORM>';
strFormGoogle+='<!-- Google -->';
strFormGoogle+='</span>';


  function page_suivante()
  {
    if (document.formGoogle.q1.value != "")
    {
      document.formGoogle.q.value = document.formGoogle.q1.value + " site:www.urbamet.com"
      document.formGoogle.submit();
    }
    else
      alert("Veuillez saisir un terme à rechercher...");
  }

