// JavaScript Document
// JavaScript Document

			var widths=994;              
			var heights=289;              
			var counts=4; 
			img1=new Image ();img1.src='images/images/bb_19.jpg';
			//img2=new Image ();img2.src='images/images/bb_14.jpg';
			img2=new Image ();img2.src='images/images/bb_9.jpg';
			img3=new Image ();img3.src='images/images/bb_12.jpg';
			img4=new Image ();img4.src='images/images/bb_10.jpg'; 
			 
			url1 = new Image();
			url1.src = 'http://www.6fei.com.cn/ipv6-product/download_go6.html';
			//url2 = new Image();
			//url2.src = 'ipv6-campaign/6fei_ipv6day.html';
			url2 = new Image();
			url2.src = 'ipv6-campaign/ipv6day.html';
			url3 = new Image();
			url3.src = 'ipv6-top.html';
			url4 = new Image();
			url4.src = 'http://www.6fei.com.cn/faq/';
			
			var nn=1;
			var key=0;
			function change_img()
			{if(key==0){key=1;}
			else if(document.all)
			{document.getElementById("pic").filters[0].Apply();document.getElementById("pic").filters[0].Play(duration=2);}
			eval('document.getElementById("pic").src=img'+nn+'.src');
			eval('document.getElementById("url").href=url'+nn+'.src');
			for (var i=1;i<=counts;i++){document.getElementById("xxjdjj"+i).className='axx';}
			document.getElementById("xxjdjj"+nn).className='bxx';
			nn++;if(nn>counts){nn=1;}
			tt=setTimeout('change_img()',6000);}
			function changeimg(n){nn=n;window.clearInterval(tt);change_img();}
			document.write('<style>');
			document.write('.axx{padding:2px 5px;margin:0px 0px 0px 2px;}');
			document.write('a.axx:link,a.axx:visited{outline:none;text-decoration:none;color:#fff;line-height:25px;font:9px sans-serif;background-color:#666;}');
			document.write('a.axx:active,a.axx:hover{outline:none;text-decoration:none;color:#fff;line-height:25px;font:9px sans-serif;background-color:#999;}');
			document.write('.bxx{padding:2px 5px;margin:0px 0px 0px 2px;}');
			document.write('a.bxx:link,a.bxx:visited{outline:none;text-decoration:none;color:#fff;line-height:25px;font:9px sans-serif;background-color:#1c3cfb;}');
			document.write('a.bxx:active,a.bxx:hover{outline:none;text-decoration:none;color:#fff;line-height:25px;font:9px sans-serif;background-color:#1c3cfb;}');
			document.write('</style>');
			document.write('<div style="width:'+widths+'px;height:'+heights+'px;overflow:hidden;text-overflow:clip;">');
			document.write('<div><a id="url" target="_blank"><img id="pic"style="border:0px;filter:progid:dximagetransform.microsoft.wipe(gradientsize=1.0,wipestyle=4, motion=forward)" width='+widths+' height='+heights+'/></a></div>');
			document.write('<div style="text-align:right;top:-34px;position:relative;height:12px;padding:0px;margin:10px;border:0px;">');
			for(var i=1;i<counts+1;i++){document.write('<a href="javascript:changeimg('+i+');" id="xxjdjj'+i+'" class="axx">'+i+'</a>'); target="_self"}
			document.write('</div></div>');
			change_img();
