var adblockAd=new Array()
adblockAd[0]='<a href="photography"><img src="../images/ads/AntiquesBoxAd.gif" width="120" height="120" class="imgBorder" alt="Photography by Nick Mabe"></a>'
adblockAd[1]='<a href="photography"><img src="../images/Site/Home&GardenBoxAd.gif" width="120" height="120" class="imgBorder" alt="Photography by Nick Mabe"></a>'
adblockAd[2]='<a href="photography"><img src="../images/ads/BroadbandgGlobe.gif" width="120" height="120" class="imgBorder" alt="Photography by Nick Mabe"></a>'
adblockAd[3]='<a href="photography"><img src="../images/Site/GiftsBoxAd.jpg" width="120" height="120" class="imgBorder" alt="Photography by Nick Mabe"></a>'
adblockAd[4]='<a href="photography"><img src="../images/ads/ITCBoxAd.gif" width="120" height="120" class="imgBorder" alt="Photography by Nick Mabe"></a>'
adblockAd[5]='<a href="photography"><img src="../images/ads/WyeValleyBreweryBoxAd.gif" width="120" height="120" class="imgBorder" alt="Photography by Nick Mabe"></a>'


function randomorderAd(targetarray, spacing) {
  var randomorderAd=new Array()
  var the_one
  var z=3
  for (i=0;i<targetarray.length;i++)
  randomorderAd[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++
    }
  }
}