
//<!--- Hide script from old browsers

	adImages = new Array("/images/logos/colmar.gif","/images/logos/a_1.gif","/images/logos/crown_metal.gif")
	adURL = new Array("http://www.colmarequipment.com/","http://www.a-1specialized.com/","http://www.crownmetal.com/")  

	thisAd = -1 
	imgCt = adImages.length
	
	function rotate() {
		if (document.images) {
			thisAd++
			if (thisAd == imgCt) { 
				thisAd = 0
			}
			document.adBanner.src=adImages[thisAd]
			setTimeout("rotate()", 9 * 1000)
			}
	}
	
	function newLocation() {
		window.open(adURL[thisAd], "_blank")
		
	}
		

	// End hiding script from old browsers --->
	

//<!--- Hide script from old browsers
	
	adImages2 = new Array("/images/logos/flip_screen.gif","/images/logos/hagglunds.gif","/images/logos/irt.gif")
	adURL2 = new Array("http://www.flipscreen.net/","http://www.irtmn.com/")  

	thisAd2 = -1 
	imgCt2 = adImages2.length
	
	function rotate2() {
		if (document.images) {
			thisAd2++
			if (thisAd2 == imgCt2) { 
				thisAd2 = 0
			}
			document.adBanner2.src=adImages2[thisAd2]
			setTimeout("rotate2()", 9 * 1000)
			}
	}
	
	function newLocation2() {
		window.open(adURL2[thisAd2], "_blank")
		
	}
		

	// End hiding script from old browsers --->

//<!--- Hide script from old browsers

	adImages3 = new Array("/images/logos/kaye.gif","/images/logos/maurer.gif","/images/logos/ohio_magnetics.gif")
	adURL3 = new Array("http://www.kayerefining.com/","http://www.ohiomagnetics.com/") 

	thisAd3 = -1 
	imgCt3 = adImages3.length
	
	function rotate3() {
		if (document.images) {
			thisAd3++
			if (thisAd3 == imgCt3) { 
				thisAd3 = 0
			}
			document.adBanner3.src=adImages3[thisAd3]
			setTimeout("rotate3()", 9 * 1000)
			}
	}
	
	function newLocation3() {
		window.open(adURL3[thisAd3], "_blank")
		
	}
		

	// End hiding script from old browsers --->
	
	//<!--- Hide script from old browsers

	adImages4 = new Array("/images/logos/oregon_tractor.gif","/images/logos/pemberton.gif","http://www.scrap.org/images/banners/manitou.gif")
	adURL4 = new Array("http://www.oregontractor.com/","http://www.pembertoninc.com/","http://www.us.manitou.com") 

	thisAd4 = -1 
	imgCt4 = adImages4.length
	
	function rotate4() {
		if (document.images) {
			thisAd4++
			if (thisAd4 == imgCt4) { 
				thisAd4 = 0
			}
			document.adBanner4.src=adImages4[thisAd4]
			setTimeout("rotate4()", 9 * 1000)
			}
	}
	
	function newLocation4() {
		window.open(adURL4[thisAd4], "_blank")
		
	}
		

	// End hiding script from old browsers --->
	
		//<!--- Hide script from old browsers

	adImages5 = new Array("/images/logos/oxylance.gif","/images/banners/petrogen.gif","/images/banners/shared_logic.gif")
	adURL5 = new Array("http://www.oxylance.com/","http://www.petrogen.com/","http://www.sharedlogic.com/") 

	thisAd5 = -1 
	imgCt5 = adImages5.length
	
	function rotate5() {
		if (document.images) {
			thisAd5++
			if (thisAd5 == imgCt5) { 
				thisAd5 = 0
			}
			document.adBanner5.src=adImages5[thisAd5]
			setTimeout("rotate5()", 9 * 1000)
			}
	}
	
	function newLocation5() {
		window.open(adURL5[thisAd5], "_blank")
		
	}
		

	// End hiding script from old browsers --->

