var ShowExitPopup = true;



function ExitPage()

{

if (ShowExitPopup)

{

ShowExitPopup = false;

location.href = "http://www.buildextrememuscle.com/discount.html";



return '\Today Only Special $70 OFF Normal Price \n********\n\n I want to offer you a special discount.\n\nIf you click the CANCEL button, you will get an additional discount of $30. That means you get Build Extreme Muscle Home Study Course (and bonus books) for just $19.97\n *************************************************\nClick the CANCEL button for the $19.97 price\n*************************************************\n';
}

}

