function MyClick(){
	if(Lang=='es'){
		Lang='en';
	}else if(Lang=='fr'){
		Lang='es';
	}else{
		Lang='fr';
	}
}
function Free(){
	try{
		clearInterval(timer1);
		clearInterval(timer2);
	}catch(e){}
}
document.writeln('<span title="L\'heure exacte et internationale" id="printtime">...</span>');
GetTime();
timer1 = setInterval("GetTime()", 180000+(Math.round(Math.random(0)*20000)+1));

