var adblock=new Array()

adblock[0]='<a href="http://www.nadaguides.com/partner.aspx?adid=146211"><img src="/adlogos/nadaguide.gif" class="imgBorder" alt="NADA Guide"></a>'
adblock[1]='<a href="http://www.mita.org"><img src="/adlogos/mita.jpg" class="imgBorder" alt="Maine Island Trail Association"></a>'

adblock[2]='<a href="http://www.noreastmarinesystems.com"><img src="/adlogos/noreast.png" class="imgBorder" alt="NorEast Marine Systems"></a>'

adblock[3]='<a href="http://www.maineveterinaryreferralcenter.com/"><img src="/adlogos/mevet.jpg" class="imgBorder" alt="Maine Veterinary Referral Center"></a>'

adblock[4]='<a href="http://www.atlanticchallenge.com/"><img src="/adlogos/atlanticchallenge.jpg" class="imgBorder" alt="Atlantic Challenge"></a>'

adblock[5]='<a href="http://www.capecodmaritimemuseum.org/"><img src="/adlogos/ccmmboatshow.jpg" class="imgBorder" alt="Cape Cod Maritime Museum"></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++
    }
  }
}
