var msg="WAIT! Don't Leave Empty Handed Friend…\n\nWant to get your dog to behave and follow your commands?\nYes? Well I'd like to make you this final offer no sane person\nlooking to have a happy, well trained dog could pass up.\n\nClick Cancel on the next box to see it now!"; function init() { window.onbeforeunload=doExitFrame; } function doExitFrame() { if (formsubmit) { var ef = document.getElementById('exitframe'); ef.src=""; return; } if (!exitviewed){ exitviewed = true; document.getElementById("exit").style.display = "block"; document.getElementById("main").style.display = "none"; exiturl = URL2; var ef = document.getElementById('exitframe'); top.location.replace(exiturl); alert(msg); return ""; } } onload=init();