	var widths=750;
	var heights=94;
	var counts=3;              
	simg1=new Image ();simg1.src='../UserFiles/UsePics/hd/hd_xql/hd1.jpg';
	simg2=new Image ();simg2.src='../UserFiles/UsePics/hd/hd_xql/hd2.jpg';
	simg3=new Image ();simg3.src='../UserFiles/UsePics/hd/hd_xql/hd3.jpg'; 
	
	var nn=1;
	var key=0;
	function change_img()
		{if(key==0){key=1;}
	else if(document.all)
		{document.getElementById("simgs").filters[0].Apply();document.getElementById("simgs").filters[0].Play(duration=2);}
	eval('document.getElementById("simgs").src=simg'+nn+'.src');
	nn++;if(nn>counts){nn=1;}
	tthd=setTimeout('change_img()',4000);}
	
	function changeimg(n){nn=n;window.clearInterval(tthd);change_img();}
	document.write('<div style="width:'+widths+'px;height:'+heights+'px;overflow:hidden;text-overflow:clip;">');
	document.write('<div><img id="simgs" style="border:0px;filter:progid:dximagetransform.microsoft.wipe(gradientsize=1.0,wipestyle=4, motion=forward)" width='+widths+' height='+heights+' /></div></div>');
	change_img();
