function random_imglink(){
  var myimages=new Array()
  //specify random images below. You can have as many as you wish
  myimages[1]="http://grandfathermusic.com/splash/grandfather_0.jpg"
  myimages[2]="http://grandfathermusic.com/splash/grandfather_1.jpg"
  myimages[3]="http://grandfathermusic.com/splash/grandfather_2.jpg"
myimages[4]="http://grandfathermusic.com/splash/grandfather_3.jpg"
  myimages[5]="http://grandfathermusic.com/splash/grandfather_4.jpg"
  myimages[6]="http://grandfathermusic.com/splash/grandfather_5.jpg"
myimages[7]="http://grandfathermusic.com/splash/grandfather_6.jpg"
myimages[8]="http://grandfathermusic.com/splash/grandfather_7.jpg"

  //specify corresponding links below
  var imagelinks=new Array()
  imagelinks[1]="http://www.grandfathermusic.com/Why-Id-Try.zip"
  imagelinks[2]="http://www.grandfathermusic.com/Why-Id-Try.zip"
  imagelinks[3]="http://www.grandfathermusic.com/Why-Id-Try.zip"
imagelinks[4]="http://www.grandfathermusic.com/Why-Id-Try.zip"
  imagelinks[5]="http://www.grandfathermusic.com/Why-Id-Try.zip"
  imagelinks[6]="http://www.grandfathermusic.com/Why-Id-Try.zip"
imagelinks[7]="http://www.grandfathermusic.com/Why-Id-Try.zip"
  imagelinks[8]="http://www.grandfathermusic.com/Why-Id-Try.zip"


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

  if (ry==0)
     ry=1
     document.write('<div style="margin:0px auto; text-align:center"><a href='+'"'+imagelinks[ry]+'"'+'><img src="'+myimages[ry]+'" border=0></a></div>')
}

  random_imglink()
