	<!--
 		   var aProductPics = new Array()

  	 aProductPics[0]= "http://www.grunt.com/images-product/2440rot.jpg"
		 aProductPics[1]= "http://www.grunt.com/images-product/BSMrot.jpg"
		 aProductPics[2]= "http://www.grunt.com/images-product/FKC3156rot.jpg"
		 aProductPics[3]= "http://www.grunt.com/images-product/WTS29rot.jpg"
	   aProductPics[4]= "http://www.grunt.com/images-product/RING6rot.jpg"
		 aProductPics[5]= "http://www.grunt.com/images-product/TS687rot.jpg"
		





  	var aLinks = new Array()
		aLinks[0] = "http://usmcshop.grunt.com/grunt/productr.asp?pf_id=2440&PRID=LE_GRIT-hp"
		aLinks[1] = "http://usmcshop.grunt.com/grunt/productr.asp?pf_id=BSM&PRID=LE_GRIT-hp"
		aLinks[2] = "http://usmcshop.grunt.com/grunt/productr.asp?pf_id=FKC3156&PRID=LE_GRIT-hp"
		aLinks[3] = "http://usmcshop.grunt.com/grunt/productr.asp?pf_id=WTS29&PRID=LE_GRIT-hp"
	  aLinks[4] = "http://usmcshop.grunt.com/grunt/productr.asp?pf_id=RING6&PRID=LE_GRIT-hp"
		aLinks[5] = "http://usmcshop.grunt.com/grunt/productr.asp?pf_id=TS687&PRID=LE_GRIT-hp"
		


     var intPicCounter = 0
             function ChangeProduct() {
               intPicCounter++
                  if (intPicCounter == 6) {
                  intPicCounter = 0
                  }
               document.imgProduct.src = aProductPics[intPicCounter]
               setTimeout("ChangeProduct()", 5000)
             }

function goCatalog(){
document.location.href=aLinks[intPicCounter]
}
     -->