function googlesearch() {
	var s="";
	s+='<table width="209" cellspacing="0" cellpadding="0" align="center">';
	s+='<form method=get action="http://www.google.fr/custom" target="google_window">';
	s+='<tr><td>';
	s+='<input type=text name=q maxlength=255 value="" style="width: 135px">';
	s+=' <input type=image name=sa src="/newfr/images/recherche.jpg" width="62" height="19" align="absmiddle">';
	s+='<input type=hidden name=domains value="french.cri.cn"><br>';
	s+='<input type=radio name=sitesearch value=""> Web';
	s+=' <input type=radio name=sitesearch value="french.cri.cn" checked> french.cri.cn';
	s+='</td></tr>';
	s+='<input type="hidden" name="client" value="pub-0646231730893954"></input>';
	s+='<input type="hidden" name="forid" value="1"></input>';
	s+='<input type="hidden" name="ie" value="ISO-8859-1"></input>';
	s+='<input type="hidden" name="oe" value="ISO-8859-1"></input>';
	s+='<input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;LH:55;LW:150;L:http://www.google.com/images/logo_sm.gif;S:http://www.google.com/;LP:1;FORID:1"></input>';
	s+='<input type="hidden" name="hl" value="fr"></input>';
	s+='</form>';
	s+='</table>';
	document.write(s);
}

googlesearch();

