marqueesHeight=220;
stopscroll=false;
icefable11.scrollTop=0;

with(icefable11){
  style.width=0;
  style.height=marqueesHeight;
  style.overflowXe="visible";
  style.overflowY="hidden";
  noWrap=true;
  onmouseover=new Function("stopscroll=true");
  onmouseout=new Function("stopscroll=false");
}

preTope=0; currentTop=0; stoptime=0;

function init_srolltexte(){
  icefable12.innerHTML="";
  icefable12.innerHTML+=icefable11.innerHTML;    
  icefable11.innerHTML=icefable12.innerHTML+icefable12.innerHTML;
  setInterval("scrollUp()",30);
}
function scrollUp(){
  if(stopscroll==true) return;
  currentTop+=1;
  if(currentTop==80) //¹ö¶¯¸ß
  {
  	stoptime+=3;
  	currentTop-=1;
  	if(stoptime==600) 
  	{
  		currentTop=0;
  		stoptime=0;
  	}
  }
  else {  	
	  preTope=icefable11.scrollTop;
	  icefable11.scrollTop+=1;
	  if(preTope==icefable11.scrollTop){
	    icefable11.scrollTop=icefable12.offsetHeight-marqueesHeight;
	    icefable11.scrollTop+=1;
	  }
  }

}
init_srolltexte();