var t1="«««  ebirlain Negocios por Internet  »»»"
var t2="                                        "
var Texto= t1+t2;
var Retardo=25;

function Banner()
  {
   while (Texto.length < 128)
   Texto = Texto + t2;
   window.status = Texto;
   Texto = Texto.substring(1, Texto.length) + Texto.charAt(0);
   window.setTimeout("Banner()",Retardo);
}

 function click() {
 if (event.button==2) {
    alert('¡No esta permitido!'); }
 }
 document.onmousedown=click
