var bannerAD=new Array();
var bannerADlink=new Array();
var adNum=0;

bannerADlink[0]="http://www.tw8899.com/news/news_info.aspx?NewsID=1551";
bannerAD[0]="../photos/news/hot_image/1551.jpg";

bannerADlink[1]="http://www.tw8899.com/news/news_info.aspx?NewsID=1550";
bannerAD[1]="../photos/news/hot_image/1550.jpg";













var preloadedimages=new Array();
   for (i=1;i<6;i++){
      preloadedimages[i]=new Image();
      preloadedimages[i].src=bannerAD[i];
   }

function setTransition(){
   if (document.all){
      bannerADrotator.filters.revealTrans.Transition=Math.floor(Math.random()*23);
      bannerADrotator.filters.revealTrans.apply();
   }
}

function playTransition(){
   if (document.all)
      bannerADrotator.filters.revealTrans.play()
}

function nextAd(){
   if(adNum<bannerAD.length-1)adNum++ ;
      else adNum=0;
   setTransition();
   document.images.bannerADrotator.src=bannerAD[adNum];
   playTransition();
   theTimer=setTimeout("nextAd()", 6000);
}

function jump2url(){
   jumpUrl=bannerADlink[adNum];
   jumpTarget='_blank';
   if (jumpUrl != ''){
      if (jumpTarget != '')window.open(jumpUrl,jumpTarget);
      else location.href=jumpUrl;
   }
}

function displayStatusMsg() {
   status=bannerADlink[adNum];
   document.returnValue = true;
}
