//Ìì¼«ÒÁÓÀºãÔ­´´
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');
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:935px;height:160px;overflow:hidden;text-overflow:clip;float:left;margin:0px auto">');
document.write('<div style="float:left;margin:0px auto"><a id="url"><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>');
change_img();
