var noExitPop = 0;

function beforeYouGo() {
	if (noExitPop)
		return;
	noExitPop = 1;

	window.location.href = "/how-it-works.php";
	return("WAIT! Before you go:\n\nListen...\n\nI totally understand (and I'm not surprised) if you're having trouble believing what I'm offering you. It sounds too good to be true, right?\n\nHeck, even I was skeptical when I first discovered this!\n\nBut can I ask a favour? Give me just 2 minutes to explain how it works and convince you that it's real. I really don't want you to miss out on this.\n\nClick the 'Cancel' button below to stay on this page and discover the truth...");
}

function prizeDraw() {
	if (noExitPop)
		return;
	noExitPop = 1;

	window.location.href = "/prize-draw.php";
	return("*************************************\n\nWAIT! Before you go:\n\nEvery month we give away video games and other gadgets absolutely free in our prize draw.\n\nClick the 'Cancel' button below to stay on this page and register. It's free and only takes a few seconds.\n\n*************************************");
}

function discountOffer() {
	if (noExitPop)
		return;
	noExitPop = 1;

	window.location.href = "/discount.php";
	return("*************************************\n\nWAIT - can I offer you a discount?\n\nI don't want you to miss out on this golden opportunity to get free gadgets, so...\n\nFor a very limited time I'm making a few copies of my book available at a heavy discount.\n\nClick the 'Cancel' button below to stay on this page and see the discount price...\n\n*************************************");
}
