function random_imglink(){
  var images=new Array()

  images[1]="images/isr_l/feat_babba.gif"
  images[2]="images/isr_l/feat_cotton_keays_morris.gif"
  images[3]="images/isr_l/feat_james_reyne.gif"
  images[4]="images/isr_l/feat_jimmy_barnes.gif"
  images[5]="images/isr_l/feat_kate_ceberano.gif"
  images[6]="images/isr_l/feat_paul_mac.gif"
  images[7]="images/isr_l/feat_ross_wilson.gif"
  images[8]="images/isr_l/feat_wilbur_wildes_blowout.gif"

  var imagelinks=new Array()
  imagelinks[1]="http://www.popshop.com.au/featured_performers.htm"
  imagelinks[2]="http://www.popshop.com.au/featured_performers.htm"
  imagelinks[3]="http://www.popshop.com.au/featured_performers.htm"
  imagelinks[4]="http://www.popshop.com.au/featured_performers.htm"
  imagelinks[5]="http://www.popshop.com.au/featured_performers.htm"
  imagelinks[6]="http://www.popshop.com.au/featured_performers.htm"
  imagelinks[7]="http://www.popshop.com.au/featured_performers.htm"
  imagelinks[8]="http://www.popshop.com.au/featured_performers.htm"

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

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

  random_imglink()