﻿function MakeArray(n) {
this.length = n
return n;
}
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('<table width="1000" border="0" align="center" cellpadding="0" height="183" cellspacing="0">')
document.write('  <tr>')
document.write('    <td valign="top" background="/images/lcwsj_02.gif"><table width="1000" height="149" border="0" cellpadding="0" cellspacing="0">')
document.write('      <tr>')
document.write('        <td width="544" height="13">&nbsp;</td>')
document.write('        <td width="456"><img src="/images/1.jpg" width="456" height="32" border="0" usemap="#Map" /></td>')
document.write('      </tr>')
document.write('      <tr>')
document.write('        <td height="117" colspan="2"><table width="1000" border="0" cellspacing="0" cellpadding="0">')
document.write('          <tr>')
document.write('            <td width="416" valign="top"><table width="409" height="151" border="0" cellpadding="0" cellspacing="0">')
document.write('              <tr>')
document.write('                <td width="186" height="124">&nbsp;</td>')
document.write('                <td width="223" valign="top" style="padding-top:12px;"><img src="/images/lcwsj_05.gif" width="345" height="86" /></td>')
document.write('              </tr>')
document.write('              <tr>')
document.write('                <td height="27" colspan="2"><table width="184" height="27" border="0" cellpadding="0" cellspacing="0">')
document.write('                  <tr>')
document.write('                    <td background="/images/lcwsj_08.jpg" style="padding-left:20px; padding-top:3px;"><span class="STYLE1"> 温州天气：<font color="#FFFFFF"><marquee Scrollamount="2" width="70" >'+weathor+'</marquee></span></font></td>')
document.write('                    </tr>')
document.write('                </table></td>')
document.write('                </tr>')
document.write('            </table></td>')
document.write('            <td width="584">')
document.write('              <embed src="/images/top.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="584" height="151" wmode="transparent"></embed>')
document.write('            </td>')
document.write('          </tr>')
document.write('          ')
document.write('        </table></td>')
document.write('        </tr>')
document.write('    </table></td>')
document.write('  </tr>')
document.write('</table>')
document.write('  <div id="menu" style="background-image:url(/images/ptop_03.gif);">')
//document.write('<div style="background-image:url(/images/qx.jpg); text-align:center; width:155px; height:33px; line-height:33px; float:left; margin-left:10px;">温州天气:晴</div>')
document.write('    <div><ul>')
document.write('      <li style="width:60px;"><a href="/" target="_blank">首页</a></li>')

document.write('      <li><a href="/zzjg/jgzn/" target="_blank">组织机构</a></li>')
document.write('      <li><a href="/xxzx/" target="_blank">新闻中心</a></li>')
document.write('      <li><a href="/zwgk/" target="_blank">政务公开</a></li>')
document.write('      <li><a href="/zcfg/" target="_blank">政策法规</a></li>')
document.write('      <li><a href="/AdminCP/Publisher/SectionMail/xxxz.jsp" target="_blank">公众互动</a></li>')
document.write('      <li><a href="javascript:void(0);">信息查询</a></li>')
document.write('      <li><a href="javascript:void(0);">卫生论坛</a></li>')
document.write('	  <li style="width:150px;"><a href="http://www.lcwsj.gov.cn/sy/" target="_blank">合作医疗</a></li>')
//document.write('	  <li style="width:30px;"><img src="/images/alcwsj_05.jpg" width="29" height="27" /></li>')
document.write('      <li style="width:165px; float:right;padding-right:25px"><font color="#FFFFFF">今天是:'+customDateString(new Date())+'</font></li>')
document.write('    </ul></div>')
document.write('  </div>')
document.write('</div>')
document.write('<map name="Map"><area shape="rect" coords="115,5,193,29" href="http://www.lucheng.gov.cn/" target="_blank">')
document.write('<area shape="rect" coords="224,7,312,28" href="http://www.wzwsj.gov.cn/" target="_blank">')
document.write('<area shape="rect" coords="344,7,436,29" href="http://www.zjwst.gov.cn/" target="_blank">')
document.write('</map>')
