document.writeln("<SCRIPT language=javascript>");
document.writeln("function g(formname)	{");
document.writeln("var url = \"http://www.baidu.com/baidu\";");
document.writeln("if (formname.s[1].checked) {");
document.writeln("	formname.ct.value = \"2097152\";");
document.writeln("}");
document.writeln("else {");
document.writeln("	formname.ct.value = \"0\";");
document.writeln("}");
document.writeln("formname.action = url;");
document.writeln("return true;");
document.writeln("}");
document.writeln("</SCRIPT>");
document.writeln("<form name=\"f1\" onsubmit=\"return g(this)\" target=\"_blank\">");
document.writeln("<table style=\"font-size:9pt;\">");
document.writeln("<tr height=\"60\">");
document.writeln("<td>");
document.writeln("<input name=word size=\"30\" maxlength=\"100\" class=\"search-keyword\" value=\"输入搜索关键字...\" onfocus=\"if(this.value==\'输入搜索关键字...\'){this.value=\'\';}\"  onblur=\"if(this.value==\'\'){this.value=\'输入搜索关键字...\';}\">");
document.writeln("<input type=\"submit\" value=\"百度搜索\" class=\"search-submit\"><br>");
document.writeln("<input name=tn type=hidden value=\"bds\">");
document.writeln("<input name=cl type=hidden value=\"3\">");
document.writeln("<input name=ct type=hidden>");
document.writeln("<input name=si type=hidden value=\"www.xgie.com\">");
document.writeln("<input name=s type=radio> 互联网");
document.writeln("<input name=s type=radio checked> www.xgie.com");
document.writeln("</td></tr></table>");
document.writeln("</form>");