function rando_imglink(){
  var myimages=new Array()
  //specify random images below. You can have as many as you wish
  myimages[1] = "images/Quips/WoodyQuip_1.jpg"
  myimages[2] = "images/Quips/WoodyQuip_2.jpg"
  myimages[3] = "images/Quips/WoodyQuip_3.jpg"
  myimages[4] = "images/Quips/WoodyQuip_4.jpg"
  myimages[5] = "images/Quips/WoodyQuip_5.jpg"
  myimages[6] = "images/Quips/WoodyQuip_6.jpg"


  //specify corresponding links below
  var imagelinks=new Array()
  imagelinks[1] = "http://www.newleaffitness.com/redirect/NewLeaf_stopthemadness.html"
  imagelinks[2] = "http://www.newleaffitness.com/redirect/NewLeaf_stopthemadness.html"
  imagelinks[3] = "http://www.newleaffitness.com/redirect/NewLeaf_stopthemadness.html"
  imagelinks[4] = "http://www.newleaffitness.com/redirect/NewLeaf_stopthemadness.html"
  imagelinks[5] = "http://www.newleaffitness.com/redirect/NewLeaf_stopthemadness.html"
  imagelinks[6] = "http://www.newleaffitness.com/redirect/NewLeaf_stopthemadness.html"
  imagelinks[7] = "http://www.newleaffitness.com/redirect/NewLeaf_stopthemadness.html"
  imagelinks[8] = "http://www.newleaffitness.com/redirect/NewLeaf_stopthemadness.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>')
}

  rando_imglink()
