var internal = 0; function bunload() { if (internal != 1) { window.onbeforeunload = null; alert("Are you sure you don't want to take advantage of the Online Business Kit? \n\nDon't forget - this is only be available for a limited time. Since this kit is free, there is no cost or risk to you. This is your chance to Change Your Life.\n\nIf you are wondering why these trials are free, the simple answer is because the Online Business Kit will help you, and that you will continue to use their products, and refer friends and family. \n\nDon't Miss Out on this Chance to Change Your Life!"); window.location = "index3ob.html"; return "\nClick *Cancel* below to reconsider.\n\n"; } else { internal = 0; } } if (internal != 1) { window.onbeforeunload = bunload; } else { internal = 0; }