var ShowExitPopup = true;



function ExitPage()

{

if (ShowExitPopup) 

{ 

ShowExitPopup = false;

location.href = "http://www.instantprofitmachine.com/familynfriends.php";



return '*************************************************\nTodays Special 25% OFF Discount\n*************************************************\n\nWait... Before You Go:\n\nI want to offer you a special discount I normally only offer to my friends and family.\n\nYou can get 25% OFF Instant Profit Machine by clicking the cancel button below.\n\nYou will get my entire system for only $49.97 that is more than 25% OFF the normal price of $67.95.\n\nTo get INSTANT ACCESS to my special "friends and family" discount page where you can use the HALF OFF discount code click on the cancel button below.\n\n*************************************************\nTodays Special 25% OFF Discount\n*************************************************\n';

}

}