function ALP() { var b = document.getElementsByTagName("body")[0]; var d = document.createElement("div"); d.setAttribute("id","alp_mnu"); d.setAttribute("className","alp_main"); d.innerHTML=''; b.appendChild(d); var lk = document.links, l, k=0; while(l=lk[k++]) { if (l.addEventListener) { l.addEventListener("mouseover", ALP_omov, false); l.addEventListener("mouseout", ALP_omou, false); } else if (l.attachEvent) { l.attachEvent("onmouseover", ALP_omov); l.attachEvent("onmouseout", ALP_omou); } else { l.onmouseover = ALP_omov; l.onmouseout = ALP_omou; } } var cN = document.createElement('link'); cN.type = 'text/css'; cN.rel = 'stylesheet'; cN.href = 'http://armorylite.com/inc/style_powered.php?s=p&awfuzbko8kv'; cN.media = 'all'; cN.title = 'poweredbyAL'; document.getElementsByTagName("head")[0].appendChild(cN); } function ALP_omov(o) { _e = o || window.event; _u = this.href; if (_u) { _t = _u.match(/armorylite\.com\/(.+)\/(.+)\/(.+[^\/])/); if (_t) { if (((_t[1].toLowerCase() == "us") || (_t[1].toLowerCase() == "eu") || (_t[1].toLowerCase() == "kr") || (_t[1].toLowerCase() == "tw") || (_t[1].toLowerCase() == "cn")) && (_t[3].indexOf('/') < 1)) { document.getElementById("alp_mnu").className = 'alp_main'; document.getElementById("alp_mnu").style.visibility = 'visible'; document.getElementById("alp_mnu").style.display = ''; document.getElementById("alp_mnu").innerHTML = '
Loading...
'; if (document.all) { cX = _e.clientX; cY = _e.clientY; } else { cX = _e.pageX; cY = _e.pageY; } if (self.pageYOffset) { rX = self.pageXOffset; rY = self.pageYOffset; } else if (document.documentElement && document.documentElement.scrollTop) { rX = document.documentElement.scrollLeft; rY = document.documentElement.scrollTop; } else if (document.body) { rX = document.body.scrollLeft; rY = document.body.scrollTop; } if(document.all) { cX += rX; cY += rY; } document.getElementById("alp_mnu").style.left = (cX+10) + "px"; document.getElementById("alp_mnu").style.top = (cY+10) + "px"; _x = "z=" + escape(_t[1]) + "&r=" + escape(_t[2]) + "&n=" + escape(_t[3]); ALP_r("http://armorylite.com/inc/ajax_powered?il=&"+_x); } } } } function ALP_p(_tt, _rt) { document.getElementById("alp_mnu").innerHTML = '
' + _tt + '
'; } function ALP_r(_x) { hD = document.getElementsByTagName("head")[0]; nS = document.createElement('script'); nS.type = 'text/javascript'; nS.src = _x; hD.appendChild(nS); } function ALP_omou() { document.getElementById("alp_mnu").style.visibility = 'hidden'; document.getElementById("alp_mnu").style.display = 'none'; } window.onload = ALP;