//updated 06/03/03

function everybodyGo()  {
      	 		rotate()
				
				}


adImages = new Array("http://paintballbrain.com/graphics/600_60_tnplogoComp_2.jpg","http://paintballbrain.com/graphics/emoney_banner_600_60.jpg","http://paintballbrain.com/graphics/600_60_course.jpg","http://paintballbrain.com/graphics/600_60_crossfireComp.jpg","http://paintballbrain.com/graphics/600_nutritional_banner.jpg","http://paintballbrain.com/graphics/600_60_tnplogoComp_1.jpg","http://paintballbrain.com/graphics/600_60_crossfireComp.jpg","http://paintballbrain.com/graphics/600_60_yourbannerComp_1.jpg","http://paintballbrain.com/graphics/tpbanner1.jpg","http://paintballbrain.com/graphics/emoney_banner_600_60.jpg","http://paintballbrain.com/graphics/600_60_course.jpg","http://paintballbrain.com/graphics/600_nutritional_banner.jpg")
adURL = new Array("topnotchpaintball.com","paintballbrain.com/articles/pbbart.php?pbbartid=4","gnjonline.com/course.php","crossfireinc.com","nutritionalsupplements.com","topnotchpaintball.com","crossfireinc.com","gnjonline.com/aboutpb.html","twistedpb.com","paintballbrain.com/articles/pbbart.php?pbbartid=4","gnjonline.com/course.php","nutritionalsupplementreviews.com")

thisAd = Math.floor(adImages.length * Math.random())
imgCt = adImages.length

function rotate() {
		 if (document.images) {
		 	if(document.adBanner.complete){
	           thisAd++
			   if (thisAd == imgCt) {
			   	  thisAd = 0
			   }
			   document.adBanner.src=adImages[thisAd]
			}
			setTimeout("rotate()", 7 * 1000)
		   }
}
function newLocation() {
	document.location.href = "http://www." + adURL[thisAd]
}







