document.writeln("<br>");
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)\">");
document.writeln("<table bgcolor=\"#FFFFFF\" style=\"font-size:9pt;\">");
document.writeln("<tr height=\"60\">");
document.writeln("<td>");
document.writeln("<input name=word size=\"28\" maxlength=\"100\">");
document.writeln("<input type=\"submit\" value=\"百度搜索\"><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.145236.com\">");
document.writeln("<input name=s type=radio> 百度");
document.writeln("<input name=s type=radio checked> 理财专家");
document.writeln("<\/td><\/tr><\/table>");
document.writeln("<\/form>");
document.writeln("")