 marqueesHeight=132;
 stopscroll=false; 
 with(icefable2){
style.width=448;
style.height=marqueesHeight;
style.overflowX="visible";
style.overflowY="hidden";
noWrap=true;
onmouseover=new Function("stopscroll=true");
onmouseout=new Function("stopscroll=false"); 
}  
preTop=0; currentTop=132; stoptime=0;   
icefable2.innerHTML+=icefable2.innerHTML;   

function init_srolltext(){   icefable2.scrollTop=0;   setInterval("scrollUp()",55); }
init_srolltext();

function scrollUp(){  
if(stopscroll==true) return;   currentTop+=1; 
if(currentTop==133)   {    stoptime+=1;    currentTop-=1;    if(stoptime==44)    {     currentTop=0;     stoptime=0;        }  
}   else {      preTop=icefable2.scrollTop;    icefable2.scrollTop+=1;   
if(preTop==icefable2.scrollTop){      icefable2.scrollTop=132;      icefable2.scrollTop+=1;      
}   }

} 
