var mymessage = "覧覧覧覧覧覧覧覧覧覧                 \n         www.ColombianitoVideos.com \n覧覧覧覧覧覧覧覧覧覧\n  Info:    La pagina GAY #1 de Colombia \n  E-mail: ColombianitoVideos@yahoo.com \n覧覧覧覧覧覧覧覧覧覧";
if (document.layers){
window.captureEvents(Event.MOUSEDOWN | Event.MOUSEUP)
window.onmousedown=rightclick;
window.onmouseup=rightclick;
function rightclick(e) {
if (e.which == 3) {
alert(mymessage);
return false; 
}
else {
return true; 
}
}
}
if (document.all){
function click() {
if (event.button==2) {alert(mymessage)}
if (event.button==3) {alert(mymessage)}
if (event.button==4) {alert(mymessage)}}
document.onmousedown=click
}