document.writeln("<form method=\"get\" id=\"myform\" action=\"\/search\/\">");
document.writeln("        <input name=\"keyword\" type=\"text\" id=\"keyword\" size=\"60\" \/>");
document.writeln("        <label>");
document.writeln("          <input name=\"mybutton\" type=\"submit\" id=\"mybutton\" value=\"\" \/>");
document.writeln("      <\/label>");
document.writeln("      <\/form>")