marqueesHeight2=392;
stopscroll2=false;
with(makewing2){
		style.width=0;
		style.height=marqueesHeight2;
		style.overflowX="visible";
		style.overflowY="hidden";
		noWrap=true;
		onmouseover=new Function("stopscroll2=true");
		onmouseout=new Function("stopscroll2=false");
	}
	preTop2=0; currentTop2=marqueesHeight2; stoptime2=0;
	makewing2.innerHTML+=makewing2.innerHTML;
	

function init_srolltext2(){
	makewing2.scrollTop=0;
	setInterval("scrollUp2()",1);
}init_srolltext2();

function scrollUp2(){
	if(stopscroll2==true) return;
	currentTop2+=1;
	if(currentTop2==marqueesHeight2+1)
	{
		stoptime2+=1;
		currentTop2-=1;
		if(stoptime2==300)
		{
			currentTop2=0;
			stoptime2=0;
		}
	}
	else {
		preTop2=makewing2.scrollTop;
		makewing2.scrollTop+=1;
		if(preTop2==makewing2.scrollTop){
			makewing2.scrollTop=marqueesHeight2;
			makewing2.scrollTop+=1;
			
		}
	}

}
init_srolltext2();
