核心代码
<center>
网站已平稳运行:<span id="runtime_span" style="color: #45BCF9"></span>
</center>
<script>
function show_runtime(){
window.setTimeout("show_runtime()",1000);X=new
Date("12/21/2013 5:22:00");
Y=new Date();T=(Y.getTime()-X.getTime());M=24*60*60*1000;
a=T/M;A=Math.floor(a);b=(a-A)*24;B=Math.floor(b);c=(b-B)*60;C=Math.floor((b-B)*60);
D=Math.floor((c- C)*60);
runtime_span.innerHTML=A+" 天 "+B+" 小时 "+C+" 分 "+D+" 秒"}show_runtime();
</script>