function AddGoogleSearch()
{
	doc = document;
	// Partie Google
	Text = '<form method="get" action="http://www.google.com/custom" target="google_window">' +
'<table border="0" bgcolor="#ffffff" WIDTH="100%">' +
'<tr><td nowrap="nowrap" valign="top" align="center" height="32">' +
'<a href="http://www.google.com/">' +
'<img src="http://www.google.com/logos/Logo_25wht.gif"' +
'border="0" alt="Google"></img></a>' +
'<br/>' +
'<input type="hidden" name="domains" value="www.photeus.info"></input>' +
'<input type="text" name="q" maxlength="255" value="" STYLE="border-style:solid;border-width:1px;width:100%"></input>' +
'</td></tr>' +
'<tr>' +
'<td align="center" nowrap="nowrap">' +
'<table>' +
'<tr>' +
'<td>' +
'<input type="radio" name="sitesearch" value="" checked="checked"></input>' +
'<font size="-1" color="#000000">Web</font>' +
'</td>' +
'<td>' +
'<input type="radio" name="sitesearch" value="www.photeus.info"></input>' +
'<font size="-1" color="#000000">Photeus</font>' +
'</td>' +
'</tr>' +
'</table>' +
'<input type="hidden" name="client" value="pub-7515381784320445"></input>' +
'<input type="hidden" name="forid" value="1"></input>' +
'<input type="hidden" name="ie" value="ISO-8859-1"></input>' +
'<input type="hidden" name="oe" value="ISO-8859-1"></input>' +
'<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;FORID:1;"></input>' +
'<input type="hidden" name="hl" value="fr"></input>' +
'<input type="submit" class="spip_bouton" name="sa" value="Rechercher"></input>' +
'</td></tr></table>' +
'</form>';

	// Séparation
	Text += '<DIV STYLE="height:20px"></DIV>';

	doc.writeln(Text);
}

