// JavaScript Document


<!-- Begin
var text=" -=[ Terrence Ng - Music For Life - www.myonlineportal.com ]=- ";
var x=0
function bb(){
var a=text.substring(0,x);
var b=text.substring(x,x+1).toUpperCase();
var c=text.substring(x+1,text.length);
window.status=a+b;
if(x==text.length){x=0}else{x++}
setTimeout("bb()",200);
}


bb();zaehler=0;
function right(e) {
if (navigator.appName == 'Netscape'){
if (e.which == 3 || e.which == 2){
alert("Copyrights © since 2004 www.myonlineportal.com. All rights reserved.");
for(i=0;i!=zaehler;i++)alert("Penalty clicks - "+(zaehler-i)+"");
zaehler+=5;return false;}}
if (navigator.appName == 'Microsoft Internet Explorer'){
if (event.button == 2 || event.button == 3){
alert("Copyrights © since 2004 www.myonlineportal.com. All rights reserved.");
for(i=0;i!=zaehler;i++)alert("Penalty clicks - "+(zaehler-i)+"");
zaehler+=5;
return false;}}
return true;
}
document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;

//  End -->

