﻿function random_imglink(){  
  var images=new Array()
  images[1]="images/isr_r/feat_80z_enuff.gif"
  images[2]="images/isr_r/feat_pete_helliar.gif"
  images[3]="images/isr_r/feat_daryl_braithwaite.gif"
  images[4]="images/isr_r/feat_dave_hughes.gif"
  images[5]="images/isr_r/feat_john_farnham.gif"
  images[6]="images/isr_r/feat_jimi_hocking.gif"
  images[7]="images/isr_r/feat_human_nature.gif"
  images[8]="images/isr_r/feat_john_course.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()
