function CheckForm1()
	{
	if(document.searchgb.q.value=="")
	{
		alert("请您输入关键字！");
		document.searchgb.q.focus();
		return false;
	}
	if(document.searchgb.q.value=="请输入关键字")
	{
		alert("您还没有输入关键字");
		document.searchgb.q.focus();
		return false;
	}
}
function get(t1)
{
window.open("http://www.baidu.com/baidu?tn=srts&word="+t1,"","toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=800,height=600");
}
document.write("<table cellSpacing=\"0\" cellPadding=\"0\" width=\"167\" align=\"center\" border=\"0\">");
document.write("<form onsubmit=\"return CheckForm1();\" method=\"get\" name=\"searchgb\" action=\"http://www.srts.net/search.asp\" target=\"_blank\">");
document.write("<tr>");
document.write("<td align=\"right\" height=\"32\" colspan=\"2\">");
document.write("<input size=\"22\" name=\"q\" onmouseover=\"this.focus(); this.style.backgroundColor = '#D8F1F3'\" onfocus=\"this.select()\" onMouseOut=\"this.style.backgroundColor = ''\" style=\"BORDER-RIGHT: 1px solid #6687BA; BORDER-TOP: 1px solid #6687BA; BORDER-LEFT: 1px solid #6687BA; BORDER-BOTTOM: 1px solid #6687BA; HEIGHT: 20px; font-size:10pt\">");
document.write("</td></tr>");
document.write("<tr>");
document.write("<td align=\"center\" height=\"32\">");
document.write("<input type=\"hidden\" name=\"sitesearch\" value=\"srts.net\">");
document.write("<input type=\"hidden\" value=\"1\" name=\"forid\">");
document.write("<input type=\"hidden\" value=\"GB2312\" name=\"ie\">");
document.write("<input type=\"hidden\" value=\"GB2312\" name=\"oe\">");
document.write("<input type=\"hidden\" value=\"pub-9447633406681134\" name=\"client\">");
document.write("<input type=\"hidden\" value=\"GALT:#008000;GL:1;DIV:#FFFFFF;VLC:E1771E;AH:center;BGC:FFFFFF;LBGC:FFFFFF;ALC:3D5A83;LC:3D5A83;T:000000;GFNT:3D81EE;GIMP:3D81EE;LH:0;LW:0;S:http://www.srts.net;LP:1;FORID:11\" name=\"cof\">");
document.write("<input type=\"hidden\" value=\"zh-CN\" name=\"hl\">");
document.write("<img border=\"0\" src=\"../Article/Images/nv_search.gif\" vspace=\"4\" hspace=\"2\" width=\"16\" height=\"16\">");
document.write("</td>");
document.write("<td align=\"right\" height=\"32\">");
document.write("<input type=\"image\" src=\"http://www.srts.net/Article/Images/Searchsrts.gif\" width=\"65\" height=\"25\" name=\"sa\" title=\"本站搜索\"> ");
document.write("<input onclick=\"javascript:{get(q.value);}\" type=\"image\" src=\"http://www.srts.net/Article/Images/Searchbaidu.gif\" width=\"65\" height=\"25\" title=\"百度搜索\" name=\"sa\">");
document.write("</td>");
document.write("</tr>");
document.write("</form>");
document.write("</table>");