var widths=874;
var heights=264;
var counts=2;
img_1=new Image();img_1.src='/uploadpic/200912/20091216201247529.gif';img_2=new Image();img_2.src='/uploadpic/200912/20091218125949667.gif';
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');
		nn++;
		if(nn>counts){nn=1;}
		tt=setTimeout('change_img()',5000);
}
function changeimg(n){
	nn=n;
	window.clearInterval(tt);
	change_img();
}
document.write('<div style="width:'+widths+'px;height:'+heights+'px;overflow:hidden;text-overflow:clip;">');
document.write('<div><img id="pic" style="filter:progid:DXImageTransform.Microsoft.Fade(enabled=ture,overlap=1.0)" width='+widths+' height='+heights+' /></div>');
document.write('</div>');
change_img();

