/*Author: Robert Hashemian http://www.hashemian.com
You can use this code in any manner so long as the author's
name, Web address and this disclaimer is kept intact.*/
function ca(m,o,p){s=((Math.floor(m/o))%p).toString();if (s.length<2)s="0"+s;return s;}function cb(m){document.getElementById("countdown").innerHTML=ca(m,86400,100000)+"日"+ca(m,3600,24)+"時間"+ca(m,60,60)+"分"+ca(m,1,60)+"秒";setTimeout("cb("+(m+1)+")",990);}var u=new Date();v=new Date(u-1126333800000);cb(Math.floor(v.valueOf()/1000));
