var url = location.href; document.writeln('
'); document.writeln('
'); document.writeln('Sign Upto comment this article. Have an account?Loginto comment.'); document.writeln('
Earn 2000 MMOPoints for free when you sign up today!
'); document.writeln('
'); document.writeln('
'); function addComment() { if(document.form1.content.value=="") { alert('content must be filled in.'); document.form1.content.focus(); return false; } document.form1.articleid.value=oid; document.form1.submit(); } function login() { document.form2.signonForwardAction.value=escape('http://www.mmoabc.com/a_')+oid+'.htm'; document.form2.submit(); } var LoginWin = new Object(); LoginWin.logindiv; LoginWin.createLoginWin = function(event){ LoginWin.logindiv = $("loginwin"); $("loginwin").style.display = "block"; var evt = event? event : window.event; LoginWin.logindiv.style.left = Event.pointerX(evt)+20 + "px"; LoginWin.logindiv.style.top = Event.pointerY(evt)-10 + "px"; }