CLI = new Image();
function Timerset2(){
	D = new Date();
	CLI.src = 'http://www.cityjp.com/clock/clock2.cgi?'+D.getTime();
	re2();
}
function re2(){
	document.images['clock2'].src = eval("CLI.src");
	ID_t = setTimeout("Timerset2()",30000);
}