// JavaScript Document
Hoje = new Date() 
  
Data = Hoje.getDate() 
  
Dia = Hoje.getDay() 
  
Mes = Hoje.getMonth() 
  
Ano = Hoje.getYear() 
  
// 
  
if (Data<10) { 
  
Data = "0" + Data} 
  
if (Ano < 2000) { 
  
Ano = "19" + Ano} 
  
// 
  
NomeDia = new Array(7) 
  
NomeDia[0] = "Domingo" 
  
NomeDia[1] = "Segunda-feira" 
  
NomeDia[2] = "Terça-feira" 
  
NomeDia[3] = "Quarta-feira" 
  
NomeDia[4] = "Quinta-feira" 
  
NomeDia[5] = "Sexta-feira" 
  
NomeDia[6] = "Sábado" 
  
// 
  
NomeMes = new Array(12) 
  
NomeMes[0] = "Janeiro" 
  
NomeMes[1] = "Fevereiro" 
  
NomeMes[2] = "Março" 
  
NomeMes[3] = "Abril" 
  
NomeMes[4] = "Maio" 
  
NomeMes[5] = "Junho" 
  
NomeMes[6] = "Julho" 
  
NomeMes[7] = "Agosto" 
  
NomeMes[8] = "Setembro" 
  
NomeMes[9] = "Outubro" 
  
NomeMes[10] = "Novembro" 
  
NomeMes[11] = "Dezembro" 
  
 
  
  
 function MostrarData() { 
  
document.write ("<font color='white' face='verdana,tahoma' size=1>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>" + NomeDia[Dia] + ", " + Data + " de " + NomeMes[Mes] + " de " + Ano + "</b></font>") 
  
 } 
  
  var hellotext=" Rádio Fraternidade "
     var thetext=""
     var started=false 
     var step=0
     var times=1 
     function welcometext()
     {
     times--
     if (times==0)
     {
          if (started==false) 
     { 
     started = true;
     window.status = hellotext; 
     setTimeout("anim()",1);
     }
     thetext = hellotext;
     }
     }
     function showstatustext(txt) 
     {
     thetext = txt;
     setTimeout("welcometext()",4000) 
     times++ 
     }
     function anim() 
    {
     step++
     if (step==12) {step=1}
     if (step==1) {window.status='>>=========='+thetext+'==========<<'} 
     if (step==2) {window.status='=>>========='+thetext+'=========<<='} 
     if (step==3) {window.status='==>>========'+thetext+'========<<=='} 
     if (step==4) {window.status='===>>======='+thetext+'=======<<==='} 
     if (step==5) {window.status='====>>======'+thetext+'======<<===='} 
     if (step==6) {window.status='=====>>====='+thetext+'=====<<====='} 
     if (step==7) {window.status='======>>===='+thetext+'====<<======'} 
     if (step==8) {window.status='=======>>==='+thetext+'===<<======='} 
     if (step==9) {window.status='========>>=='+thetext+'==<<========'} 
     if (step==10) {window.status='=========>>='+thetext+'=<<========='} 
     if (step==11) {window.status='==========>>'+thetext+'<<=========='} 

     setTimeout("anim()",100); 
     } 
welcometext(); 
function mclk(src) {
  if(event.srcElement.tagName=='TD') {
    src.children.tags('A')[0].click();
  }
}

function mOut(src,cor) {
        if (!src.contains(event.toElement)) {
         src.style.cursor = 'default';
         src.bgColor = cor;
        }
}

function mOvr(src,cor) {
 if (!src.contains(event.fromElement)) {
         src.style.cursor = 'hand';
         src.bgColor = cor;
	     }
}
