<!--
document.writeln("<script language=\"JavaScript\" src=\"/include/years.js\"><\/script>");
thisyear='2002';

document.writeln("<body bgcolor=#960018 text=#FFFFFF>");
document.writeln("<table align=center border=0 width=760 cellspacing=0 cellpadding=0><tr>");
document.writeln("<td width=190><a href=/><img border=0 src=/img/2002/title_1.gif width=190 height=65></a></td>");
document.writeln("<td width=4></td>");
document.writeln("<td width=566>");
document.writeln("<table border=0 width=100% cellspacing=0 cellpadding=0 bgcolor=#FFFFFF>");
document.writeln("<tr bgcolor=#EE9C00><td width=100% colspan=3 height=3></td></tr>");
document.writeln("<tr><td width=9><img border=0 src=/img/2002/s_left.gif width=9 height=23></td>");
document.writeln("<form method=post action=/asp/Search.asp name=searchform onSubmit=\"return searchformcheck()\">");
document.writeln("<td width=548 class=p9 align=center>");
document.writeln("<img SRC=\"http://202.102.4.148/cgi-bin/Count.exe?ft=0&md=5&dd=49&sh=1&df=nianjian.dat\" align=absmiddle title=\"2000年9月28日起\">");
document.writeln("　<font color=#960018>模糊检索</font>");
document.write("<select name=nj_year class=changebutton style=\"width:80;\">");
document.write("<option value=0>-所有年份-</option>");
document.write("</select>");
document.writeln("<select name=nj_type class=changebutton style=\"width:80;\"><option value=标题 selected>标题检索</option><option value=全文>全文检索</option></select>");
document.writeln("<input type=text name=nj_kw value=\"...请输入关键字...\" onmouseover=this.focus() onmouseout=this.blur() onfocus=this.select() onblur=this.value=this.value style=\"BORDER-TOP:#FF9900 1px solid;BORDER-LEFT:#FF9900 1px solid;BORDER-BOTTOM:#FF9900 1px solid;BORDER-RIGHT:#FF9900 1px solid;padding-top:2px;padding-bottom:0px;font-size:9pt;color:#960018;width:150;height:18;margin-top:-1px;text-align:center\">");
document.writeln("<input type=submit value=\"开始检索\" class=changebutton>");
document.writeln("</td>");
document.writeln("</form>");
document.writeln("<td width=9><img border=0 src=/img/2002/s_right.gif width=9 height=23></td></tr>");
document.writeln("<tr bgcolor=#EE9C00><td width=100% colspan=3 height=3></td></tr>");
document.writeln("<tr bgcolor=#960018><td width=100% height=20 colspan=3 align=right valign=bottom class=p9 id=allyearlist>");
document.writeln("</td></tr>");
document.writeln(" </table>");
document.writeln("</td></tr></table><br>");

function searchformcheck()
{	
  if ((document.searchform.nj_kw.value == "")||(document.searchform.nj_kw.value == "...请输入关键字..."))
    {
    alert("请输入要检索的关键字！");
    document.searchform.nj_kw.focus();
    return false;
    }
  return (true);
}
//-->