document.writeln('<table width="778" border="0" cellspacing="0" cellpadding="0">');
document.writeln('  <tr> ');
document.writeln('    <td width="259" class="layer"><div id="Layer1" style="position:absolute; left:0px; top:0px; width:778px; height:100px; z-index:1"> ');
document.writeln('        <embed src="images/top.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="778" height="100" wmode="transparent"></embed> ');
document.writeln('      </div>');
document.writeln('      <img src="images/home-1_1.jpg" width=195 height=100 alt=""></td>');
document.writeln('    <td width="259"><img src="images/home-1_2.jpg" width=390 height=100 alt=""></td>');
document.writeln('    <td width="260"><img src="images/home-1_3.jpg" width=193 height=100 alt=""></td>');
document.writeln('  </tr>');
document.writeln('</table>');
document.writeln('<table width="778" border="0" cellspacing="0" cellpadding="0">');
document.writeln('  <tr> ');
document.writeln('    <td width="195" height="23" background="images/home-1_4.gif" class="td-top2">　 ');

function MakeArray(n) {
this.length = n
return this
}
dayNames = new MakeArray(7);
dayNames[1] = "日";
dayNames[2] = "一";
dayNames[3] = "二";
dayNames[4] = "三";
dayNames[5] = "四";
dayNames[6] = "五";
dayNames[7] = "六";
function customDateString(oneDate) {
var theDay = dayNames[oneDate.getDay() + 1];
var theMonth = oneDate.getMonth() + 1;
var theYear = oneDate.getYear(); 
if  (theYear < 1900) { theYear = theYear + 1900};
var today = theYear + "年" + theMonth + "月" + oneDate.getDate() + "日 " + "星期" +  theDay;
return today;
}document.write("<span style=font-size:9pt;color:#FFFFFF;>" + customDateString(new Date()) + "</span>")

document.writeln('    </td><td width="583" background="images/home-1_5.gif"> <table width="98%" border="0" cellpadding="0" cellspacing="0" class="p14-lan">');
document.writeln('        <tr> ');
document.writeln('          <td width="14%"> <div align="center"><font color="#FFFFFF"><a href="index.asp" onfocus="this.blur()">首　页</a></font></div></td>');
document.writeln('          <td width="14%"> <div align="center"><font color="#FFFFFF"><a href="news.asp?type=人大(动态)" onfocus="this.blur()">最新动态</a></font></div></td>');
document.writeln('          <td width="14%"> <div align="center"><font color="#FFFFFF"><a href="news.asp?type=人大(媒体)" onfocus="this.blur()">媒体报道</a></font></div></td>');
document.writeln('          <td width="14%"> <div align="center"><font color="#FFFFFF"><a href="news.asp?type=人大(花絮)" onfocus="this.blur()">会议花絮</a></font></div></td>');
document.writeln('          <td width="14%"> <div align="center"><font color="#FFFFFF"><a href="photo.asp" onfocus="this.blur()">图片新闻</a></font></div></td>');
document.writeln('          <td width="14%"> <div align="center"><font color="#FFFFFF"><a href="news.asp?type=人大(议案)" onfocus="this.blur()">议案建议</a></font></div></td>');
document.writeln('          <td width="16%"> <div align="center"><font color="#FFFFFF"><a href="news.asp?type=人大(发言)" onfocus="this.blur()">审议发言</a></font></div></td>');
document.writeln('        </tr>');
document.writeln('      </table></td>');
document.writeln('  </tr>');
document.writeln('</table>');

