var ShowExitPopup = true;



function ExitPage()

{

if (ShowExitPopup) 

{ 

ShowExitPopup = false;

location.href = "debt-consolidation-alternative.php";



return '*************************************************\n\n\n\nWAIT! Before you leave, let us help you...\n\n\nGet help INSTANTLY!  Just click on the CANCEL button \nbelow and fill in the form for a FREE debt evaluation.\n\n\n\n*************************************************';

}

} 