// JavaScript Document
var bannerAD=new Array(); 
var bannerADlink=new Array(); 
var adNum=0; 


bannerAD[0]="images/shuji/1.jpg"; 
bannerADlink[0]="http://www.cnqjc.com/info/SortContent.asp?Sortid=359&channelID=10"

bannerAD[1]="images/shuji/2.jpg"; 
bannerADlink[1]="http://www.cnqjc.com/info/SortContent.asp?Sortid=359&channelID=10"

bannerAD[2]="images/shuji/3.jpg"; 
bannerADlink[2]="http://www.cnqjc.com/info/SortContent.asp?Sortid=359&channelID=10"

bannerAD[3]="images/shuji/4.jpg"; 
bannerADlink[3]="http://www.cnqjc.com/info/SortContent.asp?Sortid=359&channelID=10"

bannerAD[4]="images/shuji/5.jpg"; 
bannerADlink[4]="http://www.cnqjc.com/info/SortContent.asp?Sortid=359&channelID=10"

bannerAD[5]="images/shuji/6.jpg"; 
bannerADlink[5]="http://www.cnqjc.com/info/SortContent.asp?Sortid=359&channelID=10"

bannerAD[6]="images/shuji/7.jpg"; 
bannerADlink[6]="http://www.cnqjc.com/info/SortContent.asp?Sortid=359&channelID=10"

bannerAD[7]="images/shuji/8.jpg"; 
bannerADlink[7]="http://www.cnqjc.com/info/SortContent.asp?Sortid=359&channelID=10"

bannerAD[8]="images/shuji/9.jpg"; 
bannerADlink[8]="http://www.cnqjc.com/info/SortContent.asp?Sortid=359&channelID=10"

bannerAD[9]="images/shuji/10.jpg"; 
bannerADlink[9]="http://www.cnqjc.com/info/SortContent.asp?Sortid=359&channelID=10"

bannerAD[10]="images/shuji/11.jpg"; 
bannerADlink[9]="http://www.cnqjc.com/info/SortContent.asp?Sortid=359&channelID=10"

bannerAD[11]="images/shuji/12.jpg"; 
bannerADlink[9]="http://www.cnqjc.com/info/SortContent.asp?Sortid=359&channelID=10"

bannerAD[12]="images/shuji/14.jpg"; 
bannerADlink[9]="http://www.cnqjc.com/info/SortContent.asp?Sortid=359&channelID=10"

bannerAD[13]="images/shuji/15.jpg"; 
bannerADlink[9]="http://www.cnqjc.com/info/SortContent.asp?Sortid=359&channelID=10"

bannerAD[14]="images/shuji/16.jpg"; 
bannerADlink[9]="http://www.cnqjc.com/info/SortContent.asp?Sortid=359&channelID=10"

bannerAD[15]="images/shuji/17.jpg"; 
bannerADlink[9]="http://www.cnqjc.com/info/SortContent.asp?Sortid=359&channelID=10"

bannerAD[16]="images/shuji/18.jpg"; 
bannerADlink[9]="http://www.cnqjc.com/info/SortContent.asp?Sortid=359&channelID=10"

bannerAD[17]="images/shuji/19.jpg"; 
bannerADlink[9]="http://www.cnqjc.com/info/SortContent.asp?Sortid=359&channelID=10"

bannerAD[18]="images/shuji/20.jpg"; 
bannerADlink[9]="http://www.cnqjc.com/info/SortContent.asp?Sortid=359&channelID=10"

bannerAD[19]="images/shuji/21.jpg"; 
bannerADlink[9]="http://www.cnqjc.com/info/SortContent.asp?Sortid=359&channelID=10"

var preloadedimages=new Array(); 
for (i=1;i<bannerAD.length;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()", 4000); 
} 

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; 
} 