

function random_imglink1(){
  var myimages=new Array()
  myimages[1]="img/rotate-products/hats1.gif"
  myimages[2]="img/rotate-products/hats2.gif"
  myimages[3]="img/rotate-products/hats3.gif"
  myimages[4]="img/rotate-products/hats4.gif"
  myimages[5]="img/rotate-products/hats5.gif"
  myimages[6]="img/rotate-products/hats6.gif"
  myimages[7]="img/rotate-products/hats7.gif"

  var imagelinks=new Array()
  imagelinks[1]="gear-headwear.html"
  imagelinks[2]="gear-headwear.html"
  imagelinks[3]="gear-headwear.html"
  imagelinks[4]="gear-headwear.html"
  imagelinks[5]="gear-headwear.html"
  imagelinks[6]="gear-headwear.html"
  imagelinks[7]="gear-headwear.html"

  var ry=Math.floor(Math.random()*myimages.length)

  if (ry==0)
     ry=1
     document.write('<a href='+'"'+imagelinks[ry]+'"'+'><img src="'+myimages[ry]+'" border=0></a>')
}

  
 
