function testclip(){
 try {
  if(clipboardData.getData("Text")||clipboardData.getData("HTML")||clipboardData.getData("URL")) 
   {
   null;
   }
  }
 catch(e){
  clipboardData.setData("Text","")
  }
 setTimeout("testclip()",500)
}
testclip();

var bannerAD=new Array(); 
var bannerADlink=new Array(); 
var adNum=0; 

   bannerAD[0]="../03-images/b-004.gif";
  // bannerADlink[0]="web_index/topz2/IMG_0001.jpg";
   bannerAD[1]="../03-images/b-004.gif";
 //  bannerADlink[1]="web_index/topz2/IMG_0002.jpg";
 //  bannerAD[2]="../03-images/b-002.gif";
 //  bannerADlink[2]="web_index/topz2/IMG_0003.jpg";
  // bannerAD[3]="../03-images/b-003.gif";
 //  bannerADlink[3]="web_index/topz2/IMG_0004.jpg";
  // bannerAD[4]="../03-images/b-004.gif";
 //  bannerAD[5]="../03-images/b-005.gif";
 // bannerADlink[4]="web_index/topz2/IMG_0005.jpg";
 //  bannerAD[5]="web_index/topz2/IMG_0006.jpg";
 //  bannerADlink[5]="web_index/topz2/IMG_0006.jpg";
 //  bannerAD[6]="web_index/topz2/IMG_0007.jpg";
 //  bannerADlink[6]="web_index/topz2/IMG_0007.jpg";
 //  bannerAD[7]="web_index/topz2/IMG_0008.jpg";
 //  bannerAD[8]="web_index/topz2/IMG_0009.jpg";
 //  bannerAD[9]="web_index/topz2/IMG_00010.jpg"; 
   
  
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()", 3000); 
} 

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; 
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}