newmarqueesHeight2=104;
newstopscroll2=false;
with(makewing2){
	  style.width=0;
	  style.height=newmarqueesHeight2;
	  style.overflowX="visible";
	  style.overflowY="hidden";
	  noWrap=true;
	  onmouseover=new Function("newstopscroll2=true");
	  onmouseout=new Function("newstopscroll2=false");
  }
  newpreTop2=0; newcurrentTop2=newmarqueesHeight2; newstoptime2=0;
  makewing2.innerHTML+=makewing2.innerHTML;

function newinit_srolltext2(){
  makewing2.scrollTop=0;
  setInterval("newscrollUp2()",1);
}newinit_srolltext2();

function newscrollUp2(){
  if(newstopscroll2==true) return;
  newcurrentTop2+=1;
  if(newcurrentTop2==newmarqueesHeight2+1)
  {
  	newstoptime2+=1;
  	newcurrentTop2-=1;
  	if(newstoptime2==300)
  	{
  		newcurrentTop2=0;
  		newstoptime2=0;
  	}
  }
  else {
	  newpreTop2=makewing2.scrollTop;
	  makewing2.scrollTop+=1;
	  if(newpreTop2==makewing2.scrollTop){
	    makewing2.scrollTop=newmarqueesHeight2;
	    makewing2.scrollTop+=1;
	    
	  }
  }

}
newinit_srolltext2();	
