﻿var adblock=new Array()
 
adblock[0]='<a href="http://www.rochelake.com" target="_blank"><img src="RocheLakeResort(400x50).JPG" class="imgBorder" alt="...luxury chalets, fine dining, swimming pool &amp; the world famous Kamloops Rainbow trout!"></a>'
 
adblock[1]='<a href="http://www.btsflyfishing.com" target="_blank"><img src="BTsDanvise(400x50).jpg" class="imgBorder" alt="... the amazing Danvise rotary fly tying vise!"></a>'
 
adblock[2]='<a href="http://www.rivercitymarine.net/" target="_blank"><img src="RiverCityMarineBanner1-(398x50).jpg" class="imgBorder" alt="... boats &amp; accessories for all types of fishing!"></a>'



function randomorder(targetarray, spacing) {
  var randomorder=new Array()
  var the_one
  var z=1
  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++
    }
  }
}

