document.write(" <DIV id=demo style='OVERFLOW: hidden; WIDTH: 690px; HEIGHT: 99px'> ");
document.write("		    <TABLE cellPadding=0 align=center border=0 ");
document.write("cellspace='0'>");
document.write("                          <TBODY>");
document.write("                            <TR> ");
document.write("                              <TD id=demo1 valign=top> ");
document.write("		  <table width='98%'  border='0' align='center' cellpadding='0' cellspacing='0'  >");
document.write("            <tr valign='top'>");
document.write("              <td><img src='/images/0001.jpg' width='142' height='99'></td>");
document.write("              <td>&nbsp;</td>");
document.write("              <td><img src='/images/0002.jpg' width='142' height='99'></td>");
document.write("              <td>&nbsp;</td>");
document.write("              <td><img src='/images/0003.jpg' width='142' height='99'></td>");
document.write("              <td>&nbsp;</td>");
document.write("              <td><img src='/images/0005.jpg' width='142' height='99'></td>");
document.write("			  <td>&nbsp;</td>");
document.write("              <td><img src='/images/0006.jpg' width='142' height='99'></td>");
document.write("			  <td>&nbsp;</td>");
document.write("   ");
document.write("              </tr>");
document.write("          </table>");
document.write("		  </TD>");
document.write("                              <TD id=demo2></TD>");
document.write("                            </TR>");
document.write("                          </TBODY>");
document.write("                        </TABLE>");
document.write("		   </div>");
var speed=10                                       
  demo2.innerHTML=demo1.innerHTML                                       
  function Marquee(){                                       
  if(demo2.offsetWidth-demo.scrollLeft<=0)                                       
  demo.scrollLeft-=demo1.offsetWidth                                       
  else{                                       
  demo.scrollLeft++                                       
  }                                       
  }                                       
  var MyMar=setInterval(Marquee,speed)                                       
  demo.onmouseover=function() {clearInterval(MyMar)}                                       
  demo.onmouseout=function() {MyMar=setInterval(Marquee,speed)}                  
 
 
 

