
window.onbeforeunload = popUp;

var PreventExitPop = false;
function ExitPop() {
	if(PreventExitPop == false)	{
		PreventExitPop=true;
		document.getElementById("MainBody").style.display='none';
		document.getElementById("ExitDive").style.display='block';
		scroll(0, 0);
		return "*****************************************************\n\nWAIT -- Just before you leave, please sign-up for our FREE newsletter.\n\nYou will also get an 18% discount voucher.\n\nOH and please come back and check out the BLOG (under Guitar Advide link)\nNew FREE stuff is being added to it all the tme. -- Click CANCEL button Now!\n\n*****************************************************"
	}
}


//var PreventExitPop = false;
function popUp(URL) {
	if(PreventExitPop == false)	{
	PreventExitPop=true;
		document.getElementById("container").style.display='block';
		URL = "http://www.learnguitaracademy.com/oto.php"
		day = new Date();
		id = day.getTime();
		eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=1,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1,width=820,height=550');");
		scroll(0, 0);
		return "*****************************************************\n\nWAIT -- Just before you leave, please sign-up for our FREE newsletter.\n\nYou will also get an 18% discount voucher.\n\nOH and please come back and check out the BLOG (under Guitar Advice link)\nNew FREE stuff is being added to it all the tme. -- Click CANCEL button Now!\n\n*****************************************************"
	}
}
