// Clock Script Generated at
// http://www.rainbow.arch.scriptmania.com/tools/clock


function tS(){ x=new Date(); x.setTime(x.getTime()); return x; } 
function lZ(x){ return (x>9)?x:'0'+x; } 
function y2(x){ x=(x<500)?x+1900:x; return String(x).substring(2,4) } 
function dT(){ if(fr==0){ fr=1; document.write('<img src="pc.gif" border="0" alt="PC"/><font size="2", color="336699"> Your System Time. </font><font size=2 face=Arial><b><span id="tP">'+eval(oT)+'</span></b></font>'); } document.getElementById('tP').innerHTML=eval(oT); setTimeout('dT()',1000); } 
var fr=0,oT="lZ((tS().getMonth()+1))+'/'+lZ(tS().getDate())+'/'+y2(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">dT();</script>
