document.writeln("<form name=\"form1\" method=\"post\" action=\"/search.php\">");
document.writeln("    <input name=\"sword\" class=\"input1\" type=\"text\" size=\"50\" />");
document.writeln("    <select name=\"stype\" class=\"select1\">");
document.writeln("        <option value=\"\" selected>默认</option>");
document.writeln("        <option value=\"name\">标题</option>");
document.writeln("        <option value=\"actor\">主演</option>");
document.writeln("        <option value=\"area\">地区</option>");
document.writeln("        <option value=\"lang\">语言</option>");
document.writeln("        <option value=\"pubyear\">年份</option>");
document.writeln("    </select>");
document.writeln("    <input type=image src=\"/temp/default/images/buttom_01.gif\" align=\"absmiddle\" name=\"Submit\" value=\"提交\" />");
document.writeln("</form>");
document.writeln("<div style=\"PADDING-TOP: 10px;font-size:14px;\">");
document.writeln("    <a href=\"/search.php?sword=阿凡达\">阿凡达</a>&nbsp;<a href=\"/search.php?sword=2012\">2012</a>&nbsp;<a href=\"/search.php?sword=爱的色放\">爱的色放</a>&nbsp;<a href=\"/search.php?sword=色即是空\">色即是空</a>&nbsp;");
document.writeln("</div>");
