<!--
today=new Date()
theYear = today.getYear()
if(theYear >= 100 && theYear < 2000) theYear=theYear-100+2000

function DayArray(){
  this.length=DayArray.arguments.length
  for(var i=0;i<this.length;i++)
  this[i+1]=DayArray.arguments[i] }

function MonthArray(){
  this.length=MonthArray.arguments.length
  for(var i=0;i<this.length;i++)
  this[i+1]=MonthArray.arguments[i] }

var d=new DayArray("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday")
m=new MonthArray("January", "February", "March", "April", "May", "June", "July","August","September","October","November","December")
//-->
document.write("<table width=\"720\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.write("<tr>"); 
document.write("<td><font color=\"#FFFFFF\" class=\"v7\"><b>");
document.write(m[today.getMonth()+1]," ",today.getDate(),", ",theYear)
document.write("</b></font></td>");
document.write("<td class=\"v7\" width=\"1\" align=\"center\"></td>");
document.write("<td width=\"33\" align=\"center\"><font class=\"v7\"></td>");
document.write("<td width=\"1\" align=\"center\"></td>");
document.write("<td width=\"46\" align=\"center\"></td>");
document.write("<td width=\"1\" align=\"center\"></td>");
document.write("<td width=\"78\" align=\"center\"><font class=\"v7\"></td>");
document.write("<td width=\"1\" align=\"center\"><img src=\"/pics/image/dot2.gif\" width=\"1\" height=\"9\"></td>");
document.write("<td width=\"40\" align=\"center\"><font class=\"v7\"><a class=\"song9\" href=\"http://www.chinaculture.org/gb/cn_index/node_843.htm\"><img src=http://www.chinaculture.org/img/daohang1.jpg border=0></a></font></td>");
document.write("<td width=\"1\" align=\"center\"><img src=\"/pics/image/dot2.gif\" width=\"1\" height=\"9\"></td>");
document.write("<td width=\"40\" align=\"center\"><a class=\"song9\" href=\"http://www.chinaculture.org:81/gb/cn_index/node_843.htm\"><img src=http://www.chinaculture.org/img/daohang2.jpg border=0></a></td>");
document.write("<td width=\"1\" align=\"center\"><img src=\"/pics/image/dot2.gif\" width=\"1\" height=\"9\"></td>");
document.write("<td width=\"46\" align=\"center\"><b class=\"v7\"><a class=\"a02\" href=\"http://www.chinaculture.org/gb/en/node_2.htm\">English</a></b></td>");
document.write("<td width=\"1\" align=\"center\"><img src=\"/pics/image/dot2.gif\" width=\"1\" height=\"9\"></td>");
document.write("<td width=\"8\" align=\"center\">&nbsp;</td>");
document.write("</tr>");
document.write("</table>");
