function getGoogleSiteSearch() {
    document.write('<form method=get action="http://www.google.co.jp/search">');
    document.write('<a href="http://www.google.co.jp/"><img src="http://www.google.com/logos/Logo_25wht.gif" border="0" alt="Google" align="absmiddle"></a>');
    document.write('<input type=text name=q size=20 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="ŒŸõ">');
    document.write('<input type=hidden name=domains value="seaj.or.jp">');
    document.write('<input type=radio name=sitesearch value=""> Web');
    document.write('<input type=radio name=sitesearch value="seaj.or.jp" checked> seaj.or.jp');
    document.write('</form>');
}