function time() {
var now = new Date();
Year = now.getYear();
if (Year < 1000)
Year+=1900
mon = now.getMonth()+1; 
day = now.getDate();
 hou = now.getHours(); 
min = now.getMinutes();
sec = now.getSeconds();
window.status = "©www.pedralba.tk|®dfsandin@yahoo.es|117.593|Visitas|desde|59|Paises|"+ hou +":"+ min +":"+ sec +"|"+ day +":"+ mon +":"+ Year +"";
setTimeout('time()',1001);
}


