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)}