var ShowExitPopup = true;



function ExitPage()

{

if (ShowExitPopup) 

{ 

ShowExitPopup = false;

location.href = "http://www.dailyprofiting.com/discount.html";



return '*************************************************\nTodays Special $30 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 $30 OFF the Daily Profiting guide by clicking the cancel button below.\n\nYou will get the entire system for only $19.99 that is 60% off the normal price of $49.99.\n\nTo get INSTANT ACCESS to my special "friends and family" discount page where you can use the $30 OFF discount code click on the cancel button below.\n\n*************************************************\nTodays Special $30 OFF Discount\n*************************************************\n';

}

}