var adblock=new Array()
adblock[0]='<a href="http://www.merseyshop.com/" target="_blank"><img src="images/banners/merseyshop.gif" class="imgBorder" style="width: 120px; height: 600px; border: 0px;" alt="Merseyshop"></a>'
adblock[1]='<a href="http://www.redhotchilipeppers-book.com" target="_blank"><img src="images/banners/redhotchilis.gif" class="imgBorder" alt="Red Hot Chili Peppers" style="width: 120px; height: 600px; border: 0px;"></a>'



function randomorder(targetarray, spacing) {
  var randomorder=new Array()
  var the_one
  var z=1
  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++
    }
  }
}
