/*
   Rabisco.Net Propaganda e Publicidade
   Projeto: Meloni Consultoria
   
   Arquivo javascript

   Data início: 23/09/04
   Última Atualização:
*/
<!--

// Today's Date
var now = new Date();
var mName = now.getMonth() + 1;
var dName = now.getDay() + 1;
var dayNr = now.getDate();
var yearNr=now.getYear();
var hour=now.getHours();
if(mName==1) Month = "janeiro";
if(mName==2) Month = "fevereiro";
if(mName==3) Month = "março";
if(mName==4) Month = "abril";
if(mName==5) Month = "maio";
if(mName==6) Month = "junho";
if(mName==7) Month = "julho";
if(mName==8) Month = "agosto";
if(mName==9) Month = "setembro";
if(mName==10) Month = "outubro";
if(mName==11) Month = "novembro";
if(mName==12) Month = "dezembro";
if((hour >=  5) && (hour < 12)) Trat = "Bom Dia!";
if((hour >=  12) && (hour < 19)) Trat = "Boa Tarde!";
if((hour >=  19) && (hour <= 23)) Trat = "Boa Noite!";
if((hour <  5)) Trat = "Boa Noite!";

if(yearNr < 2000) Year = 1900 + yearNr;
else Year = yearNr;
var todaysDate =(" " + Trat + " " + dayNr + " de " + Month + " de " + Year);

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
