<!--//
	//var mytime=mtime();
//	var oktime=0;
	//var hour;
//	var min;
	//var sec;
	var myint;
	var shottime=1;
	var shotclock=0;
	var rtime=0;
function mtime(t1,t2,t3){
	clearInterval(myint);
	get_intv();
}

function run_time(){	

		//var y=document.getElementById("t");
		//y.value=shotclock;
	//if(shotclock==shottime){
		document.images.countdown.src="img.php?"+rtime;
		//shotclock=0;
	//}
	//shotclock++;
	rtime++;
	return true;
}

function get_intv(){
	myint=setInterval("run_time()",1000);
}
//-->