var enable=0; today=new Date();
              			new Date();
              			var day; 
              			var date;
              			var time_start = new Date();
              			var clock_start = time_start.getTime();
              			if(today.getDay()==0)  day='星期日'
              			if(today.getDay()==1)  day='星期一'
              			if(today.getDay()==2)  day='星期二'
              			if(today.getDay()==3)  day='星期三'
              			if(today.getDay()==4)  day='星期四'
              			if(today.getDay()==5)  day='星期五'
              			if(today.getDay()==6)  day='星期六'
              			yr = today.getYear();
              			if (yr < 1000) yr+=1900;
              			date=yr+'年'+(today.getMonth()+1)+'月'+today.getDate()+'日';

document.write("<table width='778' border='0' align='center' cellpadding='0' cellspacing='0'>");
document.write("  <tr><td bgcolor='#990100' height='9'></td></tr>");
document.write("</table>");
document.write("<table width='778' border='0' align='center' cellpadding='0' cellspacing='0'>");
document.write("  <tr>");
document.write("    <td width='5' bgcolor='#990100'></td>");
 document.write("   <td>");
  document.write("  	<table width='100%' border='0' cellspacing='0' cellpadding='0'>");
 document.write("       <tr> ");
  document.write("        <td width='132' rowspan='2' valign='top'> ");
  document.write("          <table width='100%' border='0' align='center' cellpadding='0' cellspacing='0'>");
 document.write("             <tr><td height='3'></td></tr>");
  document.write("            <tr><td align='right'><a href='http://www.ciw.com.cn/'><img border='0' src='http://www.ciw.com.cn/images/ciwlogo.gif' width='118' height='112'></a></td></tr>");
  document.write("            <tr><td height='4'></td></tr>");
    document.write("          <tr><td align='center' class='seachfont'>");
document.write("            </td></tr></table>");
document.write("          </td>");
 document.write("         <td width='490' align='center' id='adTD'></td>");
 document.write("         <td width='148' valign='top' bgcolor='#990100'>");
  document.write("        	<table width='95%' border='0' cellspacing='0' cellpadding='0' height='119' bgcolor='#ffffff'>");
  document.write("            <tr>");
   document.write("             <td align=center>");
   document.write("             	<a href='http://www.ciw.com.cn/'>");
	document.write("				<img border='0' src='http://www.ciw.com.cn/images/zj_06.jpg' width='131' height='42'></a><br><br>");
	document.write("<span style='font-family:宋体; font-size:12px;'>" + date + day + "</span>");
    document.write("            </td>");
    document.write("          </tr>");
    document.write("        </table> ");
    document.write("      </td>");
    document.write("   	</tr>");
    document.write("    <tr><td height='2' colspan='2'></td></tr>");
    document.write("    <tr>");
     document.write("     <td valign='top' colspan='3'> ");
	document.write("			<table width='100%' height='24' border='0' align='right' cellpadding='0' cellspacing='0' class='tables'>");
      document.write("        		<tr>");
		document.write("						<form name='Search' method='post' action='http://www.ciw.com.cn/search.asp' target=_blank> ");
		document.write("						<td valign='middle' background='http://www.ciw.com.cn/images/search_bg.gif' class='seachfont' style='padding-left:5px;'>");
        document.write("        	<p align='right'>全站资讯检索：");
        document.write("        	<input id=Keyword name='Keyword' type='text' size='20' value='全站检索'>");
         document.write("       	<Input id=Submit src='http://www.ciw.com.cn/images/chaxun-001.gif' width='40' height='19' align='absmiddle' type='image' name='submit' style='border:0px;'>  &nbsp;&nbsp;<a href='http://www.ciw.com.cn/ciw_Statistics.asp' target=_blank>高级检索</a>&nbsp;&nbsp;");
        document.write("        	<Input id=Field type=hidden  value=Title name=Field>");
        document.write("        	<Input type=hidden value=article name=ModuleName>");
        document.write("        </td>");
         document.write("       </form>");
          document.write("      <td valign='middle' background='http://www.ciw.com.cn/images/search_bg.gif' class='seachfont'>");
          document.write("      <IFRAME src='http://www.ciw.com.cn/iframe/frm_search.html' frameBorder=0 width=289 scrolling=no height=25></IFRAME>");
         document.write("       </td>");
          document.write("    </tr>");
         document.write("   </table>");
       document.write("   </td>");
      document.write("  </tr>");
    document.write("  </table>");
  document.write("  </td>");
 document.write("	</tr>");
document.write("</table>");
document.getElementById("adTD").innerHTML=document.getElementById("adDiv").innerHTML;

