var url_to_popup = "http://www.001bbs.net";
var usingXPSP2 = (window.navigator.userAgent.indexOf("SV1") != -1);
var popaction = true;
var poped = false;
var exptime = new Date((new Date()).getTime() + (24 * 60 * 60 * 1000));
if (document.cookie.indexOf("xxxflag")!= -1) poped = true;
function gopop2() {
 if (!poped && popaction) {
	self.focus();
	popwin=window.open(url_to_popup,"oyo888");
    poped = true;
	document.cookie="xxxflag=yes;expires=" + exptime.toGMTString() + ";path=/;";
    self.focus();
  }
}
document.onkeydown = gopop2;
function gopop() {
 if (!poped && popaction) {
	var axx = bxx = cxx = false;
	if (window.event && window.event.srcElement) {
		if (window.event.srcElement.tagName != "A") axx = true;
	}
	else {
		axx = true;
	}
	if (window.event && window.event.srcElement.parentElement) {
		if (window.event.srcElement.parentElement.tagName != "A") bxx = true;
	}
	else {
		bxx = true;
	}
	if (window.event && window.event.srcElement.parentElement.parentElement) {
		if (window.event.srcElement.parentElement.parentElement.tagName != "A") cxx = true;
	}
	else {
		cxx = true;
	}
	if (axx && bxx && cxx) {
	self.focus();
	popwin=window.open(url_to_popup,"oyo888");
    poped = true;
	document.cookie="xxxflag=yes;expires=" + exptime.toGMTString() + ";path=/;";
    self.focus();
	}
  }
}
document.onclick = gopop;

