var noDiscount = 0;

function discountOffer() {
	if (noDiscount)
		return;
	noDiscount = 1;

	window.location.href = "/discount.php";
	return("****************** WAIT! Special Offer ******************\n\nBefore you go... I want to offer you a special discount that is usually reserved for my family and friends.\n\nI don't want you to pass up on this unique opportunity for 100% free gadgets, so I'm going to offer you the entire 'Free Stuff EXPOSED' manual for only $19.95.\n\nTo get INSTANT ACCESS to this discount, simply click the 'Cancel' button below to stay on this page.\n\n****************** WAIT! Special Offer ******************");
}
