
var identificador=0;function fazPiscar()
{try{var tempo;switch(identificador){case 0:identificador=1;tempo=50;document.getElementById("aPiscar").style.color='#333333';break;case 1:identificador=2;tempo=50;document.getElementById("aPiscar").style.color='#BCBCBC';break;case 2:identificador=3;tempo=50;document.getElementById("aPiscar").style.color='#333333';break;case 3:identificador=0;tempo=2000;document.getElementById("aPiscar").style.color='#BCBCBC';break;case 4:identificador=5;tempo=2000;var blqc1=document.getElementById("pisc1");var blqc2=document.getElementById("pisc2");blqc1.style.color='#666666';blqc2.style.color='#666666';break;case 5:identificador=4;tempo=50;var blqc1=document.getElementById("pisc1");var blqc2=document.getElementById("pisc2");blqc1.style.color='#BCBCBC';blqc2.style.color='#BCBCBC';break;}
setTimeout('fazPiscar()',tempo);}
catch(ex){setTimeout('fazPiscar()',2000);}}
setTimeout('fazPiscar()',2000);