var adblock=new Array()
adblock[0]='<a href="mailto:renegadewax@yahoo.co.uk"><img src="http://www.renegaderadio.co.uk/banners/banner.png" class="imgBorder" alt="http://www.renegaderadio.co.uk/"></a>'
adblock[1]='<a href="http://www.hardcorelives.co.uk/"><img src="http://www.renegaderadio.co.uk/banners/hclbanner.gif" class="imgBorder" alt="http://www.hardcorelives.co.uk/"></a>'
adblock[2]='<a href="http://www.amazon.co.uk/?&tag=strfacrad-21&camp=1650&creative=6622&linkCode=ur1&adid=1EGEQVC8TW1VW2H4S26W&"><img src="http://rcm-images.amazon.com/images/G/02/associates/maitri/banner/uk_banner_multiprod_468x60_1.gif" class="imgBorder" alt="http://www.amazon.co.uk/?&tag=strfacrad-21&camp=1650&creative=6622&linkCode=ur1&adid=1EGEQVC8TW1VW2H4S26W&"></a>'
adblock[3]='<a href="http://www.its-all-about-oldskool.com"><img src="http://www.renegaderadio.co.uk/banners/bannerwallrend2.jpg" class="imgBorder" alt="http://www.its-all-about-oldskool.com"></a>'



function randomorder(targetarray, spacing) {
  var randomorder=new Array()
  var the_one
  var z=3
  for (i=0;i<targetarray.length;i++)
  randomorder[i]=i

  while (z<targetarray.length) {
    the_one=Math.floor(Math.random()*targetarray.length)
    if (targetarray[the_one]!="_selected!"){
      document.write(targetarray[the_one]+spacing)
      targetarray[the_one]="_selected!"
      z++
    }
  }
}
