var adblock=new Array()
adblock[0]='<a href="http://www.jpinteriordesigns.com/"><img src="index_files/wow.jpg" class="imgBorder" alt="thewoweffect"></a>'
adblock[1]='<a href="http://www.jpinteriordesigns.com/"><img src="index_files/wow2.jpg" class="imgBorder" alt="thewoweffect"></a>'
adblock[2]='<a href="http://www.jpinteriordesigns.com/"><img src="index_files/wow3.jpg" class="imgBorder" alt="thewoweffect"></a>'
adblock[3]='<a href="http://www.jpinteriordesigns.com/"><img src="index_files/wow4.jpg" class="imgBorder" alt="thewoweffect"></a>'
adblock[4]='<a href="http://www.jpinteriordesigns.com/"><img src="index_files/wow5.jpg" class="imgBorder" alt="thewoweffect"></a>'



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