function clockTick(){
currentTime=new Date();
window.status="((( IASD - Central | Aimorés-MG )))";
setTimeout("clockTick()",1);
}
clockTick();