var adblock=new Array()
adblock[0]='<a href="http://www.rentalmls.net"><img src="http://www.thesanibelisland.com/images/rentalmlsnew.gif" border="0" alt="RentalMLS"></a>'
adblock[1]='<a href="http://www.rescen.com/sanibelcaptiva"><img src="http://www.thesanibelisland.com/images/reservationcentral.gif" border="0" alt="Reservation Central"></a>'
adblock[2]='<a href="http://www.rentalmls.net/search_Properties.asp?sid=149&pmid=41"><img src="http://www.thesanibelisland.com/images/sanibelmoorings.jpg" border="0" alt="Sanibel Moorings"></a>'
adblock[3]='<a href="http://www.rentalmls.net/search_Properties.asp?sid=149&pmid=17"><img src="http://www.thesanibelisland.com/images/sanibelsiesta.jpg" border="0" alt="Sanibel Siesta"></a>'
adblock[4]='<a href="http://www.rentalmls.net/search_Properties.asp?sid=149&pmid=9"><img src="http://www.thesanibelisland.com/images/remax.jpg" border="0" alt="ReMax of the Islands"></a>'
adblock[5]='<a href="http://www.rentalmls.net/search_Properties.asp?sid=149&pmid=13"><img src="http://www.thesanibelisland.com/images/sanibelarmswest.jpg" border="0" alt="Sanibel Arms West"></a>'
adblock[6]='<a href="http://www.rentalmls.net/search_Properties.asp?sid=149&pmid=15"><img src="http://www.thesanibelisland.com/images/sanibelholiday.gif" border="0" alt="Sanibel Holiday"></a>'
adblock[7]='<a href="http://www.awaywegoinc.com"><img src="http://www.thesanibelisland.com/images/awaywego.gif" border="0" alt="Away we Go"></a>'
adblock[8]='<a href="http://www.rentalmls.net/search_Properties.asp?sid=149&pmid=2"><img src="http://www.thesanibelisland.com/images/americanrealty.jpg" border="0" alt="American Realty of Captiva"></a>'
adblock[9]='<a href="http://www.rentalmls.net/search_Properties.asp?sid=149&pmid=5"><img src="http://www.thesanibelisland.com/images/islandvacations.jpg" border="0" alt="Island Vacations"></a>'
adblock[10]='<a href="http://www.rentalmls.net/search_Properties.asp?sid=149&pmid=19"><img src="http://www.thesanibelisland.com/images/vip-vacationrentals.jpg" border="0" alt="VIP Vacation Rentals"></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++
    }
  }
}
