document.write("<table align=center width=100% border=0 cellpadding=0 cellspacing=0>");
document.write("    <tr> ");
document.write("     <td width=100% height=90 align=center>");
document.write("      <div id=demo style=overflow:hidden;width:890;align=center>");
document.write("        <table border=0 align=center cellpadding=1 cellspacing=1 cellspace=0 >");
document.write("         <tr>");
document.write("           <td valign=top id=marquePic1> ");
document.write("             <table width=100% border=0 cellspacing=0 cellpadding=0>");
document.write("               <tr align=center> ");
document.write("                <td><a href=http://www.ariston.com.cn/main/product/rs/drsq_main.asp target=_blank><img src=images/18.jpg hspace=2 border=0></td>");
document.write("                <td><a href=http://www.ariston.com.cn/main/product/rs/drsq_main.asp target=_blank><img src=images/19.jpg height=130 hspace=2 border=0></td>");
document.write("                <td><a href=http://www.ariston.com.cn/main/product/rs/drsq_main.asp target=_blank><img src=images/20.jpg height=130 hspace=2 border=0></td>");
document.write("                <td><a href=http://www.ariston.com.cn/main/product/rs/drsq_main.asp target=_blank><img src=images/21.jpg height=130 hspace=2 border=0></td>");
document.write("                <td><a href=http://www.ariston.com.cn/main/product/rs/rqrsq_main.asp target=_blank><img src=images/22.jpg height=130 hspace=2 border=0></td>");
document.write("                <td><a href=http://www.ariston.com.cn/main/product/rs/rqrsq_main.asp target=_blank><img src=images/23.jpg height=130 hspace=2 border=0></td>");
document.write("                <td><a href=http://www.ariston.com.cn/main/product/rs/rqrsq_main.asp target=_blank><img src=images/24.jpg height=130 hspace=2 border=0></td>");
document.write("                <td><a href=http://www.ariston.com.cn/main/product/rs/zyrsq_main.asp target=_blank><img src=images/25.jpg height=130 hspace=2 border=0></td>");
document.write("                <td><a href=http://www.ariston.com.cn/main/product/gn/index.asp target=_blank><img src=images/26.jpg height=130 hspace=2 border=0></td>");
document.write("                <td><a href=http://www.ariston.com.cn/main/product/gn/index.asp target=_blank><img src=images/27.jpg height=130 hspace=2 border=0></td>");
document.write("                <td><a href=http://www.ariston.com.cn/main/product/gn/index.asp target=_blank><img src=images/28.jpg height=130 hspace=2 border=0></td>");
document.write("                <td><a href=http://www.ariston.com.cn/main/product/gn/index.asp target=_blank><img src=images/29.jpg height=130 hspace=2 border=0></td>");
document.write("                <td><a href=http://www.ariston.com.cn/main/product/gn/index.asp target=_blank><img src=images/30.jpg height=130 hspace=2 border=0></td>");
document.write("    		 </tr>");
document.write("  	        </table>");
document.write("           </td>");
document.write("	      <td id=marquePic2 valign=top></td>");
document.write("         </tr>");
document.write("        </table>");
document.write("       </div>");
document.write("      </td>");
document.write("    </tr>");
document.write("  </table>");
var speed=30;
marquePic2.innerHTML=marquePic1.innerHTML;
function Marquee(){ 
if(demo.scrollLeft>=marquePic1.scrollWidth){ 
demo.scrollLeft=0;
}else{ 
demo.scrollLeft++;
} 
} 
var MyMar=setInterval(Marquee,speed) 
demo.onmouseover=function() {clearInterval(MyMar)} 
demo.onmouseout=function() {MyMar=setInterval(Marquee,speed)} 