var win1,location,obj;

function popUp() {
  win1=window.open('exit.html','ExitWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,height=5,width=5,left=1300,top=000');
  setTimeout("locate()",5000);
}



function locate() {
  onerror =popUp;
  obj = win1.moveBy(0,0);
  setTimeout("locate()",2000); 
}



refer = escape(document.referrer);
if (refer.indexOf("casino-trade")>0 || top != self) {
   // document.write("<SCRIPT SRC='http://count.casino-trade.com/js/2291210' LANGUAGE='JavaScript1.1'></SCRIPT>");
}
else {    
  // if (refer.toLowerCase().indexOf("casino")>0 || refer.toLowerCase().indexOf("gambling")>0 ) { 

//window.open('glpopup.htm','enter1','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,left=500,top=000,height=360,width=220');
//popUp();

  // }
}

