var refresH=5000;
 var whaT=0;
 msgS=new Array();
 msgS[1]="Proyecto Especial Hidroenergético Alto Piura";
function AStatuS(){
 whaT+=1;
 if (whaT == msgS.length)whaT=1;
 window.status=msgS[whaT];
 refreshC=setTimeout("AStatuS();",refresH);}

AStatuS();
