window.onload=_runtime;
function _fresh()
{
	var endtime=new Date("August 8, 2008 20:00:00");
	var nowtime = new Date();
	var leftsecond=parseInt((endtime.getTime()-nowtime.getTime())/1000);
	if(leftsecond<0){leftsecond=0;}
	__d=parseInt(leftsecond/3600/24);
	__h=parseInt((leftsecond/3600)%24);
	__m=parseInt((leftsecond/60)%60);
	__s=parseInt(leftsecond%60);
	if (__d< 100) {
		
		
	        __all ="<img src=\"http://img.weather.com.cn/img/oly/gif/tiao.jpg\">"+"<img src=\"http://weather.cctv.com/img/tt.jpg\">"+ __d+"<img src=\"http://img.weather.com.cn/img/oly/gif/tian.jpg\">0"+__h+"<img src=\"http://img.weather.com.cn/img/oly/gif/shi.jpg\">0"+__m+"<img src=\"http://img.weather.com.cn/img/oly/gif/fen.jpg\">";
	        __all = __all.replace(/([0-9]{1})/g,'<img src="http://img.weather.com.cn/img/oly/gif/$1.gif" width="17" height="30" >');

                      }
	if (__h < 10) {
		if(__m<10){
	        __all ="<img src=\"http://img.weather.com.cn/img/oly/gif/tiao.jpg\">"+"<img src=\"http://weather.cctv.com/img/tt.jpg\">"+ __d+"<img src=\"http://img.weather.com.cn/img/oly/gif/tian.jpg\">0"+__h+"<img src=\"http://img.weather.com.cn/img/oly/gif/shi.jpg\">0"+__m+"<img src=\"http://img.weather.com.cn/img/oly/gif/fen.jpg\">";
	        __all = __all.replace(/([0-9]{1})/g,'<img src="http://img.weather.com.cn/img/oly/gif/$1.gif" width="17" height="30" >');
        }
        else{
	       __all ="<img src=\"http://img.weather.com.cn/img/oly/gif/tiao.jpg\">"+"<img src=\"http://weather.cctv.com/img/tt.jpg\">"+ __d+"<img src=\"http://img.weather.com.cn/img/oly/gif/tian.jpg\">0"+__h+"<img src=\"http://img.weather.com.cn/img/oly/gif/shi.jpg\">"+__m+"<img src=\"http://img.weather.com.cn/img/oly/gif/fen.jpg\">";
	       __all = __all.replace(/([0-9]{1})/g,'<img src="http://img.weather.com.cn/img/oly/gif/$1.gif" width="17" height="30" >') ;   	
       }
	}
	else{
		if(__m<10){
		    __all = "<img src=\"http://img.weather.com.cn/img/oly/gif/tiao.jpg\">"+__d+"<img src=\"http://img.weather.com.cn/img/oly/gif/tian.jpg\">"+__h+"<img src=\"http://img.weather.com.cn/img/oly/gif/shi.jpg\">0"+__m+"<img src=\"http://img.weather.com.cn/img/oly/gif/fen.jpg\">";
	        __all = __all.replace(/([0-9]{1})/g,'<img src="http://img.weather.com.cn/img/oly/gif/$1.gif" width="17" height="30" > ');
        }
        else{
            __all = "<img src=\"http://img.weather.com.cn/img/oly/gif/tiao.jpg\">"+__d+"<img src=\"http://img.weather.com.cn/img/oly/gif/tian.jpg\">"+__h+"<img src=\"http://img.weather.com.cn/img/oly/gif/shi.jpg\">"+__m+"<img src=\"http://img.weather.com.cn/img/oly/gif/fen.jpg\">";
	        __all = __all.replace(/([0-9]{1})/g,'<img src="http://img.weather.com.cn/img/oly/gif/$1.gif" width="17" height="30" >')	;
        }
	}
	document.getElementById("_lefttime").innerHTML=__all;
}

function _runtime()
{
     _fresh();
     setInterval(_fresh,60000);
}
