var enabled = 0;
today = new Date();
var day; var date;
var timedate= new Date("January,1,2009");   //可修改January,February,March,April,May,June,July,August,September,October,November,December
var times="2009元旦"; 				//可修改
var now = new Date(); 
var date = timedate.getTime() - now.getTime(); 
var time = Math.floor(date / (1000 * 60 * 60 * 24))+1; 
if (time >= 0) 
document.write("<font color=aa0088>离</font>"+" <font color=red style='color:ff0000;line-height:25px;font-family:Verdana;font-size:14px;'>"+times+"</font> <font color=aa0088>还有:</font><font style='color:ff0000;line-height:25px;font-family:Verdana;font-size:14px;'><b>"+time +"</b></font><font color=aa0088>天;</font><FONT color=aa0088>今天是：</font>");
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 = "星期六"
date = "<font color=red>"+(today.getYear())+"</font> 年" + "<font color=red>"+(today.getMonth() + 1 ) + "</font> 月" + "<font color=red>"+today.getDate() + "</font> 日 " + " <font color=red>"+ day +"</font>";
document.write(date);
document.write("<A href='/news/xxcx/200602/750.html'><U><B><FONT color=#ee00be size=2> 万年历(节日)查询</FONT></B></U></A>");