if (window.Event) // Only Netscape will have the CAPITAL E.
  document.captureEvents(Event.MOUSEUP); // catch the mouse up event
function nocontextmenu()  // this function only applies to IE4, ignored otherwise.
{
 event.cancelBubble = true
 event.returnValue = false; 
 return false;
}
function norightclick(e) // This function is used by all others
{
 if (window.Event) // again, IE or NAV?
 {
  if (e.which == 2 || e.which == 3)
   return false;
 }
 else
  if (event.button == 2 || event.button == 3)
  {
   alert("Le Mie Amiche Videochat Erotiche e Celebrità nude")		
   event.cancelBubble = true
   event.returnValue = false;
   return false;
  }
} 
document.oncontextmenu = nocontextmenu;  // for IE5+
document.onmousedown = norightclick;  // for all others


// JavaScript Follows
var i=0;
var msg="";
var m1="Benvenuto su Le mie amiche, i contenuti porno che cercavi!!! Accesso diretto a: videochat, webcams erotiche, Telecamere nascoste........  ";
function playtext ()
{
setTimeout ("playtext()",200);
window.status=msg.substring(i, msg.length)+msg.substring(0, i)
if (i++==msg.length) i=0;
}
msg=m1;
playtext();
// 
function popupmulti(){ 
window.open('../key.htm','my_window3', 'scrollbars=yes, resizable=yes, left=0, top=0');
} 

  function F11() {
    window.open("../key.htm","","channelmode");
  }

function articolo(str) {
searchWin =window.open(str,'articolo','scrollbars=yes,resizable=yes,width=800,height=600,status=no,location=no,toolbar=no');
// searchWin.refer = self;
}
