newmarqueesHeight3=113;
newstopscroll3=false;
with(makewing3){
	  style.width=0;
	  style.height=newmarqueesHeight3;
	  style.overflowX="visible";
	  style.overflowY="hidden";
	  noWrap=true;
	  onmouseover=new Function("newstopscroll3=true");
	  onmouseout=new Function("newstopscroll3=false");
  }
  newpreTop3=0; newcurrentTop3=newmarqueesHeight3; newstoptime3=0;
  makewing3.innerHTML+=makewing3.innerHTML;

function newinit_srolltext3(){
  makewing3.scrollTop=0;
  setInterval("newscrollUp3()",1);
}newinit_srolltext3();

function newscrollUp3(){
  if(newstopscroll3==true) return;
  newcurrentTop3+=1;
  if(newcurrentTop3==newmarqueesHeight3+1)
  {
  	newstoptime3+=1;
  	newcurrentTop3-=1;
  	if(newstoptime3==300)
  	{
  		newcurrentTop3=0;
  		newstoptime3=0;
  	}
  }
  else {
	  newpreTop3=makewing3.scrollTop;
	  makewing3.scrollTop+=1;
	  if(newpreTop3==makewing3.scrollTop){
	    makewing3.scrollTop=newmarqueesHeight3;
	    makewing3.scrollTop+=1;
	    
	  }
  }

}
newinit_srolltext3();
