function tS()
{
	x=new Date(tN().getUTCFullYear(),tN().getUTCMonth(),tN().getUTCDate(),tN().getUTCHours(),tN().getUTCMinutes(),tN().getUTCSeconds()); x.setTime(x.getTime()+3600000); return x;
} 

function tN()
{ 
	return new Date(); 
} 
function lZ(x)
{
	return (x>9)?x:'0'+x; 
} 
function tH(x)
{
	if(x==0){ x=12; } return (x>12)?x-=12:x; 
} 
function dE(x)
{ 
	if(x==1||x==21||x==31)
	{ 
		return 'st'; 
	} 
	if(x==2||x==22)
	{
		return 'nd'; 
	} 
	if(x==3||x==23)
	{
		return 'rd'; 
	}
	return 'th';
} 
function dT()
{			
	window.status=''+eval(oT)+'';
	document.getElementById('tP').innerHTML=eval(oT);	
	setTimeout('dT()',1000); 		
} 
function aP(x)
{
	return (x>11)?'pm':'am';
}
