var ShowExitPop = true;



function ExitPage()

{

if (ShowExitPop) 

{ 

ShowExitPop = false;

location.href = "http://www.GetExBackNow.Net/halfoff.html";



return '*************************************************\nTodays Special HALF 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 HALF OFF Our Relationship Guide PLUS BONUSES by clicking the cancel button below.\n\nYou will get my entire system for only $17.00 that is almost HALF OFF the normal price of $27.\n\nTo get INSTANT ACCESS to my special "friends and family" discount page where you can use the HALF OFF discount code click on the cancel button below.\n\n*************************************************\nTodays Special HALF OFF Discount\n*************************************************\n';

}

} 