images = new Array(3);

images[0] = "<a href='http://www.bbotrailcams.com' target='_blank'><img src='http://www.chasingame.com/external/bbotrailcams_banner.gif' alt='Visit BeeBusy Outdoors!' width='701' height='91' vspace='0' border='0'></a>";

images[1] = "<a href='http://www.wildviewweb.com' target='_blank'><img src='http://www.chasingame.com/external/wildviewweb_banner.gif' alt='Visit WildViewWeb!' width='701' height='91' vspace='0' border='0'></a>";

images[2] = "<a href='http://www.hcodealer.com/' target='_blank'><img src='http://www.chasingame.com/external/eyes-hco-banner.gif' alt='Visit HCOdealer.com!' width='701' height='91' vspace='0' border='0'></a>";

images[3] = "<a href='http://www.bestgamecamera.com/' target='_blank'><img src='http://www.chasingame.com/external/BGC-Eyes-in-the-Woods-Banner.gif' alt='Visit BestGameCamera.com!' width='701' height='91' vspace='0' border='0'></a>";

index = Math.floor(Math.random() * images.length);

document.write(images[index]);

