function BarraStatus()
 {
  window.status=" Exclusives Ballesté";
  window.setTimeout("BarraStatus()",100);
 }
 BarraStatus();
