marqueesHeight1=208;
sstopscroll=false;
icefable11.scrollTop=0;

with(icefable11){
  style.width=0;
  style.height=marqueesHeight1;
  style.overflowX="visible";
  style.overflowY="hidden";
  noWrap=true;
  onmouseover=new Function("sstopscroll=true");
  onmouseout=new Function("sstopscroll=false");
}

preTop=0; mcurrentTop=0; mstoptime=0;
function init_srolltext1(){
  icefable12.innerHTML="";
  icefable12.innerHTML+=icefable11.innerHTML;    
  icefable11.innerHTML=icefable12.innerHTML+icefable12.innerHTML;
  setInterval("scrollUp1()",30);
}
function scrollUp1(){
  if(sstopscroll==true) return;
  mcurrentTop+=1;
  if(mcurrentTop==209)
  {
  	mstoptime+=1;
  	mcurrentTop-=1;
  	if(mstoptime==55)
  	{
  		mcurrentTop=0;
  		mstoptime=0;
  	}
  }
  else {  	
	  preTop=icefable11.scrollTop;
	  icefable11.scrollTop+=1;
	  if(preTop==icefable11.scrollTop){
	    icefable11.scrollTop=icefable12.offsetHeight-marqueesHeight1;
	    icefable11.scrollTop+=1;
	  }
  }

}
init_srolltext1();