var adblockPhotos=new Array()
adblockPhotos[0]='<a href="../photography"><img src="../images/Site/CanonPyon-Hfd.jpg" width="250" height="170" class="imgBorder" alt="Photography by Nick Mabe"></a>'
adblockPhotos[1]='<a href="../photography"><img src="../images/Site/IMG_1448.jpg" width="250" height="170" class="imgBorder" alt="Photography by Nick Mabe"></a>'
adblockPhotos[2]='<a href="../photography"><img src="../images/Site/IMG_1090.jpg" width="250" height="170" class="imgBorder" alt="Photography by Nick Mabe"></a>'
adblockPhotos[3]='<a href="../photography"><img src="../images/Site/IMG_1048.jpg" width="250" height="170" class="imgBorder" alt="Photography by Nick Mabe"></a>'
adblockPhotos[4]='<a href="../photography"><img src="../images/Site/IMG_1153.jpg" width="250" height="170" class="imgBorder" alt="Photography by Nick Mabe"></a>'
adblockPhotos[5]='<a href="../photography"><img src="../images/Site/LeftBank-Chair250-170.jpg" width="250" height="170" class="imgBorder" alt="Photography by Nick Mabe"></a>'
adblockPhotos[6]='<a href="clicks.asp?url=http://www.bedsandmattressesdirect.co.uk?=hereford.uk.com"><img src="../images/BoxAds/BedsLogo250x170.gif" width="250" height="170" class="imgBorder" alt="Photography by Nick Mabe"></a>'
adblockPhotos[7]='<a href="../photography"><img src="../images/Site/IMG_8787.jpg" width="250" height="170" class="imgBorder" alt="Photography by Nick Mabe"></a>'
adblockPhotos[8]='<a href="../photography"><img src="../images/Site/IMG_8825.jpg" width="250" height="170" class="imgBorder" alt="Photography by Nick Mabe"></a>'


function randomorderPhotos(targetarray, spacing) {
  var randomorderPhotos=new Array()
  var the_one
  var z=6
  for (i=3;i<targetarray.length;i++)
  randomorderPhotos[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++
    }
  }
}