// JavaScript Document
document.writeln("<table width=\"1000\" height=\"30\"  border=\"0\" cellpadding=\"0\" cellspacing=\"0\" background=\"\/images\/2009jy_menu.gif\"  align=\"center\">");
document.writeln("  <tr>");
document.writeln("    <td width=\"200\" align=\"center\">");
function check(){ 
      if(document.queryfull.searchword.value==""){
		 alert("请输入检索词！") ;
		 document.queryfull.searchword.focus();
		 return false;
	  }
	   
	  document.queryfull.submit();
}
	  var date=new Date();
		var year=date.getYear();
		var month=date.getMonth();
	    var d=date.getDate();
		document.write(year+"年"+(month+1)+"月"+d+"日&nbsp;&nbsp;");
        var day = date.getDay();
		if(day==1){document.write("星期一");}
        if(day==2){document.write("星期二");}
		if(day==3){document.write("星期三");}
		if(day==4){document.write("星期四");}
        if(day==5){document.write("星期五");}
		if(day==6){document.write("星期六");}
		if(day==7){document.write("星期日");} 
		document.writeln("  <\/td>");
document.writeln("    <td align=\"left\"> <a href=\"\/zwgk\/xxc\">信息窗<\/a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;<a href=\"\/2009zfxxgk\">政务公开<\/a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;<a href=\"\/2009zfxxgk\/?flbh=10\">法律法规<\/a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;<a href=\"\/wsbs\">网上办事<\/a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;<a href=\"\/gzcy\">公众参与<\/a><\/td>");
document.writeln("    <td width=\"350\" align=\"center\"><table  border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("     <form name=\"queryfull\" id=\"queryfull\" action=\"http:\/\/www.xmciq.gov.cn\/trswcm_plugins\/queryfull.jsp\" method=\"post\">");
document.writeln(" <tr>");
document.writeln("        <td width=\"18\" align=\"left\"><img src=\"\/images\/2009jy_me1.gif\" width=\"11\" height=\"30\"><\/td>");
document.writeln("        <td align=\"left\">站内检索：<\/td>");
document.writeln("        <td><input type=\"text\" name=\"searchword\" id=\"searchword\" value=\'\' style=\"width:118px; \"><\/td>");
document.writeln("        <td width=\"55\" align=\"center\"><img src=\"\/images\/2009jy_bt1.gif\" onClick=\'return check();\' style=\'cursor:hand;\' width=\"47\" height=\"20\"><\/td>");
document.writeln("        <td width=\"68\" align=\"center\"><a href=\'https:\/\/mail.xmciq.gov.cn\' target=\'_blank\'><img src=\"\/images\/2009jy_bt2.gif\" width=\"64\" height=\"20\" border=\"0\"><\/a><\/td>");
document.writeln("      <\/tr>");
document.writeln("      <\/form>");
document.writeln("    <\/table><\/td>");
document.writeln("  <\/tr>");
document.writeln("<\/table>");
