function google() {
document.write ("	<form method=\"get\" action=\"http://www.google.com/custom\" target=\"google_window\">\r\n");
document.write ("	<table border=0 CELLSPACING=0 CELLPADDING=0>\r\n");
document.write ("	<tr><td bgcolor=white nowrap=\"nowrap\" valign=\"top\" align=\"left\" height=\"32\" colspan=2>\r\n");
document.write ("	<input type=\"text\" name=\"q\" size=\"18\" maxlength=\"255\" value=\"\"></input>\r\n");
document.write ("</tr></td>\r\n");
document.write ("<tr><td bgcolor=white>	<img src=\"http://www.google.com/logos/Logo_25wht.gif\" border=\"0\" alt=\"Google\" align=\"middle\"></img>\r\n");
document.write ("</td><td bgcolor=white>	\r\n");

document.write ("	<input type=\"submit\" name=\"sa\" value=\"Search\"></input>\r\n");
document.write ("	<input type=\"hidden\" name=\"client\" value=\"pub-7380568357888367\"></input>\r\n");
document.write ("	<input type=\"hidden\" name=\"forid\" value=\"1\"></input>\r\n");
document.write ("	<input type=\"hidden\" name=\"ie\" value=\"ISO-8859-1\"></input>\r\n");
document.write ("	<input type=\"hidden\" name=\"oe\" value=\"ISO-8859-1\"></input>\r\n");
document.write ("	<input type=\"hidden\" name=\"safe\" value=\"active\"></input>\r\n");
document.write ("	<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>\r\n");
document.write ("	<input type=\"hidden\" name=\"hl\" value=\"en\"></input>\r\n");
document.write ("	</td></tr></table>\r\n");
document.write ("	</form>\r\n");
}