<!--
      images = new Array(4);
      images[0] = "<a href = '/products/D6080C.html'><img src='img/hm_webAd_01.jpg' alt='Perkins D6080c - Advanced Tuckaway'border='0'></a>";
      images[1] = "<a href = '/products/D6098.html'><img src='img/hm_webAd_04.jpg' alt='Perkins D6098 - Folding Auto-Arm'border='0'></a>";
	  images[2] = "<a href = '/products/TL4.html'><img src='img/hm_webAd_05.jpg' alt='Perkins TL4 - The Locker' border='0'></a>";
	  images[3] = "<a href = '/products/D6071.html'><img src='img/hm_webAd_06.jpg' alt='Perkins D6071 - Compact Lifter Series'border='0'></a>";
      index = Math.floor(Math.random() * images.length);
document.write(images[index]);
      //done
      // -->