
function tS(){ x=new Date(); x.setTime(x.getTime()); return x; } 
function tN(){ return new Date(); } 
function lZ(x){ return (x>9)?x:'0'+x; } 
function tH(x){ if(x==0){ x=24; } return (x>23)?x-=24:x; }
function y4(x){ return (x<500)?x+1900:x; }
function dT(){ if(fr==0){ fr=1; document.write('<span id="tP">'+eval(oT)+'</span>'); } document.getElementById('tP').innerHTML=eval(oT); setTimeout('dT()',1000); } 
function aP(x){ return (x>11)?'pm':'am'; } 
var dN=new Array('Domingo','Lunes','Martes','Miércoles','Jueves','Viernes','Sábado'),mN=new Array('enero','febrero','marzo','abril','mayo','junio','julio','agosto','sept.','octubre','noviembre','diciembre'),fr=0,oT="dN[tS().getDay()]+','+' '+tS().getDate()+' '+'de'+' '+mN[tS().getMonth()]+' '+'de'+' '+y4(tS().getYear())+'&nbsp;&nbsp;'+'|'+'&nbsp;&nbsp;'+tH(tS().getHours())+':'+lZ(tS().getMinutes())+':'+lZ(tS().getSeconds())+'&nbsp;&nbsp;'";
