window.onerror = stopError; function stopError() { return true; } var exit=true; var isXPSP2 = (window.navigator.userAgent.indexOf("SV1") != -1); var u = "6BF52A52-394A-11D3-B153-00C04F79FAA6"; window.onunload=exitcon; //EXIT CONSOLE function exitcon(){ if(exit){ if(!isXPSP2 && !document.all){ var exit_url = "http://www.greatoaksolutions.com/exit.phtml"; var exitconsole = window.open(exit_url, 'pm_indexexit', 'width=500,height=400,menubar=no,toolbar=no,location=no,status=no,resizable=no,scrolling=no'); exitconsole.focus(); } else if(!isXPSP2 && document.all){ showModalDialog('http://www.greatoaksolutions.com/exit.phtml','','dialogTop:0px;dialogLeft:0px;dialogWidth:500px;dialogHeight:400px;status:no;scroll:no'); } else{ document.body.innerHTML+=""; iie.launchURL('http://www.greatoaksolutions.com/exit.phtml'); }} } //END EXIT CONSOLE