function random_imglink(){
  var images=new Array()
  images[1]="images/isr_m/feat_scott_carne_band.gif"
  images[2]="images/isr_m/feat_ash_grunwald.gif"
  images[3]="images/isr_m/feat_thirsty_merc.gif"
  images[4]="images/isr_m/feat_joe_camilleri.gif"
  images[5]="images/isr_m/feat_dave_oneil.gif"
  images[6]="images/isr_m/feat_chris_wilson.gif"
  images[7]="images/isr_m/feat_marcia_hines.gif"
  images[8]="images/isr_m/feat_pete_rowsthorn.gif"
  images[9]="images/isr_m/feat_absolutely_80s.gif"
  images[10]="images/isr_m/feat_stone_cold_boners.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"
  imagelinks[9]="http://www.popshop.com.au/kitk/abs80s.htm"
  imagelinks[10]="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()