var BannerArray = new Array(
"<a href=\"http://www.billfishersportfishing.com\" target=\"_blank\"><img src=\"/images/world_circle_hook_tour/banners/billfisher235x150.gif\" border=\"0\" style=\"margin-right: 5px;\"></a><a href=\"http://www.billfishersportfishing.com\" target=\"_blank\"><img src=\"/images/world_circle_hook_tour/banners/billfisher228x150a.jpg\" border=\"0\" style=\"margin-right: 5px;\"></a><a href=\"http://www.billfishersportfishing.com\" target=\"_blank\"><img src=\"/images/world_circle_hook_tour/banners/billfisher228x150b.jpg\" border=\"0\" style=\"margin-right: 5px;\"></a><a href=\"http://www.billfishersportfishing.com\" target=\"_blank\"><img src=\"/images/world_circle_hook_tour/banners/billfisher228x150c.jpg\" border=\"0\"></a>",
"<a href=\"http://www.redsuncustom.com\" target=\"_blank\"><img src=\"/images/world_circle_hook_tour/banners/redsuncustom235x150.gif\" border=\"0\"></a><object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0\" width=\"699\" height=\"140\" id=\"redsuncustom\" align=\"top\"><param name=\"allowScriptAccess\" value=\"sameDomain\" /><param name=\"movie\" value=\"/images/world_circle_hook_tour/banners/redsuncustom.swf\" /><param name=\"quality\" value=\"high\" /><param name=\"wmode\" value=\"transparent\" /><param name=\"bgcolor\" value=\"#ffffff\" /><embed src=\"/images/world_circle_hook_tour/banners/redsuncustom.swf\" quality=\"high\" bgcolor=\"#ffffff\" width=\"699\" height=\"140\" name=\"redsuncustom\" align=\"top\" allowScriptAccess=\"sameDomain\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" /></object>"
);

function randomorder(targetarray) {
  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('<td>' + targetarray[the_one] + '</td>')
      targetarray[the_one]="_selected!"
      z++
    }
  }
}
