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 bgcolor=#eeeeee>");
document.write("      <div id=demo style=overflow:hidden;width:760;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://home.sh.soufun.com/news/2007-07-04/1122812.htm target=_blank><img src=images/01.jpg hspace=2 border=0></a></td>");
document.write("                <td><a href=http://home.sh.soufun.com/news/2007-07-04/1122817.htm target=_blank><img src=images/02.jpg hspace=2 border=0></a></td>");
document.write("                <td><a href=http://home.sh.soufun.com/news/2007-07-04/1122820.htm target=_blank><img src=images/03.jpg hspace=2 border=0></a></td>");
document.write("                <td><a href=http://home.sh.soufun.com/news/2007-07-04/1122829.htm target=_blank><img src=images/04.jpg hspace=2 border=0></a></td>");
document.write("                <td><a href=http://home.sh.soufun.com/news/2007-07-04/1122828.htm target=_blank><img src=images/05.jpg hspace=2 border=0></a></td>");
document.write("                <td><a href=http://home.sh.soufun.com/news/2007-07-04/1122830.htm target=_blank><img src=images/06.jpg hspace=2 border=0></a></td>");
document.write("                <td><a href=http://home.sh.soufun.com/news/2007-07-04/1122744.htm target=_blank><img src=images/07.jpg hspace=2 border=0></a></td>");
document.write("                <td><a href=http://home.sh.soufun.com/news/2007-07-04/1122745.htm target=_blank><img src=images/08.jpg hspace=2 border=0></a></td>");
document.write("                <td><a href=http://home.sh.soufun.com/news/2007-07-04/1122727.htm target=_blank><img src=images/09.jpg hspace=2 border=0></a></td>");
document.write("                <td><a href=http://home.sh.soufun.com/news/2007-07-04/1122595.htm target=_blank><img src=images/10.jpg hspace=2 border=0></a></td>");
document.write("                <td><a href=http://home.sh.soufun.com/news/2007-07-04/1122831.htm target=_blank><img src=images/11.jpg hspace=2 border=0></a></td>");
document.write("                <td><a href=http://home.sh.soufun.com/news/2007-07-04/1122831.htm target=_blank><img src=images/12.jpg hspace=2 border=0></a></td>");
document.write("                <td><a href=http://home.sh.soufun.com/news/2007-07-04/1122649.htm target=_blank><img src=images/13.jpg hspace=2 border=0></a></td>");
document.write("                <td><a href=http://home.sh.soufun.com/news/2007-07-04/1122649.htm target=_blank><img src=images/14.jpg hspace=2 border=0></a></td>");
document.write("                <td><a href=http://home.sh.soufun.com/news/2007-07-04/1122649.htm target=_blank><img src=images/15.jpg hspace=2 border=0></a></td>");
document.write("                <td><a href=http://home.sh.soufun.com/news/2007-07-04/1122649.htm target=_blank><img src=images/16.jpg 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=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)} 