var imgUrl=new Array();
var imgLink=new Array();
var adNum=0;
imgLink[1]="http://www.hasyy.com/xwbd/onews.asp?id=750";
imgUrl[1]="flashimg/11.jpg";
imgLink[2]="http://www.hasyy.com/xwbd/onews.asp?id=753";
imgUrl[2]="flashimg/12.jpg";
imgLink[3]="http://www.hasyy.com/fyzx/onews.asp?id=375";
imgUrl[3]="flashimg/13.jpg";
imgLink[4]="http://www.hasyy.com/fyzx/onews.asp?id=370";
imgUrl[4]="flashimg/14.jpg";
imgLink[5]="http://www.hasyy.com/hlyd/onews.asp?id=265";
imgUrl[5]="flashimg/15.jpg";
imgLink[6]="http://www.hasyy.com/xwbd/onews.asp?id=703";
imgUrl[6]="flashimg/2/6.jpg";
imgLink[7]="http://www.hasyy.com/xwbd/onews.asp?id=704";
imgUrl[7]="flashimg/2/7.jpg";
imgLink[8]="http://www.hasyy.com/xwbd/onews.asp?id=677";
imgUrl[8]="flashimg/2/8.jpg";
imgLink[9]="http://www.hasyy.com/zjzk/onews.asp?id=471";
imgUrl[9]="flashimg/2/9.jpg";
imgLink[10]="http://www.hasyy.com/zjzk/onews.asp?id=479";
imgUrl[10]="flashimg/2/10.jpg";
var imgPre=new Array();
var imgj=0;
for (imgi=1;imgi<11;imgi++) {
 if( (imgUrl[imgi]!="") && (imgLink[imgi]!="") ) {
 imgj++;
 } else {
 break;
 }
}
 function playTran(){
 if (document.all)
 imgInit.filters.revealTrans.play();
 }
 var key=0;
 function nextAd(){
 if(adNum<imgj)adNum++ ;
 else adNum=1; 
 if( key==0 ){
 key=1;
 } else if (document.all){
 imgInit.filters.revealTrans.Transition=25;
 imgInit.filters.revealTrans.apply();
 playTran();
 }
 document.images.imgInit.src=imgUrl[adNum];
 theTimer=setTimeout("nextAd()",5000);
 }
 function goUrl(){
 jumpUrl=imgLink[adNum];
 jumpTarget='_blank';
 if (jumpUrl != ''){
 if (jumpTarget != '') 
 window.open(jumpUrl,jumpTarget);
 else
 location.href=jumpUrl;
 }
 }