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 dfoot=document.getElementById("mmoNewsDiv")
function myfunc(){
var ofoot=dfoot.firstChild
dfoot.removeChild(ofoot)
dfoot.appendChild(ofoot)
}
dfoot.onmouseover=function(){clearInterval(t)}
dfoot.onmouseout=function(){t=setInterval(myfunc,1500)}