var ShowExitPopup = true;



function ExitPage()

{

if (ShowExitPopup) 

{ 

ShowExitPopup = false;

location.href = "http://www.attractorgenie.com/quiz";



return '************************************************\nDo You Have What It Takes To Attract What You Want In Life?\n\n************************************************\n\nTake this FREE 10 Question Quiz To Find Out\n\n************************************************\n\nClick Cancel Button Below To Start The Quiz \n';

}

} 