var message    ="jolap keup talp, komo tas???????^"+
                "benvenutto a la mia web page!^"+
                "el gusto es todo tuyo^" +
                "por siaca: SI NO TIENES PASSWORD^" +
                "PULSA CANCELAR E INGRESARAS DE FRENTE!^" +
                "pero si tienes password ojalap te halla gustado tu flash^" +
                "si no, sorry no hay depto de quejas^" +
                "para entrar DEBES PULSAR 2 VECES LA FRASE INGRESAR^" +
                "digo por siaca no...^" +
                "ke todavia estas ahi?????^" +
                "ya entra nomas!^" +
                "adentro hay más mensajes^" +
                "o ya pe' entra!^" +
                "si quieres seguir leyendo esto...^" +
                "mejor te cobro...^" +
                "ahi ta' ya sabia, ya al toque no?^" +
                "ahi los vidrios!^" +
				"^"
                
  scrollSpeed = 25
  lineDelay   = 1500
  // NO CAMBIAR lo que sigue  //
  txt         = ""
  function scrollText(pos) {
    if (message.charAt(pos) != '^') {
      txt    = txt + message.charAt(pos)
      status = txt
      pauze  = scrollSpeed
    }
    else {
      pauze = lineDelay
      txt   = ""
      if (pos == message.length-1) pos = -1
    }
    pos++
    setTimeout("scrollText('"+pos+"')",pauze)
  }
  // Unhide -->
scrollText(0)




function right(e) 
{
if (navigator.appName == 'Netscape' && 
(e.which == 3 || e.which == 2))
return false;
else if (navigator.appName == 'Microsoft Internet Explorer' && 
(event.button == 2 || event.button == 3)) {
alert("prohibido click der...");
alert("solo click izq'");
return false;
}
return true;
}

document.onmousedown=right;
document.onmouseup=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
if (document.layers) window.captureEvents(Event.MOUSEUP);
window.onmousedown=right;
window.onmouseup=right;


<!-- Begin
var redirTime = "10000";
var redirURL = "Home.asp";
function redirTimer()
{
	//self.setTimeout("self.location.href = redirURL;",redirTime);
	self.setTimeout(self.location.href = redirURL,redirTime);
}
//  End -->


function Zap()
{
	
	if ( myimg.filters.glow.enabled == 1 )
	{
		myimg.filters.glow.enabled = 0;
		window.location.href ="home.asp"
	}

	
	if ( myimg.filters.blendTrans.status == 0 )
	{
		
		myimg.filters.blendTrans.Apply();
		myimg.filters.glow.enabled=1;
		myimg.filters.blendTrans.Play();
	}
redirTimer();
}