<html><head><metahttp-equiv="Content-Type"content="text/html;charset=gb2312"/><title>限时抢购倒计时间表</title><styletype="text/css">*{margin:0;padding:0;}#content{width:300px;margin:0auto;padding:10px;background:#eee;border:1pxsolid#999;}#contentpspan{color:red;font:bold20pxArial;}#contentpa{font:12px/23px'宋体';color:#888;}.div1{display:none;}</style><SCRIPTLANGUAGE="JavaScript">functionfresh(){varendtime=newDate("2110/11/06,12:20:12");varnowtime=newDate();varleftsecond=parseInt((endtime.getTime()-nowtime.getTime())/1000);d=parseInt(leftsecond/3600/24);h=parseInt((leftsecond/3600)%24);m=parseInt((leftsecond/60)%60);s=parseInt(leftsecond%60);//document.getElementById("times").innerHTML=__h+"小时"+__m+"分"+__s+"秒";document.getElementById("times").innerHTML=h+"小时"+m+"分"+s+"秒";if(leftsecond<=0){document.getElementById("times").innerHTML="已结束";clearInterval(sh);}}varsh;sh=setInterval(fresh,1000);</SCRIPT></head><body><divid="content"><h2>限时抢购啦!</h2><p>还剩<spanid="times"></span></p></div></body></html>