//Rechte Maustaste wird deaktiviert. Ansicht des Quelltextes nicht mehr möglich
var isNS = (navigator.appName == "Netscape") ? 1 : 0;
var EnableRightClick = 0;
if(isNS)
document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
function mischandler(){
  if(EnableRightClick==1){ return true; }
  else {return false; }
}
function mousehandler(e){
  if(EnableRightClick==1){ return true; }
  var myevent = (isNS) ? e : event;
  var eventbutton = (isNS) ? myevent.which : myevent.button;
  if((eventbutton==2)||(eventbutton==3)) return false;
}
function keyhandler(e) {
  var myevent = (isNS) ? e : window.event;
  if (myevent.keyCode==96)
    EnableRightClick = 1;
  return;
}
document.oncontextmenu = mischandler;
document.onkeypress = keyhandler;
document.onmousedown = mousehandler;
document.onmouseup = mousehandler;

window.status="*** LIVESTRIP.ORG - ORG wie Orgasmus***";

if(parent.frames.length==0) {
    window.location.href="http://www.livestrip.org";
}



var bookmarkurl="http://www.livestrip.org"
var bookmarktitle="LiveStrip.org - Die geilsten Live- und Sexcams im WWW"
function addbookmark(){
    if (document.all) {
        window.external.AddFavorite(bookmarkurl,bookmarktitle);
	}
	else {
  		alert("Ihr Browser unterstützt diese Funktion leider nicht!\t\n Verwenden Sie die browsereigene Funktion!");
	}
}

function over (x) {
 	parent.top.status = "*** LIVESTRIP.ORG - ORG wie Orgasmus***";
    if(document.images) {
      if(x=="grafik1"){
      document.images[x].src="grafik/livestrip_5min2.gif"
      }      
    }
	 
	 return true;
  }

  function out (x) {
    parent.top.status = "*** *** LIVESTRIP.ORG - ORG wie Orgasmus*** ***";
    if(document.images) {
      if(x=="grafik1"){
      document.images[x].src="grafik/livestrip_5min.gif"
      }
    }
	 
	 return true;
  }
