<!-- hide from non-JavaScript Browsers

 nbgGraph();

var lnk4;
var img4;

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 = 3; //This is the number of pictures rotating on this page
y = randNum(x);

if (y == 1) {
img4 = "http://www.swimbait.com/banners/big-hammer-cartoon-02_253x268.jpg";
lnk4 = "http://www.swimbait.com/banners/big-hammer-cartoon-02_563x600.jpg";
}

if (y == 2) {
img4 = "http://www.swimbait.com/banners/big-hammer-cartoon-01_322x268.jpg";
lnk4 = "http://www.swimbait.com/banners/big-hammer-cartoon-01_800x600.jpg";
}

if (y == 3) {
img4 = "http://www.swimbait.com/banners/big-hammer-retro-01_322x268.jpg";
lnk4 = "http://www.swimbait.com/banners/big-hammer-retro-01_800x574.jpg";
}

}

//-->

 // - stop hiding -->
