var ShowExitPopup = true;



function ExitPage()

{

if (ShowExitPopup) 

{ 

ShowExitPopup = false;

location.href = "http://unheardreview.com/freeproducts.html";



return '*************************************************\nGet Amazing Products Delivered to your Inbox for FREE!\n*************************************************\n\nWait... Before You Go:\n\nI want to bribe you with a special offer.\n\nYou can get some amazing IM Products by clicking the cancel button below.\n\nTo get INSTANT ACCESS to my special collection for FREE, click on the cancel button below.\n\n*************************************************\nIM Products delivered to your Inbox for FREE\n*************************************************\n';

}

} 