	var widths=750;
	var heights=94;
	var counts=5;              
	simg1=new Image ();simg1.src='../UserFiles/UsePics/hd/hd_i/hd1.jpg';
	simg2=new Image ();simg2.src='../UserFiles/UsePics/hd/hd_i/hd2.jpg';
	simg3=new Image ();simg3.src='../UserFiles/UsePics/hd/hd_i/hd3.jpg'; 
	simg4=new Image ();simg4.src='../UserFiles/UsePics/hd/hd_i/hd4.jpg'; 
	simg5=new Image ();simg5.src='../UserFiles/UsePics/hd/hd_i/hd5.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>');
	document.write('<div style="filter:alpha(style=1,opacity=10,finishOpacity=80);-moz-opacity:0.8; opacity:0.8;background: #FFFAC2;width:750px;text-align:right;position:relative;margin:1px;height:12px;padding:0px;margin:0px;border:0px; top:-12px;"></div></div>');
	change_img();