var ShowExitPopup = true;

function ExitPage()

{

if (ShowExitPopup) 

{ 

ShowExitPopup = false;

location.href = "funding_pay_offer2.php";

return 'WAIT, DON\'T GO\n\nWe know if you try us, you\'ll love us!\n\nSo for TODAY only get a 20% discount on your first month!\n\nDon’t let this opportunity pass you by! Get INSTANT ACCESS to WEALTHY ANGEL INVESTORS ready to take your call and receive your first month for only $39.95!\n\n********************************************************************\n\nTODAY get your first month subscription for only $39.95! Plus get a 15 day money back guarantee!\n\n********************************************************************\n\nPress CANCEL to get the discount!\n\nPress CANCEL to get the discount!\n\nPress CANCEL to get the discount!\n\nPres OK to continue leaving the page.';

}

} 
