var ShowExitPopup = true;



function ExitPage()

{

if (ShowExitPopup) 

{ 

ShowExitPopup = false;

location.href = "http://www.avdigitalmedia.net";



return '*************************************************\n\nHAVE YOU FORGOTTEN ABOUT YOUR FREE WEB SITE\n\n*************************************************\n\nWait... Before You Go:\n\nRemember that this offer expires 14th June 2009.\n\nGet us to start designing your FREE for life web site today with only our Standard Hosting Package $79 if your in the USA or £59 if in the UK or Europe.\n\n*************************************************\n\nTRY NOT TO MISS OUT ON GETTING YOUR FREE FOR LIFE CUSTOM DESIGNED WEB SITE\n\n*************************************************\n';

}

} 