document.writeln("<table cellpadding=0 cellspacing=0 border=0 width=1002 align=center><tr><td width=761><FONT color=#ffffff>今天是: </FONT>");
document.writeln("<script language=JavaScript>");
document.writeln("today=new Date();");
document.writeln("function initArray(){");
document.writeln("this.length=initArray.arguments.length");
document.writeln("for(var i=0;i<this.length;i++)");
document.writeln("this[i+1]=initArray.arguments[i] }");
document.writeln("var d=new initArray(");
document.writeln("\"星期日\",");
document.writeln("\"星期一\",");
document.writeln("\"星期二\",");
document.writeln("\"星期三\",");
document.writeln("\"星期四\",");
document.writeln("\"星期五\",");
document.writeln("\"星期六\");");
document.writeln("document.write(");
document.writeln("\"<font color=#ffffff> \",");
document.writeln("today.getYear(),\"年\",");
document.writeln("today.getMonth()+1,\"月\",");
document.writeln("today.getDate(),\"日\",");
document.writeln("d[today.getDay()+1],");
document.writeln("\"</font>\" ); ");
document.writeln("</script></TD>");
document.writeln("<TD width=241><A href=\"index.html\" class=tt target=_blank><FONT color=#ffffff>主页</FONT></A><FONT color=#ffffff> | </FONT><A href=\"mailto:info@wind-energy.com.cn\" class=tt target=_blank><FONT color=#ffffff>电子邮件</FONT></A><FONT color=#ffffff> | </FONT><A href=\"ss.htm\" class=tt target=_blank><FONT color=#ffffff>ENGLISH</FONT></A><FONT color=#ffffff> | </FONT><A href=\"index.html\" class=tt target=_blank><FONT color=#ffffff>简体中文</FONT></A></td></tr></table>");
