var ShowExitPopup = true;



function ExitPage()

{

if (ShowExitPopup) 

{ 

ShowExitPopup = false;

location.href = "http://www.easynaturalization.com/discount.html";



return '*************************************************\nTodays Special $10 OFF Discount\n*************************************************\n\nWait... Before You Go:\n\nWe want to offer you a special discount we normally only offer to my friends and family.\n\nYou can get $10 OFF the complete Easy Naturalization package by clicking the cancel button below.\n\nYou will get the entire system for only $37. That is over 20% off the normal price of $47.\n\nTo get INSTANT ACCESS to our special "friends and family" discount page where you can use the $10 OFF discount code, click on the cancel button below.\n\n*************************************************\nTodays Special $10 OFF Discount\n*************************************************\n';

}

}