<DIV align=center><STRONG><FONT color=#ffcc00 size=4><SCRIPT language=JavaScript>
var enabled = 0; today = new Date();
var day; var date;
var timedate= new Date("march 8,2007");
var times="“妇女节”";
var now = new Date();
var date = timedate.getTime() - now.getTime();
var time = Math.floor(date / (1000 * 60 * 60 * 24));
if (time >= 0) ;
document.write("距离2007年"+" <font color=red>"+times+"</font> 还有:<font style='color:#ff0000'><b>"+time +"</b></font>天");
</SCRIPT></FONT></STRONG></DIV>
注意:var times="“妇女节”"; 里的“妇女节”可以替换成别的节日
var timedate= new Date("march 8,2007"); 里的march 8,2007是替换的节日的日期
document.write("距离2007年"+" <font color=red>"+times+"</font> 还有:<font style='color:#ff0000'><b>"+time +"</b></font>天"); 里的 距离2007年 替换成你所填的日期的年份