<!--
document.write('<table align=center width=550 border=0 cellpadding=0 cellspacing=0 style=BORDER-LEFT: #2575B0 1px solid;BORDER-RIGHT: #2575B0 1px solid>'); 
document.write(' <tr> '); 
document.write(' <td width=550 height=75	 align=center class=border01 bgcolor=#2575B0>'); 
document.write(' <div id=demo style=overflow:hidden;width:550;align=center>'); 
document.write(' <table border=0 align=center cellpadding=1 cellspacing=1 cellspace=0 >'); 
document.write(' <tr>'); 
document.write(' <td valign=top bgcolor=#2575B0 id=marquePic1> '); 
document.write(' <table width=550 border=0 cellspacing=0 cellpadding=0>'); 
document.write(' <tr align=center> '); 
document.write(' <td><img src=images2/1.jpg width=100 height=90 hspace=2 border=0></td>'); 
document.write(' <td><img src=images2/2.jpg width=100 height=90 hspace=2 border=0></td>'); 
document.write(' <td><img src=images2/3.jpg width=100 height=90 hspace=2 border=0></td>');
document.write(' <td><img src=images2/4.jpg width=100 height=90 hspace=2 border=0></td>'); 
document.write(' <td><img src=images2/5.jpg width=100 height=90 hspace=2 border=0></td>'); 
document.write(' <td><img src=images2/6.jpg width=100 height=90 hspace=2 border=0></td>');
document.write(' <td><img src=images2/7.jpg width=100 height=90 hspace=2 border=0></td>'); 
document.write(' <td><img src=images2/8.jpg width=100 height=90 hspace=2 border=0></td>'); 
document.write(' <td><img src=images2/9.jpg width=100 height=90 hspace=2 border=0></td>'); 
document.write(' <td><img src=images2/10.jpg width=100 height=90 hspace=2 border=0></td>'); 
document.write(' <td><img src=images2/11.jpg width=100 height=90 hspace=2 border=0></td>'); 
document.write(' <td><img src=images2/12.jpg width=100 height=90 hspace=2 border=0></td>'); 
document.write(' <td><img src=images2/13.jpg width=100 height=90 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)} 

-->
