
var parentDoc=parent.document.location;
if(!(parentDoc==null || parentDoc.href==document.location.href || parentDoc.href.indexOf('http://www.playplaza.nl',0)==0 || parentDoc.href.indexOf('http://www.playplaza.nl',0)==0))
    top.location.replace('http://www.playplaza.nl');

var message="";
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if (document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers) 
{document.captureEvents
(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")


      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)
      {
      event.cancelBubble = true
      event.returnValue = false;
      return false;
      }

      }

      document.oncontextmenu = nocontextmenu;  // for IE5+
      document.onmousedown = norightclick;  // for all others
      
self.moveTo(0,0);
self.resizeTo(screen.availWidth,screen.availHeight);


//Pop-under window II- By JavaScript Kit
//Credit notice must stay intact for use
//Visit http://javascriptkit.com for this script

//specify URLs to randomly select from and pop-under
var popunder=new Array()
popunder[0]="http://www.xee.nl/in.php?id=134"


//specify popunder window features
//set 1 to enable a particular feature, 0 to disable
var winfeatures="width=100%,height=100%,toolbar=1,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1"

//Pop-under only once per browser session? (0=no, 1=yes)
//Specifying 0 will cause popunder to load every time page is loaded
var once_per_session=0

///No editing beyond here required/////

 function norightclick(e)   
{  
 if (window.Event)   
 {  
  if (e.which == 2 || e.which == 3)  
   return false;  
 }  
 else  
  if (event.button == 2 || event.button == 3)  
  {  
   event.cancelBubble = true  
   event.returnValue = false;  
   return false;  
  }  
 }  
 document.oncontextmenu = nocontextmenu;   
document.onmousedown = norightclick;

  
if (window.Event)   
  document.captureEvents(Event.MOUSEUP);   
 function nocontextmenu()    
{  
 event.cancelBubble = true  
 event.returnValue = false;  
  return false;  
}

function get_cookie(Name) {
  var search = Name + "="
  var returnvalue = "";
  if (document.cookie.length > 0) {
    offset = document.cookie.indexOf(search)
    if (offset != -1) { // if cookie exists
      offset += search.length
      // set index of beginning of value
      end = document.cookie.indexOf(";", offset);
      // set index of end of cookie value
      if (end == -1)
         end = document.cookie.length;
      returnvalue=unescape(document.cookie.substring(offset, end))
      }
   }
  return returnvalue;
}

function loadornot(){
if (get_cookie('popunder')==''){
loadpopunder()
document.cookie="popunder=yes"
}
}

function loadpopunder(){
win2=window.open(popunder[Math.floor(Math.random()*(popunder.length))],"",winfeatures)
win2.blur()
window.focus()
}

if (once_per_session==0)
loadpopunder()
else
loadornot()


function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);


if (document.all) { document.oncontextmenu = function () {return false;} } else { document.captureEvents(Event.KEYDOWN); if (document.layers) { document.captureEvents(Event.MOUSEDOWN); document.onmousedown=right; } else { document.captureEvents(Event.MOUSEUP); document.onmouseup=right; } } document.onkeydown=nobutton; function right(e) { if (document.layers) { if (e.which>1) {return false;} } else if (document.getElementById) { if (e.button==3) { e.preventDefault(); return false; } } return true; } function nobutton() { (document.all) ? kCode=event.keyCode : kCode=e.which; if (kCode==93) {return false;} return true; } document.oncontextmenu = function(){return false} 


  pagina = escape(document.location.href);
  ref = escape(document.referrer);
  if((ref == "") || (ref == "undefined")){ ref = "bookmark"; }
  screens = screen.width + "x" + screen.height;
  screenc = (navigator.appName.indexOf("Microsoft") > -1) ? screen.colorDepth : screen.pixelDepth;
  im = "/gamepiestats.function.php?pagina=" + pagina + "&referer=" + ref + "&screensize=" + screens + "&screencolors=" + screenc;
  im = "<img src=\'' + im + '\' />";
  document.write(im);


var $pn=""; var $it="2"; var $ai="1000050313GO";

