var adblock=new Array()
adblock[0]='<a href="http://www.alphotographyweb.co.uk/"><img src="http://www.leroc-in-bristol.co.uk/images/Ads/ALPhotography01.gif" class="imgBorder" alt="AL Photography" title="Visit the AL Photography website"></a>'
adblock[1]='<a href="http://www.nailsealeroc.co.uk/"><img src="http://www.leroc-in-bristol.co.uk/images/Ads/NailseaLeRoc4.gif" class="imgBorder" alt="Nailsea LeRoc" title="Visit the Nailsea / Esporta Leroc (Nailsea) website"></a>'
adblock[2]='<a href="http://www.cerocscotland.com/"><img src="http://www.cerocscotland.com/Adverts/CerocScotlandAdvert.gif" class="imgBorder" alt="Ceroc Scotland" title="Visit the Ceroc Scotland website"></a>'
adblock[3]='<a href="http://www.portisheadleroc.com/"><img src="http://www.leroc-in-bristol.co.uk/images/ads/PortisheadLeroc.gif" class="imgBorder" alt="Portishead LeRoc" title="Visit the Portishead LeRoc website"></a>'

function randomorder(targetarray, spacing) {
  var randomorder=new Array()
  var the_one
  var z=0
  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++
    }
  }
}
