<!--[115,18,4358] published at 2008-12-10 17:12:36 from #221 by 2217-->
document.write("<div id='icefable1'><!--- ¹ö¶¯ begin --><table width=225 border=0 cellpadding=0 cellspacing=0><tr><td><a href=http://games.sina.com.cn/hotzt.shtml target=_blank><img src=http://i1.sinaimg.cn/gm/184/2008/1104/U2217P115T184D95F6253DT20081210171143.jpg class=img01 width=225 height=60 border=0></a></td></tr><tr><td><a href=http://games.sina.com.cn/o/20081001.shtml target=_blank><img src=http://i2.sinaimg.cn/gm/hot08/10/119.jpg class=img01 width=225 height=60 border=0></a></td></tr><tr><td height=8></td></tr><tr><td><a href=http://games.sina.com.cn/j/zt/10year/index.shtml target=_blank><img src=http://i1.sinaimg.cn/gm/hot08/10/118.jpg class=img01 width=225 height=60 border=0></a></td></tr><tr><td height=8></td></tr><tr><td><a href=http://games.sina.com.cn/blog/zt/summer08/index.shtml target=_blank><img src=http://i0.sinaimg.cn/gm/hot08/10/117.jpg class=img01 width=225 height=60 border=0></a></td></tr><tr><td height=8></td></tr><tr><td><a href=http://games.sina.com.cn/webgame/ target=_blank><img src=http://i2.sinaimg.cn/gm/hot08/07/5.jpg class=img01 width=225 height=60 border=0></a></td></tr><tr><td height=8></td></tr><tr><td><a href=http://games.sina.com.cn/pc/diablo3.shtml target=_blank><img src=http://i3.sinaimg.cn/gm/hot08/07/21/112.jpg class=img01 width=225 height=60 border=0></a></td></tr><tr><td height=8></td></tr><tr><td height=8></td></tr></table><!--- ¹ö¶¯ end --></div>")
marqueesHeight=280;
stopscroll=false;
with(icefable1){
	  style.width=0;
	  style.height=marqueesHeight;
	  style.overflowX="visible";
	  style.overflowY="hidden";
	  noWrap=true;
	  onmouseover=new Function("stopscroll=true");
	  onmouseout=new Function("stopscroll=false");
  }
  preTop=0; currentTop=70; stoptime=0;
  icefable1.innerHTML+=icefable1.innerHTML;
  

function init_srolltext(){
  icefable1.scrollTop=0;
  setInterval("scrollUp()",10);
}init_srolltext();

function scrollUp(){
  if(stopscroll==true) return;
  currentTop+=1;
  if(currentTop==71)
  {
  	stoptime+=1;
  	currentTop-=1;
  	if(stoptime==150) 
  	{
  		currentTop=0;
  		stoptime=0;  		
  	}
  }
  else {  	
	  preTop=icefable1.scrollTop;
	  icefable1.scrollTop+=1;
	  if(preTop==icefable1.scrollTop){
	    icefable1.scrollTop=70;
	    icefable1.scrollTop+=1;
	    
	  }
  }

}