<!--
window.pop_stop=false;
function pgExit(){
	if(!window.pop_stop){
		if(!window.pop_version)pop_version="pop";
		var exitWin=window.open("https://www.progrexion.com/pop/"+pop_version+".html?tid="+tid+"&referrer="+rfr+"&first_name="+first_name+"&last_name="+last_name+"&email="+email,"Goodbye","toolbar=no,location=no,status=yes,scrollbars=auto,resizable=yes,width=640,height=430");
		window.pop_stop=true;
		exitWin.blur();
		parent.focus();
	}
}
document.onclick=pgExit;
window.onunload=pgExit;
window.onbeforeunload=pgExit;
//-->
