var ShowExitPopup = true;



function ExitPage()

{

if (ShowExitPopup) 

{ 

ShowExitPopup = false;

location.href = "http://theadvertisingmachine.com/SpecialOffer.php";



return '*************************************************\nTodays Special Exclusive BONUS Offer\n*************************************************\n\nFor an EXCLUSIVE Special Offer,click on the CANCEL button below.\n';

}

} 