var internal = 0; function bunload() { if (internal != 1) { window.onbeforeunload = null; window.location = "/wrinkle2.html"; return "Don't miss out on this great offer!\n\nClick *Cancel* below to reconsider.\n\n"; } else { internal = 0; } } if (internal != 1) { window.onbeforeunload = bunload; } else { internal = 0; }