document.writeln("</td><td id=marquePic2 valign=top></td></tr>");
document.writeln(" </table></div>");
document.writeln("<script type=\"text/javascript\">");
document.writeln("var speed=50 ");
document.writeln("marquePic2.innerHTML=marquePic1.innerHTML ");
document.writeln("function Marquee(){ ");
document.writeln("if(demo.scrollLeft>=marquePic1.scrollWidth){ ");
document.writeln("demo.scrollLeft=0 ");
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>");
