// JavaScript Document
document.writeln("<DIV id=demo style=\"OVERFLOW: hidden; WIDTH: 770px; HEIGHT: 108px\">");
document.writeln("         <TABLE cellPadding=0 align=left border=0 cellspace=\"0\">");
document.writeln("         <TBODY>");
document.writeln("         <TR>");
document.writeln("         <TD id=demo1 vAlign=top><img src=\"qk.gif\" width=\"770\" height=\"105\" \/><\/TD>");
document.writeln("         <TD id=demo2 vAlign=top><\/TD><\/TR><\/TBODY><\/TABLE><\/DIV>");
document.writeln("         <SCRIPT>");
document.writeln("         var speed=80");
document.writeln("         demo2.innerHTML=demo1.innerHTML");
document.writeln("         function Marquee(){");
document.writeln("         if(demo2.offsetWidth-demo.scrollLeft <=5)");
document.writeln("         demo.scrollLeft-=demo1.offsetWidth");
document.writeln("         else{demo.scrollLeft++}");
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("      <\/div>")
