﻿// JavaScript Document
document.writeln("<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("<form action=\"\/search.asp\" method=\"post\" name=\"seo\">");
document.writeln("  <tr>");
document.writeln("    <td width=\"60\"><img src=\"\/images\/search.gif\" border=\"0\"><\/td>");
document.writeln("    <td width=\"220\"><input name=\"keyword\" type=\"text\" id=\"keyword\" size=\"30\" maxlength=\"30\"><\/td>");
document.writeln("    <td width=\"110\"><select name=\"seolx\" id=\"seolx\">");
document.writeln("      <option value=\"title\" selected>仅搜索标题<\/option>");
document.writeln("      <option value=\"mohu\">智能模糊搜索<\/option>");
document.writeln("    <\/select><\/td>");
document.writeln("    <td><input type=\"image\" src=\"\/images\/topsearch_submit.gif\" border=\"0\"><\/td>");
document.writeln("  <\/tr><\/form>");
document.writeln("<\/table>")
