function xxxy_popunder() {
	if(xxxy_pop==1) return 0;
	var width=800;
	var height=600;
	if(screen.width>0) {
		width=screen.width;
		height=screen.height;
	}
	params = 'width=' + width + ', height=' + height + ', top=0, left=0, scrollbars=yes, location=no, directories=no, status=no, menubar=yes, toolbar=yes, resizable=yes, fullscreen=yes';
	var popunder = window.open('http://xxxylive.com/landing/1/?AFNO=1-6-xxxypop&HTML_mute=1','popunder',params);
	popunder.blur();
	if(window.opener) window.opener.focus();
	xxxy_pop = 1;
}
	
var xxxy_pop = 0;		
function pageClick(e) { xxxy_popunder(); }
var isCrappyIE = document.all?true:false;
if (!isCrappyIE) document.captureEvents(Event.MOUSECLICK);
document.onclick=pageClick;		
		
