function lunhuan3(id,k,t,w){//ÎÄ×Ö¹ö¶¯º¯Êý
	var second3=k;
	var tagname3=t?t:"li";
	var scrolltopp3=w?w:20;
	var slideBox3 = document.getElementById(id);
	var pause3=false;
	var lunhuann3=function(){set3=setInterval(slide3, second3);}
	var slide3=function () {
		if (pause3) return;
		slideBox3.scrollTop += 2;
		if (slideBox3.scrollTop  %  scrolltopp3 == 0) {
		clearInterval(set3);
		slideBox3.appendChild(slideBox3.getElementsByTagName(tagname3)[0]);
		slideBox3.scrollTop = 0;
		setTimeout(lunhuann3  ,   3000);
		}
	}
	slideBox3.onmouseover=function(){pause=true;}
	slideBox3.onmouseout=function(){pause=false;}
	setTimeout(lunhuann3  ,   second3);
}
function lunhuan2(id,k,t,w){
	var second2=k;
	var tagname2=t?t:"li";
	var scrolltopp2=w?w:20;
	var slideBox2 = document.getElementById(id);
	var pause2=false;
	var lunhuann2=function(){set2=setInterval(slide2, second2);}
	var slide2=function () {
		if (pause2) return;
		slideBox2.scrollTop += 2;
		if (slideBox2.scrollTop  %  scrolltopp2 == 0) {
		clearInterval(set2);
		slideBox2.appendChild(slideBox2.getElementsByTagName(tagname2)[0]);
		slideBox2.scrollTop = 0;
		setTimeout(lunhuann2  ,   3000);
		}
	}
	slideBox2.onmouseover=function(){pause=true;}
	slideBox2.onmouseout=function(){pause=false;}
	setTimeout(lunhuann2  ,   second2);
}
function lunhuan6(id,k,t,w){
	var second6=k;
	var tagname6=t?t:"li";
	var scrolltopp6=w?w:20;
	var slideBox6 = document.getElementById(id);
	var pause6=false;
	var lunhuann6=function(){set6=setInterval(slide6, second6);}
	var slide6=function () {
		if (pause6) return;
		slideBox6.scrollTop += 2;
		if (slideBox6.scrollTop  %  scrolltopp6 == 0) {
		clearInterval(set6);
		slideBox6.appendChild(slideBox6.getElementsByTagName(tagname6)[0]);
		slideBox6.scrollTop = 0;
		setTimeout(lunhuann6  ,   3000);
		}
	}
	slideBox6.onmouseover=function(){pause=true;}
	slideBox6.onmouseout=function(){pause=false;}
	setTimeout(lunhuann6  ,   second6);
}