function addLoadEvent(func) { var oldonload = window.onload; if (typeof window.onload != 'function') { window.onload = func; } else { window.onload = function() { if (oldonload) { oldonload(); } func(); }}} function addClickEvent(a,i,func) { if (typeof a[i].onclick != 'function') { a[i].onclick = func; } } var theDiv = '
'; theDiv = theDiv + '
'; theDiv = theDiv + '
Increase Website Conversions by 400% with Exit Splash! CLICK HERE ==>  Powered by ExitSplash   
'; theDiv = theDiv + ''; theDiv = theDiv + ''; theDiv = theDiv + '
'; theBody = document.body; if (!theBody) {theBody = document.getElementById("body"); if (!theBody) {theBody = document.getElementsByTagName("body")[0];}} var PreventExitSplash = false; function DisplayExitSplash(){ if(PreventExitSplash == false){ window.scrollTo(0,0); window.alert(exitsplashalertmessage); PreventExitSplash=true; theBody.topMargin="0px"; theBody.leftMargin="0px"; theBody.bottomMargin="0px"; theBody.rightMargin="0px"; theBody.innerHTML=theDiv; return exitsplashmessage; } } var a = document.getElementsByTagName('A'); for (var i = 0; i < a.length; i++) { addClickEvent(a,i, function(){ PreventExitSplash=true; }); }disablelinksfunc = function(){var a = document.getElementsByTagName('A'); for (var i = 0; i < a.length; i++) { addClickEvent(a,i, function(){ PreventExitSplash=true; }); }} hideexitcancelbuttonimage = function(){ document.getElementById('ExitCancelButtonImageDiv').style.display='none'; } addLoadEvent(disablelinksfunc); disableformsfunc = function(){ var f = document.getElementsByTagName('FORM'); for (var i=0;i