// JavaScript Document
function update_db()
{
	  searchForm.db.value = document.all.sortDbids.value;
}

document.write("<table border=0 align=center cellpadding=0 cellspacing=0>");
document.write("<tr><form action='http://search.zjol.com.cn/wse/cgwse/login1.jsp' method='post' name='searchForm' target='_blank' onsubmit='return update_db()'>");
document.write("<input type=hidden id=sortDbids value=GR>");
document.write("<td><input type=text name=anyWord maxlength=20 name=anyWord size=11></td>");
document.write("<td><input name=imageField type=image src=/images/zjgrrb/daily_14.gif width=48 height=28 border=0></td>");
document.write("<input type='hidden' name='db' value=''>");
document.write("</form></tr></table>");