document.writeln("</TD>");
document.writeln("<TD id=demo2 vAlign=top></TD></TR></TBODY></TABLE></DIV>");
document.writeln("<SCRIPT>");
document.writeln("  var speed=30");
document.writeln("  demo2.innerHTML=demo1.innerHTML");
document.writeln("  demo.scrollLeft=demo.scrollWidth");
document.writeln("  function Marquee(){");
document.writeln("  if(demo2.offsetWidth-demo.scrollLeft<=0)");
document.writeln("  demo.scrollLeft-=demo2.offsetWidth");
document.writeln("  else{");
document.writeln("  demo.scrollLeft++");
document.writeln("  }");
document.writeln("  }");
document.writeln(" var MyMar=setInterval(Marquee,speed)");
document.writeln("  demo.onmouseover=function() {clearInterval(MyMar)}");
document.writeln("  demo.onmouseout=function() {MyMar=setInterval(Marquee,speed)}");
document.writeln(" </SCRIPT>");
document.writeln("");

