document.write("<div id=\"search\">");
document.write("<form name=\"form1\" action=\"/search/search.php\" method=\"get\">");
document.write("	  <input type=\"hidden\" name=\"mode\" value=\"search\">");
document.write("	  <input type=\"hidden\" name=\"page\" value=\"1\">");
document.write("	  <input type=\"hidden\" name=\"open_type\" value=\"0\">");
document.write("	  <input type=\"hidden\" name=\"sort\" value=\"mark\">");
document.write("	  <img src=\"/search/img/search.gif\" alt=\"検索\" width=\"18\" height=\"18\" align=\"absbottom\" title=\"検索\">&nbsp;<input type=\"text\" name=word size=\"20\" class=\"form\">");
document.write("	  <select name=\"engine\" class=\"form\">");
document.write("        <option value=\"pre\" selected>Yomi-Search(PHP)modified");
document.write("<option value=\"yahoo\">Yahoo!");
document.write("");
document.write("<option value=\"google\">Google      </select>");
document.write("      <select name=\"method\" class=\"form\">");
document.write("		<option value=\"and\" selected>AND");
document.write("		<option value=\"or\">OR");
document.write("      </select>");
document.write("      <input type=\"submit\" value=\" 検 索 \" class=\"form\">&nbsp;&nbsp;<a href=\"/search/search.php\"><font size=\"-2\">詳細検索</font></a>");
document.write("</form>");
document.write("</div>");
