var ExitPopURL="http://www.homemadejunk.com/mature/30off.html";var AlertBox="*****************************************************\n\nWait! Stop! Don't Go! Time Limited OFFER!\n\nGet 30% DISCOUNT off monthly membership\n\nOnly first 15 members will be accepted\n\nClick CANCEL to see the details.\n\n*****************************************************";window.onload=function(){createExitPop()};function ajaxGET(b,d,c){var a;try{a=new XMLHttpRequest()}catch(f){try{a=new ActiveXObject("Msxml2.XMLHTTP")}catch(f){try{a=new ActiveXObject("Microsoft.XMLHTTP")}catch(f){alert("Your browser does not support AJAX!");return false}}}a.onreadystatechange=function(){if(a.readyState==4){if(c=="collapse"){document.getElementById(b).style.display="none"}else{document.getElementById(b).innerHTML=a.responseText}}};a.open("GET",d,true);a.send(null)}function createExitPop(){var a=document.getElementsByTagName("body")[0];var b=document.createElement("div");b.setAttribute("id","ExitDiv");a.setAttribute("id","body");b.setAttribute("style","width: 100%; height: 100%;");a.appendChild(b);document.getElementById("ExitDiv").value=ajaxGET("ExitDiv",ExitPopURL);document.getElementById("ExitDiv").style.display="none";document.getElementById("ExitDiv").style.top="0px";document.getElementById("ExitDiv").style.left="0px";document.getElementById("ExitDiv").style.position="relative";document.getElementById("ExitDiv").style.backgroundColor="#FFFFFF"}isExit=true;function ExitPop(a){if(a!=false){a=false;isPop=true;var b=document.getElementById?document.getElementsByTagName("BODY")[0]:document.body;b.setAttribute("id","body");b.innerHTML=document.getElementById("ExitDiv").innerHTML;return AlertBox}}window.onbeforeunload=function(){return ExitPop(isExit)};function noError(){return true}window.onerror=noError;