document.writeln("<form method=\"post\" action=\"/so.asp\">");
document.writeln("<td align=right>");
document.writeln("<input type=\"text\" name=\"word\" size=\"15\" value=输入关键字>");
document.writeln("<select size=\"1\" name=\"wh\">");
document.writeln("<option value=\"title\">标题<\/option>");
document.writeln("<option value=\"zz\">作者<\/option>");
document.writeln("<\/select>")
document.writeln("<select size=\"1\"  name=\"lm\" style=\"font-size: 9pt\">");
document.writeln("<option value=\" \">请选择栏目<\/option>");
document.writeln("<option value=\" \">所有栏目<\/option>");
document.writeln("					  ");
document.writeln("					         <option value=\'1\' >安监新闻<\/option>");
document.writeln("					       ");
document.writeln("					         <option value=\'2\' >组织机构<\/option>");
document.writeln("					       ");
document.writeln("					         <option value=\'3\' >政策法规<\/option>");
document.writeln("					       ");
document.writeln("					         <option value=\'4\' >煤矿非煤矿山<\/option>");
document.writeln("					       ");
document.writeln("					         <option value=\'5\' >危化物品<\/option>");
document.writeln("					       ");
document.writeln("					         <option value=\'6\' >安全生产月<\/option>");
document.writeln("					       ");
document.writeln("					         <option value=\'7\' >教育培训<\/option>");
document.writeln("					       ");
document.writeln("					         <option value=\'8\' >综合监管<\/option>");
document.writeln("					       ");
document.writeln("					         <option value=\'9\' >道路交通<\/option>");
document.writeln("					       ");
document.writeln("					         <option value=\'10\' >劳动保护<\/option>");
document.writeln("					       ");
document.writeln("					         <option value=\'11\' >应急救援<\/option>");
document.writeln("					       ");
document.writeln("					         <option value=\'12\' >领导讲话<\/option>");
document.writeln("					       ");
document.writeln("					         <option value=\'13\' >最新公告<\/option>");
document.writeln("					       ");
document.writeln("					         <option value=\'14\' >光荣榜<\/option>");
document.writeln("					       ");
document.writeln("					         <option value=\'15\' >曝光台<\/option>");
document.writeln("					       ");
document.writeln("					         <option value=\'16\' >事故分析<\/option>");
document.writeln("					       ");
document.writeln("					         <option value=\'17\' >隐患排查<\/option>");
document.writeln("					       ");
document.writeln("					         <option value=\'18\' >安监论坛<\/option>");
document.writeln("					       ");
document.writeln("					         <option value=\'19\' >重点单位名片<\/option>");
document.writeln("					       ");
document.writeln("					         <option value=\'20\' >党建工作<\/option>");
document.writeln("					       ");
document.writeln("					         <option value=\'21\' >专项整治<\/option>");
document.writeln("					       ");
document.writeln("					         <option value=\'22\' >文件下载<\/option>");
document.writeln("					       ");
document.writeln("					         <option value=\'23\' >最新消息<\/option>");
document.writeln("					       ");
document.writeln("");
document.writeln("<\/select>")
document.writeln("<input type=submit height=21 width=51 value=搜>");
document.writeln("<\/td>");
document.writeln("<\/form>")