var adblock=new Array()
adblock[0]='<a href="http://www.ohwhatanight.net"><img src="http://www.thesanibelisland.com/images/ohwhatanight.jpg" class="imgBorder" border="0" alt="Oh, What a Night - Weddings"></a>'
adblock[1]='<a href="http://www.thesanibelisland.com/advertise.html"><img src="http://www.thesanibelisland.com/images/advertisebanner.gif" border="0" class="imgBorder" alt="Advertise With Us"></a>'
adblock[2]='<a href="http://www.beachbudsflowers.com"><img src="http://www.thesanibelisland.com/images/beachbuds.jpg" border="0" alt="Beach Buds Flowers, Weddings, Arrangements, fort Myers, Sanibel Island, Naples, Cape Coral Florida"></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++
    }
  }
}
