<!--
    var hellotext=""
    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==36) {step=1}
      if (step==1) {window.status='### >>----------------- »»    COLOR   PLUS   BRINDES    «« -----------------<< ###'}
      if (step==2) {window.status='### ->>---------------- »»    COLOR   PLUS   BRINDES    «« ----------------<<- ###'}
      if (step==3) {window.status='### -->>--------------- »»    COLOR   PLUS   BRINDES    «« ---------------<<-- ###'}
      if (step==4) {window.status='### --->>-------------- »»    COLOR   PLUS   BRINDES    «« --------------<<--- ###'}
      if (step==5) {window.status='### ---->>------------- »»    COLOR   PLUS   BRINDES    «« -------------<<---- ###'}
      if (step==6) {window.status='### ----->>------------ »»    COLOR   PLUS   BRINDES    «« ------------<<----- ###'}
      if (step==7) {window.status='### ------>>----------- »»    COLOR   PLUS   BRINDES    «« -----------<<------ ###'}
      if (step==8) {window.status='### ------->>---------- »»    COLOR   PLUS   BRINDES    «« ----------<<------- ###'}
      if (step==9) {window.status='### -------->>--------- »»    COLOR   PLUS   BRINDES    «« ---------<<-------- ###'}
     if (step==10) {window.status='### --------->>-------- »»    COLOR   PLUS   BRINDES    «« --------<<--------- ###'}
     if (step==11) {window.status='### ---------->>------- »»    COLOR   PLUS   BRINDES    «« -------<<---------- ###'}    
     if (step==12) {window.status='### ----------->>------ »»    COLOR   PLUS   BRINDES    «« ------<<----------- ###'}  
     if (step==13) {window.status='### ------------>>----- »»    COLOR   PLUS   BRINDES    «« -----<<------------ ###'}  
     if (step==14) {window.status='### ------------->>---- »»    COLOR   PLUS   BRINDES    «« ----<<------------- ###'} 
     if (step==15) {window.status='### -------------->>--- »»    COLOR   PLUS   BRINDES    «« ---<<-------------- ###'}       
     if (step==17) {window.status='### --------------->>-- »»    COLOR   PLUS   BRINDES    «« --<<--------------- ###'} 
     if (step==18) {window.status='### ---------------->>- »»    COLOR   PLUS   BRINDES    «« -<<---------------- ###'} 
     if (step==19) {window.status='### -----------------<< »» SUA MARCA EM BOAS MÃOS «« >>----------------- ###'} 
     if (step==20) {window.status='### ----------------<<- »» SUA MARCA EM BOAS MÃOS «« ->>---------------- ###'} 
     if (step==21) {window.status='### ---------------<<-- »» SUA MARCA EM BOAS MÃOS «« -->>--------------- ###'}
     if (step==22) {window.status='### --------------<<--- »» SUA MARCA EM BOAS MÃOS «« --->>-------------- ###'} 
     if (step==23) {window.status='### -------------<<---- »» SUA MARCA EM BOAS MÃOS «« ---->>------------- ###'} 
     if (step==24) {window.status='### ------------<<----- »» SUA MARCA EM BOAS MÃOS «« ----->>------------ ###'}  
     if (step==25) {window.status='### -----------<<------ »» SUA MARCA EM BOAS MÃOS «« ------>>----------- ###'}
     if (step==26) {window.status='### ----------<<------- »» SUA MARCA EM BOAS MÃOS «« ------->>---------- ###'}    
     if (step==27) {window.status='### ---------<<-------- »» SUA MARCA EM BOAS MÃOS «« -------->>--------- ###'}
     if (step==28) {window.status='### --------<<--------- »» SUA MARCA EM BOAS MÃOS «« --------->>-------- ###'}
     if (step==29) {window.status='### -------<<---------- »» SUA MARCA EM BOAS MÃOS «« ---------->>------- ###'}
     if (step==30) {window.status='### ------<<----------- »» SUA MARCA EM BOAS MÃOS «« ----------->>------ ###'}
     if (step==31) {window.status='### -----<<------------ »» SUA MARCA EM BOAS MÃOS «« ------------>>----- ###'}
     if (step==32) {window.status='### ----<<------------- »» SUA MARCA EM BOAS MÃOS «« ------------->>---- ###'}
     if (step==33) {window.status='### ---<<-------------- »» SUA MARCA EM BOAS MÃOS «« -------------->>--- ###'}
     if (step==34) {window.status='### --<<--------------- »» SUA MARCA EM BOAS MÃOS «« --------------->>-- ###'}
     if (step==35) {window.status='### -<<---------------- »» SUA MARCA EM BOAS MÃOS «« ---------------->>- ###'}
     if (step==36) {window.status='### <<----------------- »» SUA MARCA EM BOAS MÃOS «« ----------------->> ###'}
       setTimeout("anim()",100);
    }
welcometext();
// -->

