/* auteur: Alex Chauvaud */
/* Date de création: 22/09/2006 */
// Anytime Anywhere Web Page Clock Generator
// Clock Script Generated at
// http://www.rainbow.arch.scriptmania.com/tools/clock

function tS(){ x=new Date(tN().getUTCFullYear(),tN().getUTCMonth(),tN().getUTCDate(),tN().getUTCHours(),tN().getUTCMinutes(),tN().getUTCSeconds()); x.setTime(x.getTime()+28800000); return x; } 
function tN(){ return new Date(); } 
function lZ(x){ return (x>9)?x:'0'+x; } 
function dTG(){ if(fr==0){ fr=1; document.write('<span id="tP">'+eval(oT)+'</span>'); } document.getElementById('tP').innerHTML=eval(oT); setTimeout('dTG()',1000); } 
function y4(x){ return (x<500)?x+1900:x; } 
var fr=0,oT="lZ(tS().getDate())+'/'+lZ((tS().getMonth()+1))+'/'+y4(tS().getYear())+' '+'-'+' '+lZ(tS().getHours())+':'+lZ(tS().getMinutes())+':'+lZ(tS().getSeconds())+' '";



// Use the following within your HTML to Start/display your clock
// <script language="JavaScript">dTG();</script>