document.write("<table width='100%' border=0  cellpadding=0 cellspacing=0 bordercolor='0' >")
document.write("  <tr> ")
document.write("    <td align='center' class='white_1'><a href=/Index.html><font color='white'>&nbsp;本站首页</font></a> <font color='white'>|</font></td>")
document.write("    <td align='center' class='white_1'>&nbsp;<a href='/about/Index.html'><font color='white'>机构概况</font></a> <font color='white'>|</font></td>")
document.write("    <td align='center' class='white_1'>&nbsp;<a href='/news/Index.html'><font color='white'>新闻中心</font></a> <font color='white'>|</font></td>")
document.write("    <td align='center' class='white_1'>&nbsp;<a href='/pro/Index.html'><font color='white'>规范性文件</font></a> <font color='white'>|</font></td>")
document.write("    <td align='center' class='white_1'>&nbsp;<a href='/hr/Index.html'><font color='white'>重要会议</font></a> <font color='white'>|</font></td>")
document.write("    <td align='center' class='white_1'>&nbsp;<a href='/study/Index.html'><font color='white'>重点工作</font></a> <font color='white'>|</font></td>")
document.write("    <td align='center' class='white_1'>&nbsp;<a href='/case/Index.html'><font color='white'>发展规化</font></a> <font color='white'>|</font></td>")
document.write("    <td align='center' class='white_1'>&nbsp;<a href='/link/Index.html'><font color='white'>应急预案</font></a> <font color='white'>|</font></td>")
document.write("    <td align='center' class='white_1'>&nbsp;<a href='/contact/index.html'><font color='white'>新闻信息</font></a> <font color='white'>|</font></td>")
document.write("    <td align='center' class='white_1'>&nbsp;<a href='/news/zwgk/Index.html'><font color='white'>政务公开</font></a> <font color='white'>|</font></td>")
document.write("    <td align='center' class='white_1'>&nbsp;<a href='/GuestBook/Index.asp'><font color='white'>在线留言</font></a> </td>")
document.write("    <td align='center' class='white_1'> <font color='white'>")
today=new Date();
 function initArray(){
   this.length=initArray.arguments.length
   for(var i=0;i<this.length;i++)
   this[i+1]=initArray.arguments[i]  }
   var d=new initArray(
     "星期日",
     "星期一",
     "星期二",
     "星期三",
     "星期四",
     "星期五",
     "星期六");
document.write(
     today.getYear(),"年 ",
     today.getMonth()+1,"月",
     today.getDate(),"日&nbsp;",
     d[today.getDay()+1]
	 );
document.write("  </font></td>")
document.write("  </tr>")
document.write("</table>")
