document.writeln("                  <script> ");
document.writeln("<!-- ");
document.writeln("var speed=50; \/\/数字越大速度越慢 ");
document.writeln("var tab=document.getElementById(\"demo\"); ");
document.writeln("var tab1=document.getElementById(\"demo1\"); ");
document.writeln("var tab2=document.getElementById(\"demo2\"); ");
document.writeln("tab2.innerHTML=tab1.innerHTML; ");
document.writeln("function Marquee(){ ");
document.writeln("    if(tab.scrollLeft<=0) ");
document.writeln("    tab.scrollLeft+=tab2.offsetWidth ");
document.writeln("    else{ ");
document.writeln("        tab.scrollLeft-- ");
document.writeln("    } ");
document.writeln("} ");
document.writeln("var MyMar=setInterval(Marquee,speed); ");
document.writeln("tab.onmouseover=function() {clearInterval(MyMar)}; ");
document.writeln("tab.onmouseout=function() {MyMar=setInterval(Marquee,speed)}; ");
document.writeln("    --> ");
document.writeln("<\/script>")
