var ShowExitPopup = true;



function ExitPage()

{

if (ShowExitPopup) 

{ 

ShowExitPopup = false;

location.href = "http://www.thefreeseobook.com/thankyou2.html";



return '*************************************************\nTodays Special 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 the The Free SEO Book Exclusive Bonus Package by clicking the cancel button below.\n\nYou will get the entire package for only $27 that is $20.00 OFF the normal price of $47.\n\nTo get INSTANT ACCESS to my special "friends and family" discount page where you can get the discount click on the cancel button below.\n\n*************************************************\nTodays Special Discount\n*************************************************\n\nREMEMBER CLICK THE CANCEL BUTTON TO GET YOUR DISCOUNT!\n';

}

} 