﻿var week;                                                  
var today = new Date();
var ch2k = new Date;
var diff;
var day;    
weekVal=today.getDay();
if (weekVal==0)
		week="&nbsp;星期日";
	else if (weekVal==1)
		week="&nbsp;星期一"; 
	else if (weekVal==2)
		week="&nbsp;星期二"; 
	else if (weekVal==3)
		week="&nbsp;星期三"; 
	else if (weekVal==4)
		week="&nbsp;星期四"; 
	else if (weekVal==5)
		week="&nbsp;星期五"; 
	else if (weekVal==6)
		week="&nbsp;星期六"; 
day = today.getYear() + "年" + ((today.getMonth()+1<10) ? "" : "") + (today.getMonth() + 1) + "月" + ((today.getDate()<10) ? "" : "") + today.getDate() + "日";
ch2k.setYear(2000);
ch2k.setMonth(1);
ch2k.setDate(5);
diff = ch2k.getTime() - today.getTime();
diff = Math.floor(diff/(1000*60*60*24));
document.write("<TABLE cellSpacing=0 cellPadding=0 width=1002 align=center bgColor=#edf1ff border=0>");
document.write("  <TR>");
document.write("    <TD vAlign=top bgColor=#edf1ff colSpan=2 height=124><IMG height=124 ");
document.write("      src='/indeximg/logo.gif' width=257></TD>");
document.write("    <TD vAlign=bottom align=right width=553 bgColor=#edf1ff rowSpan=2>");
document.write("    <object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' ");
document.write("    codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/");
document.write("    swflash.cab#version=6,0,29,0' width='519' height='176'> ");
document.write("            <param name='movie' value='/indeximg/flash.swf'> ");
document.write("            <param name='wmode' value='opaque'> ");
document.write("      <EMBED pluginspage=http://www.macromedia.com/go/getflashplayer ")
document.write("      src=/indeximg/flash.swf width=519 ");
document.write("      height=176 type=application/x-shockwave-flash ");
document.write("quality='high'></EMBED></object></TD></TR>");
document.write("  <TR>");
document.write("    <TD width=9 height=31>&nbsp;</TD>");
document.write("    <TD width=440>");
document.write("      <TABLE cellSpacing=0 cellPadding=3 width=425 border=0>");
document.write("        <TR>");
document.write("          <TD width=21><IMG height=21 src='/indeximg/lsnetlib-1-6.gif' ");
document.write("            width=21></TD>");
document.write("          <TD width=85><A href='http://www.lsnetlib.com/zxfw/index.htm#q2' ");
document.write("            target=_blank>快速浏览ABCD</A></TD>");
document.write("          <TD width=21><IMG src='/indeximg/lsnetlib-1-7.gif'></TD>");
document.write("          <TD width=82><A href='http://www.lsnetlib.com/zxfw/index.htm#q3' ");
document.write("            target=_blank>阅读所需软件</A></TD>");
document.write("          <TD width=21><IMG src='/indeximg/lsnetlib-1-8.gif'></TD>");
document.write("<TD width=84><A href='http://www.lsnetlib.com/zxfw/index.htm#q7' ");
document.write("            target=_blank>常见问题解答</A></TD></TR></TABLE></TD></TR></TABLE>");
document.write("<TABLE cellSpacing=0 cellPadding=0 width=1002 align=center ");
document.write("background=/indeximg/lsnetlib-1-003.jpg border=0>");
document.write("  <TR>");
document.write("    <TD width=17><IMG height=37 src='/indeximg/lsnetlib-1-003.jpg' ");
document.write("      ></TD>");
document.write("    <TD class=daohang width=192><SPAN style='COLOR: #ffffff'>");
document.write( day + week );
document.write("      </SPAN></TD>");
document.write("    <TD class=daohang width=793><A class=Menu ");
document.write("      href='http://www.lsnetlib.com/'>首 ");
document.write("      &nbsp;&nbsp;页</A>&nbsp;&nbsp;&nbsp;&nbsp; <A class=Menu ");
document.write("      href='http://www.lsnetlib.com/dtxx/' ");
document.write("      target=_blank>动态信息</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A class=Menu ");
document.write("      href='http://www.lsnetlib.com/unisearch/' target=_blank>检索中心</A>&nbsp;&nbsp; ");
document.write("      &nbsp;&nbsp;&nbsp;<A class=Menu ");
document.write("      href='http://www.lsnetlib.com/fldh/fldh.asp' ");
document.write("      target=_blank>分类导航</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A class=Menu ");
document.write("      href='http://www.lsnetlib.com/rjxz/' ");
document.write("      target=_blank>软件下载</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A class=Menu ");
document.write("      href='http://www.lsnetlib.com/zxfw' target=_blank>咨询服务</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A class=Menu ");
document.write("      href='http://www.lsnetlib.com/bqgg' target=_blank>版权公告</A>&nbsp;&nbsp; ");


if (location.href.indexOf('dtxx') == -1)
document.write("      &nbsp;&nbsp;&nbsp;<A class=Menu href='http://www.lsnetlib.com/logo.htm' target=_blank><img src='Image/logo_download.gif' border='0' align='absmiddle' /></A>");
document.write("</TD></TR></TABLE>");

