<!-- hide from non-JavaScript Browsers

 nbgGraph();

var lnk5;
var img5;

function randNum (num) {
         var now = new Date();                                 
         var rand = Math.round(num * Math.cos(now.getTime())); 
         if (rand < 0) rand = - rand; if (rand == 0) rand++;       
         return rand;                                          
         }

function nbgGraph() {           

x = 9; //This is the number of pictures rotating on this page
y = randNum(x);

if (y == 1) {
img5 = "http://www.swimbait.com/images/logos/p-line_130.gif";
lnk5 = "http://www.p-line.com/";
}

if (y == 2) {
img5 = "http://www.swimbait.com/images/logos/pro-cure_130.gif";
lnk5 = "http://www.sunrizetackle.com/shop/procure.htm";
}

if (y == 3) {
img5 = "http://www.swimbait.com/images/logos/aftco_130.gif";
lnk5 = "http://www.aftco.com/";
}

if (y == 4) {
img5 = "http://www.swimbait.com/images/logos/fishworks.gif";
lnk5 = "http://www.fishworksproducts.com/";
}

if (y == 5) {
img5 = "http://www.swimbait.com/images/logos/shimano.gif";
lnk5 = "http://fish.shimano.com/";
}

if (y == 6) {
img5 = "http://www.swimbait.com/images/logos/albackore.jpg";
lnk5 = "http://www.albackore.com/";
}

if (y == 7) {
img5 = "http://www.swimbait.com/images/logos/promar_130x50.gif";
lnk5 = "http://www.promarnets.com/";
}

if (y == 8) {
img5 = "http://www.swimbait.com/images/logos/tacklewarehouse.gif";
lnk5 = "http://www.tacklewarehouse.com/";
}

if (y == 9) {
img5 = "http://www.swimbait.com/images/logos/tenacious_130x50.jpg";
lnk5 = "http://www.tenaciousbaits.com/";
}

}

//-->

 // - stop hiding -->
