document.writeln("");
document.writeln("
");
document.writeln("
");
document.writeln("");
document.writeln(" | ");
document.writeln("");
document.writeln(" | ");
document.writeln("
");
document.writeln("
");
document.writeln("
");
document.writeln("
");
document.writeln("
");
document.writeln("注册通行证
");
document.writeln("帐户管理
");
document.writeln("充值平台
");
document.writeln("进入官网
");
document.writeln("
");
document.writeln("
");
document.writeln("
");
var t=setInterval(myfunc,1500)
var d=document.getElementById("mmoNewsDiv")
function myfunc(){
var o=d.firstChild
d.removeChild(o)
d.appendChild(o)
}
d.onmouseover=function(){clearInterval(t)}
d.onmouseout=function(){t=setInterval(myfunc,1500)}