document.writeln("<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("<tr>");
document.writeln("<td> <TABLE ");
document.writeln("style=\"BORDER-RIGHT: #666666 1px solid; BORDER-TOP: #666666 1px solid; BORDER-LEFT: #666666 1px solid; BORDER-BOTTOM: #666666 1px solid\" ");
document.writeln("cellSpacing=0 cellPadding=0 width=895 align=center border=0>");
document.writeln("<TBODY>");
document.writeln("<TR>");
document.writeln("<TD>");
document.writeln("<DIV id=demo style=\"OVERFLOW: hidden; WIDTH: 100%; COLOR: #ffffff\">");
document.writeln("<TABLE cellSpacing=0 cellPadding=0 align=left border=0 cellspace=\"0\">");
document.writeln("<TBODY>");
document.writeln("<TR>");
document.writeln("<TD id=demo1 vAlign=top><table width=\"1710\" height=\"200\"  border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("<tr>");
document.writeln("<td width=\"171\" background=\"pic_bg.jpg\"><div align=\"center\"><img src=\"1\/1.jpg\" width=\"200\" height=\"200\"><\/div><\/td>");
document.writeln("<td width=\"171\" background=\"pic_bg.jpg\"><div align=\"center\">");
document.writeln("<p><img src=\"1\/2.jpg\" width=\"200\" height=\"200\"><\/p>");
document.writeln("<\/div><\/td>");
document.writeln("<td width=\"171\" background=\"pic_bg.jpg\"><div align=\"center\"><img src=\"1\/3.jpg\" width=\"200\" height=\"200\"><\/div><\/td>");
document.writeln("<td width=\"171\" background=\"pic_bg.jpg\"><div align=\"center\"><img src=\"1\/4.jpg\" width=\"200\" height=\"200\"><\/div><\/td>");
document.writeln("<td width=\"171\" background=\"pic_bg.jpg\"><div align=\"center\"><img src=\"1\/5.jpg\" width=\"200\" height=\"200\"><\/div><\/td>");
document.writeln("<td width=\"171\" background=\"pic_bg.jpg\"><div align=\"center\"><img src=\"1\/6.jpg\" width=\"200\" height=\"200\"><\/div><\/td>");
document.writeln("<td width=\"171\" background=\"pic_bg.jpg\"><div align=\"center\"><img src=\"1\/7.jpg\" width=\"200\" height=\"200\"><\/div><\/td>");
document.writeln("<td width=\"171\" background=\"pic_bg.jpg\"><div align=\"center\"><img src=\"1\/8.jpg\" width=\"200\" height=\"200\"><\/div><\/td>");
document.writeln("<td width=\"171\" background=\"pic_bg.jpg\"><div align=\"center\"><img src=\"1\/9.jpg\" width=\"200\" height=\"200\"><\/div><\/td>");
document.writeln("<td width=\"171\" background=\"pic_bg.jpg\"><div align=\"center\"><img src=\"1\/10.jpg\" width=\"200\" height=\"200\"><\/div><\/td>");
document.writeln("<\/tr>");
document.writeln("<\/table><\/TD>");
document.writeln("<TD id=demo2 vAlign=top>&nbsp;<\/TD><\/TR><\/TBODY><\/TABLE><\/DIV>")


var speed3=25//速度数值越大速度越慢
demo2.innerHTML=demo1.innerHTML
function Marquee(){
if(demo2.offsetWidth-demo.scrollLeft<=0)
demo.scrollLeft-=demo1.offsetWidth
else{
demo.scrollLeft++
}
}
var MyMar=setInterval(Marquee,speed3)
demo.onmouseover=function() {clearInterval(MyMar)}
demo.onmouseout=function() {MyMar=setInterval(Marquee,speed3)}