function Search() {
	document.writeln('<form method="get" action="http://www.google.co.jp/search">');
	document.writeln('<table bgcolor="#FFFFFF">');
	document.writeln('<tr valign="top">');
	document.writeln('<td><a href="http://www.google.co.jp/"><img src="http://www.google.com/logos/Logo_25wht.gif" border="0" alt="Google" align="absmiddle"></a></td>');
	document.writeln('<td>');
	document.writeln('<input type="text" name="q" size="20" maxlength="255" value="" />');
	document.writeln('<input type="hidden" name="ie" value="shift_jis" />');
	document.writeln('<input type="hidden" name="oe" value="shift_jis" />');
	document.writeln('<input type="hidden" name="hl" value="ja" />');
	document.writeln('<input type="submit" name="btnG" value="検索" />');
	document.writeln('<font size="-2">');
	document.writeln('<input type="hidden" name="domains" value="http://www.tabatainc.co.jp/" /><br />');
	document.writeln('<input type="radio" name="sitesearch" value=""><span class="fonsz10" />&nbsp;WEB全体から検索</span>');
	document.writeln('<input type="radio" name="sitesearch" value="http://www.tabatainc.co.jp/" checked="checked" /><span class="fonsz10">&nbsp;サイト内を検索</span>');
	document.writeln('</font>');
	document.writeln('</td>');
	document.writeln('</tr>');
	document.writeln('</table>');
	document.writeln('</form>');
}
