document.writeln("<!--done-->");
document.writeln("<div class=\"newsItem\">");
document.writeln("");
document.writeln("<span id=\"span_dt_dt\" style=\'align=center no:1px solid black;background-color:#FFFFFF\' ><\/span> ");
document.writeln("");
document.writeln("<SCRIPT language=javascript> ");
document.writeln("<!-- ");
document.writeln("\/\/document.write(\"\"); ");
document.writeln("");
document.writeln("function show_date_time(){ ");
document.writeln("window.setTimeout(\"show_date_time()\", 1000); ");
document.writeln("BirthDay=new Date(\"11-31-2010\");\/\/这个日期是可以修改的 ");
document.writeln("today=new Date(); ");
document.writeln("timeold=(BirthDay.getTime()-today.getTime()); ");
document.writeln("sectimeold=timeold\/1000 ");
document.writeln("secondsold=Math.floor(sectimeold); ");
document.writeln("msPerDay=24*60*60*1000 ");
document.writeln("e_daysold=timeold\/msPerDay ");
document.writeln("daysold=Math.floor(e_daysold); ");
document.writeln("e_hrsold=(e_daysold-daysold)*24; ");
document.writeln("hrsold=Math.floor(e_hrsold); ");
document.writeln("e_minsold=(e_hrsold-hrsold)*60; ");
document.writeln("minsold=Math.floor((e_hrsold-hrsold)*60); ");
document.writeln("seconds=Math.floor((e_minsold-minsold)*60); ");
document.writeln("span_dt_dt.innerHTML=\"<align=center><font color=red size=3><b>\"+daysold+\"<\/font></b>天<font color=red size=3><b>\"+hrsold+\"<\/font></b>小时<font color=red size=3><b>\"+minsold+\"<\/font></b>分<font color=red size=3><b>\"+seconds+\"<\/font></b>秒\"+\"<br>\" ; ");
document.writeln("");
document.writeln("} ");
document.writeln("");
document.writeln("show_date_time(); ");
document.writeln("");
document.writeln("\/\/--> ");
document.writeln("<\/SCRIPT>");
