var ShowExitPopup = true;



function ExitPage()

{

if (ShowExitPopup) 

{ 

ShowExitPopup = false;

location.href = "friendsandfamily.aspx";



return 'Are you sure you want to navigate away from this page?\n\n*************************************************\nToday’s Special 10% 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 10% off your next by purchase with “The List GUY” by calling the number below.\n\nYou will instantly get  a 10% percent discount off our normal price\n\nTo get my special "FRIENDS AND FAMILY" discount call \n\n1-800-547-8489\n\n*************************************************\nTodays Special 10% Discount\n*************************************************\n\nCall Now\n\n1-800-547-8489\n\n';

}

} 

