var adblock=new Array()
adblock[0]='<img src="banner-athletics.jpg" width="365" height="87" border="0">'
adblock[1]='<img src="banner-bocciaballs.jpg" width="365" height="87" border="0">'
adblock[2]='<img src="banner-bowlsequipment.jpg" width="365" height="87" border="0">'
adblock[3]='<img src="banner-bugcrop.jpg" width="365" height="87" border="0">'
adblock[4]='<img src="banner-canoe.jpg" width="365" height="87" border="0">'
adblock[5]='<img src="banner-canoemarathon.jpg" width="365" height="87" border="0">'
adblock[6]='<img src="banner-childrenwarmingup.jpg" width="365" height="87" border="0">'
adblock[7]='<img src="banner-lifesaving.jpg" width="365" height="87" border="0">'
adblock[8]='<img src="banner-oars.jpg" width="365" height="87" border="0">'
adblock[9]='<img src="banner-orangecanoe.jpg" width="365" height="87" border="0">'
adblock[10]='<img src="banner-parachute.jpg" width="365" height="87" border="0">'
adblock[11]='<img src="banner-picturemerge1.jpg" width="365" height="87" border="0">'
adblock[12]='<img src="banner-picturemerge2.jpg" width="365" height="87" border="0">'
adblock[13]='<img src="banner-photomerge3.jpg" width="350" height="84" border="0">'
adblock[14]='<img src="banner-powerchairfball.jpg" width="365" height="87" border="0">'
adblock[15]='<img src="banner-purplecanoe.jpg" width="365" height="87" border="0">'
adblock[16]='<img src="banner-rowing.jpg" width="365" height="87" border="0">'
adblock[17]='<img src="banner-sledgehockey.jpg" width="365" height="87" border="0">'
adblock[18]='<img src="banner-stumped.jpg" width="365" height="87" border="0">'
adblock[19]='<img src="banner-tagrugby.jpg" width="365" height="87" border="0">'


function randomorder(targetarray, spacing) {
  var randomorder=new Array()
  var the_one
  var z=19
  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++
    }
  }
}
