var adblock=new Array()
adblock[0]='<a href="http://www.nationalasparagusfestival.org" target="_blank"><img src="http://www.obcbooks.com/banner/naf.gif" alt="The National Asparagus Festival" width="400" height="60" class="imgBorder"></a>'
adblock[1]='<a href="http://www.lakesidedesignandconstruction.com/" target="_blank"><img src="http://www.obcbooks.com/banner/lakeside.jpg" alt="Lakeside Design & Construction" width="400" height="60" class="imgBorder"></a>'
adblock[2]='<a href="http://www.shelbysolarandwind.com" target="_blank"><img src="http://www.obcbooks.com/banner/shelbysolarandwindbanner.jpg" alt="Shelby Solar and Wind" width="400" height="60" class="imgBorder"></a>'
adblock[3]='<a href="http://www.nielsentaxprep.com" target="_blank"><img src="http://www.obcbooks.com/banner/nielsentaxprep.gif" alt="Nielsen Tax Prep LLC" width="400" height="60" class="imgBorder"></a>'
adblock[4]='<a href="http://www.theNetRat.com" target="_blank"><img src="http://www.obcbooks.com/banner/thenetrat.gif" alt="NetRats Detroit Lions Page" width="400" height="60" class="imgBorder"></a>'
adblock[5]='<a href="http://www.oceanacountyclassifieds.com" target="_blank"><img src="banner/oceanacountyclassifieds.gif" alt="Oceana County Classifieds" width="400" height="60" class="imgBorder"></a>'
adblock[6]='<a href="http://www.shelbyarea.info" target="_blank"><img src="http://www.obcbooks.com/banner/shelbycofcbanner.jpg" alt="The Shelby Area Chamber of Commerce" width="400" height="60" class="imgBorder"></a>'
adblock[7]='<a href="http://www.westmichiganins.com" target="_blank"><img src="http://www.obcbooks.com/banner/wmi_banner.gif" alt="West Michigan Insurance" width="400" height="60" class="imgBorder"></a>'
adblock[8]='<a href="http://www.oceanahistory.org" target="_blank"><img src="http://www.obcbooks.com/banner/och_banner.gif" alt="Oceana County Historical & Genealogical Society" width="400" height="60" class="imgBorder"></a>'
adblock[9]='<a href="http://www.paraflite.net" target="_blank"><img src="http://www.obcbooks.com/banner/paraflite.gif" alt="Shelby Paraflite" width="400" height="60" class="imgBorder"></a>'
adblock[10]='<a href="http://www.slocumbros.com" target="_blank"><img src="http://www.obcbooks.com/banner/slocumbros.gif" alt="Slocum Brothers Tree Farm" width="400" height="60" class="imgBorder"></a>'
adblock[11]='<a href="http://www.adventureseekerstravel.com" target="_blank"><img src="http://www.obcbooks.com/banner/adventure.gif" alt="Adventure Seekers Travel" width="400" height="60" class="imgBorder"></a>'
adblock[12]='<a href="http://www.shelbylibrary.org" target="_blank"><img src="http://www.obcbooks.com/banner/shelbylibrarybanner.gif" alt="The Shelby Area District Public Library" width="400" height="60" class="imgBorder"></a>'
adblock[13]='<a href="http://www.sallydefreitas.com" target="_blank"><img src="http://www.obcbooks.com/banner/defreitasbanner.jpg" alt="Michigan Mysteries by Sally DeFreitas" width="400" height="60" class="imgBorder"></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++
    }
  }
}
