function	google()
{
 <!-- SiteSearch Google -->
	document.write("<form method=get action=\"http://www.google.co.jp/search\">");
	document.write("<table align=\"right\" bgcolor=\"#ffffff\">");
	document.write("<tr valign=top><td width=\"200\">");
	document.write("</td>");	
	document.write(" <td>");
	document.write("<a href=\"http://www.google.co.jp/\">");
	document.write("<img src=\"/image/google-logo.gif\" alt=\"Google\" width=\"72\" height=\"30\" border=\"0\" align=\"absmiddle\"></a>");
	document.write("</td>");
	document.write("<td>");
	document.write("<input type=text name=q size=30 maxlength=255 value=\"\">");
	document.write("<input type=hidden name=ie value=Shift_JIS>");
	document.write("<input type=hidden name=oe value=Shift_JIS>");
	document.write("<input type=hidden name=hl value=\"ja\">");
	document.write("<input type=submit name=btnG value=\"Google 検索\">");
	document.write("</td>");
	document.write("<td>");
	document.write("<input type=hidden name=domains value=\"www.innervision.co.jp\">");
	document.write("<input type=radio name=sitesearch value=\"\"> ");
	document.write("<span class=\"size7\">WWW を検索</span> ");
	document.write("<input type=radio name=sitesearch value=\"innervision.co.jp\" checked>");
	document.write("<span class=\"size7\">サイト内検索</span></td>");
	document.write("</tr></table>");
	document.write("</form>");
<!-- SiteSearch Google -->	
}
