document.write('<table align=center width=630 border=0 cellpadding=0 cellspacing=0 >'); 
document.write(' <tr> '); 
document.write(' <td width=630 height=120 align=center class=border01>'); 
document.write(' <div id=demo style=overflow:hidden;width:630;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=97% border=0 cellspacing=0 cellpadding=0>'); 
document.write(' <tr align=center> '); 

document.write(' <td><a href="about.asp?id=25" target="new"><img src="../scripts/image/x1.jpg" width=85 height=120 hspace=2 border=0></a></td>'); 
document.write(' <td><a href="about.asp?id=25" target="new"><img src="../scripts/image/x2.jpg" width=85 height=120 hspace=2 border=0></a></td>'); 
document.write(' <td><a href="about.asp?id=25" target="new"><img src="../scripts/image/x3.jpg" width=85 height=120 hspace=2 border=0></a></td>'); 
document.write(' <td><a href="about.asp?id=25" target="new"><img src="../scripts/image/x4.jpg" width=85 height=120 hspace=2 border=0></a></td>'); 
document.write(' <td><a href="about.asp?id=25" target="new"><img src="../scripts/image/x5.jpg" width=85 height=120 hspace=2 border=0></a></td>'); 
document.write(' <td><a href="about.asp?id=25" target="new"><img src="../scripts/image/x6.jpg" width=85 height=120 hspace=2 border=0></a></td>'); 
document.write(' <td><a href="about.asp?id=25" target="new"><img src="../scripts/image/x7.jpg" width=85 height=120 hspace=2 border=0></a></td>'); 
document.write(' <td><a href="about.asp?id=25" target="new"><img src="../scripts/image/x8.jpg" width=85 height=120 hspace=2 border=0></a></td>'); 
document.write(' <td><a href="about.asp?id=25" target="new"><img src="../scripts/image/x9.jpg" width=85 height=120 hspace=2 border=0></a></td>'); 
document.write(' <td><a href="about.asp?id=25" target="new"><img src="../scripts/image/x10.jpg" width=85 height=120 hspace=2 border=0></a></td>'); 
document.write(' <td><a href="about.asp?id=25" target="new"><img src="../scripts/image/x11.jpg" width=85 height=120 hspace=2 border=0></a></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=1
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)} 