﻿document.write("<table width=1002 border=0 cellspacing=0 cellpadding=0 align=center class=border>");
document.write("<tr><td>");
document.write("<TABLE height=18 cellSpacing=0 cellPadding=0 width=100% background=http://jw.ys.gov.cn/images/a_top.gif align=center border=0>");
document.write("<TBODY>");
document.write("<TR>");
document.write("<TD width=79% height=20></TD>");
document.write("<TD vAlign=bottom align=left width=21% class=font>");
tmpDate = new Date();
date = tmpDate.getDate();
month= tmpDate.getMonth() + 1 ;
year= tmpDate.getYear();
document.write(year);
document.write('年');
document.write(month);
document.write('月');
document.write(date);
document.write('日 ');
myArray=new Array(6);
myArray[0]='星期日'
myArray[1]='星期一'
myArray[2]='星期二'
myArray[3]='星期三'
myArray[4]='星期四'
myArray[5]='星期五'
myArray[6]='星期六'
weekday=tmpDate.getDay();
if (weekday==0 | weekday==6)
{
document.write(myArray[weekday])
}
else
{document.write(myArray[weekday])
};
document.write("</TD></TR></TBODY></TABLE></td></tr>");
document.write("<tr> ");
document.write("<td>");
document.write("<object classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0 width=997 height=120>");
document.write("<param name=movie value=http://jw.ys.gov.cn/images/banner.swf>");
document.write("<param name=quality value=high>");
document.write("<embed src=http://jw.ys.gov.cn/images/banner.swf quality=high pluginspage=http://www.macromedia.com/go/getflashplayer type=application/x-shockwave-flash width=997 height=120></embed>");
document.write("</object></td>");
document.write("</tr>");
document.write("<tr><td align=center background=http://jw.ys.gov.cn/images/top_4.gif><table width=85% border=0 cellspacing=0 cellpadding=0 class=toptile>");
document.write("<tr>");
document.write("<td height=20><a href=http://jw.ys.gov.cn/index.htm class=toptile>首 页</a></td>");
document.write("<td><a href=http://jw.ys.gov.cn/jjyw.htm class=toptile>经济要闻</a></td>");
document.write("<td><a href=http://jw.ys.gov.cn//jjyx.htm class=toptile>经济运行</a></td>");
document.write("<td><a href=http://jw.ys.gov.cn//xmjs.htm class=toptile>项目建设</a></td>");
document.write("<td><a href=http://jw.ys.gov.cn//qygg.htm class=toptile>企业改革</a></td>");
document.write("<td><a href=http://jw.ys.gov.cn//gmgy.htm class=toptile>规模工业</a></td>");
document.write("<td><a href=http://jw.ys.gov.cn//ldyq.htm class=toptile>两大园区</a></td>");
document.write("<td><a href=http://jw.ys.gov.cn//nydl.htm class=toptile>能源电力</a></td>");
document.write("<td><a href=http://jw.ys.gov.cn//gzjg.htm class=toptile>国资监管</a></td>");
document.write("<td><a href=http://jw.ys.gov.cn//zcfg.htm class=toptile>政策法规</a></td>");
document.write("<td><a href=http://jw.ys.gov.cn//jggz.htm class=toptile>效能建设</a></td>");
document.write("</tr>");
document.write("</table></td></tr>");
document.write("</table>");
