var PreventExitPop = false; var canRunPopups=true; PreventExitPop=false; canRunPopups=true; window.onbeforeunload=function ExitPop() { if(PreventExitPop == false) { PreventExitPop = true; random_num = (Math.round((Math.random()*5)+1)); if(canRunPopups == true) { // document.getElementById('jsSpan').innerHTML = ""; window.location='http://exits.evilangelcash.com/pop/index.php?i='+random_num; } else { window.location='http://exits.evilangelcash.com/pop/index.php'+random_num; } return '*****************************************************\n\nWE HAVE MORE OFFERS FOR YOU! CHECK OUT OTHER HOT SITES NOW!\n\n*****************************************************'; } }