<!--
//Ìì¼«ÒÁÓÀºãÔ­´´   
var nnn=1;   
var key1=0;   
function change_img1()   
{if(key1==0){key1=1;}   
else if(document.all)   
{document.getElementById("adpic1").filters[0].Apply();document.getElementById("adpic1").filters[0].Play(duration=2);}   
eval('document.getElementById("adpic1").src=img_'+nnn+'.src');  
//eval('document.getElementById("adurl").href=url'+nnn+'.src');   

for (var i=1;i<=counts1;i++){document.getElementById("xxjdjj1"+i).className='axx';}
document.getElementById("xxjdjj1"+nnn).className='bxx';

nnn++;if(nnn>counts1){nnn=1;}   
tt=setTimeout('change_img1()',5000);
}

function changeimg1(n){nnn=n;window.clearInterval(tt);change_img1();}
/*document.write('<style>');   
document.write('.axx{padding:1px 7px;border-left:#cccccc 1px solid;}');   
document.write('a.axx:link,a.axx:visited{text-decoration:none;color:#fff;line-height:12px;font:9px sans-serif;background-color:#666;}');   
document.write('a.axx:active,a.axx:hover{text-decoration:none;color:#fff;line-height:12px;font:9px sans-serif;background-color:#999;}');   
document.write('.bxx{padding:1px 7px;border-left:#cccccc 1px solid;}');   
document.write('a.bxx:link,a.bxx:visited{text-decoration:none;color:#fff;line-height:12px;font:9px sans-serif;background-color:#D34600;}');   
document.write('a.bxx:active,a.bxx:hover{text-decoration:none;color:#fff;line-height:12px;font:9px sans-serif;background-color:#D34600;}');   
document.write('</style>');*/
document.write('<div style="width:'+widths1+'px;height:'+heights1+'px;overflow:hidden;text-overflow:clip;">');   
document.write('<div><a id="adurl" target="_blank"><img id="adpic1" style="border:0px;filter:progid:dximagetransform.microsoft.wipe(gradientsize=1.0,wipestyle=4, motion=forward)" width='+widths1+' height='+heights1+' /></a></div>');   
//document.write('<div style="filter:alpha(style=1,opacity=10,finishOpacity=80);background: #888888;width:100%-2px;text-align:right;top:-12px;position:relative;margin:1px;height:12px;padding:0px;margin:0px;border:0px;">');   
for(var i=1;i<counts1+1;i++){document.write('<a href="javascript:changeimg1('+i+');" id="xxjdjj1'+i+'" class="axx" target="_self">'+i+'</a>');}   
document.write('</div>');   
change_img1();   
//-->
