<!--// POP UNDER
window.pop_stop=false;
function lp_exit(){
	if(!window.pop_stop && !getCookie('popunder') && location.search.indexOf('pu=0')==-1){
		var exitWin = window.open("/pop/ten-min.html","Goodbye","toolbar=no,location=no,addressbar=no,status=yes,scrollbars=no,resizable=yes,width=640,height=460");
		window.pop_stop=true;
		setCookie('popunder','popped',1);
		exitWin.blur();
		parent.focus();
	}
}
if(!getCookie('popunder'))document.onclick=lp_exit;
//-->
