//Ìì¼«ÒÁÓÀºãÔ­´´
var nn1=1;
var key1=0;
function change_img1()
{if(key1==0){key1=1;}
else if(document.all)
{document.getElementById("pic1").filters[0].Apply();document.getElementById("pic1").filters[0].Play(duration=2);}
eval('document.getElementById("pic1").src=img1'+nn1+'.src');
eval('document.getElementById("url1").href=url1'+nn1+'.src');
//eval('document.getElementById("title").innerHTML=title['+nn+']');
for (var i=1;i<=counts1;i++){document.getElementById("xxjdjj1"+i).className='axx';}
document.getElementById("xxjdjj1"+nn1).className='bxx';
nn1++;if(nn1>counts1){nn1=1;}
tt1=setTimeout('change_img1()',7000);}
function changeimg1(n){nn1=n;window.clearInterval(tt1);change_img1();}
document.write('<div style="width:775px;height:149px;overflow:hidden;text-overflow:clip;border:solid 1px #ccc;">');
document.write('<div><a id="url1"><img id="pic1" style="border:0px;filter:progid:dximagetransform.microsoft.wipe(gradientsize=1.0,wipestyle=4, motion=forward)" width=777 height=151 /></a></div>');
document.write('<div style="filter:alpha(style=1,opacity=10,finishOpacity=80);width:100%-2px;text-align:right;top:-12px;position:relative;margin:1px;height:12px;padding:0px;margin:0px;border:0px;">');
if (counts1==1)
{
	document.write('<a href="javascript:changeimg1(1);" id="xxjdjj11" class="axx" style="display:none">1</a>');
}
else
	for(var i=1;i<counts1+1;i++){document.write('<a href="javascript:changeimg1('+i+');" id="xxjdjj1'+i+'" class="axx">'+i+'</a>');}
document.write('</div></div><!--div style="height:30px;padding-top:6px;text-align:center;font-size:14px;" id="title"></div-->');
change_img1();

