﻿//
//  googleサーチ表示
//

document.write(" <!-- SiteSearch Google -->");
document.write("   <FORM method=get action='http://www.google.co.jp/search'>");
document.write("   <TABLE border='0' cellpadding='0' height='40'>");
document.write("     <TR>");
document.write("       <TD valign='bottom'>");
document.write("         <A href='http://www.google.co.jp/' target='_blank'><img src='/images/google-logo_h25.png' border='0''></A>");
document.write("       </TD>");
document.write("       <TD>");
document.write("         <INPUT type=text name=q size=25 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("       </TD>");
document.write("       <TD>");
document.write("         <INPUT type=hidden name=domains value='www.kuromogu.com'>");
document.write("         <INPUT type=radio name=sitesearch value='www.kuromogu.com' checked> サイト内を検索");
document.write("         <INPUT type=radio name=sitesearch value=''> WWW を検索 ");
document.write("       </TD>");
document.write("     </TR>");
document.write("   </TABLE>");
document.write("   </FORM>");
document.write(" <!-- SiteSearch Google -->");
