
           
			var NowFrame = 1;
			var MaxFrame = 4;
			var bStart = 0;
			function fnToggle()
			{var next = NowFrame + 1;
			if(next == MaxFrame+1) 
			{NowFrame = MaxFrame;next = 1;}
			if(bStart == 0)
			{
			bStart = 1;setTimeout('fnToggle()', 100);
			return;
			}
			else
			{
			oTransContainer.filters[0].Apply();
			document.images['oDIV'+next].style.display = "";
			document.images['oDIV'+NowFrame].style.display = "none";
			oTransContainer.filters[0].Play(duration=2);
			if(NowFrame == MaxFrame)
			{NowFrame = 1;}
			else
			{NowFrame++;}}	
			setTimeout('fnToggle()', 3000);}
			fnToggle();
		 
	document.write (" <div id=oTransContainer") 
document.write (" style=\"FILTER: progid:DXImageTransform.Microsoft.Wipe(GradientSize=1.0,wipeStyle=0, motion='forward'); WIDTH: 165px; HEIGHT: 103px\">")
document.write ("<img class=pic id=oDIV1 src=\"images/lsjygg.jpg\" width=1004 height=130>")					
document.write("<img class=pic id=oDIV2 src=\"images/lsjygg.jpg\" width=1004 height=130 style=\"DISPLAY: none;\">")
document.write("<img class=pic id=oDIV3 src=\"images/dzswgg.jpg\" width=1004 height=130 style=\"DISPLAY: none;\">")
document.write("<img class=pic id=oDIV4 src=\"images/wlgg.jpg\" width=1004 height=130   style=\"DISPLAY: none;\">")
 
document.write("</div>")