<!-- hide from non-JavaScript Browsers

 nbgGraph();

var img2;

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 = 14; //This is the number of pictures rotating on this page
y = randNum(x);

if (y == 1) {

img2 = "http://www.calicohuntercharters.com/gallery/photos/rainbow-trout-eggleston-zack-0002t.jpg";

}

if (y == 2) {

img2 = "http://www.calicohuntercharters.com/gallery/photos/rainbow-trout-wolf-pete-0001t.jpg";

}

if (y == 3) {

img2 = "http://www.calicohuntercharters.com/gallery/photos/rainbow-trout-wolf-pierce-0001t.jpg";

}

if (y == 4) {

img2 = "http://www.calicohuntercharters.com/gallery/photos/rainbow-trout-eggleston-zack-0001t.jpg";

}


if (y == 5) {

img2 = "http://www.calicohuntercharters.com/gallery/photos/rainbow-trout-wolf-pierce-0003t.jpg";

}


if (y == 6) {

img2 = "http://www.calicohuntercharters.com/gallery/photos/rockfish-hernandez-leo-0001t.jpg";

}


if (y == 7) {

img2 = "http://www.calicohuntercharters.com/gallery/photos/salmon-washburn-ned-0001t.jpg"

}


if (y == 8) {

img2 = "http://www.calicohuntercharters.com/gallery/photos/sandbass-long-brian-0001t.jpg";

}

if (y == 9) {

img2 = "http://www.calicohuntercharters.com/gallery/photos/sandbass-wolf-pete-0001t.jpg";

}

if (y == 10) {

img2 = "http://www.calicohuntercharters.com/gallery/photos/sandbass-wolf-pete-0002t.jpg";

}
if (y == 11) {

img2 = "http://www.calicohuntercharters.com/gallery/photos/whiteseabass-heron-larry-0001t.jpg";

}
if (y == 12) {

img2 = "http://www.calicohuntercharters.com/gallery/photos/yellowtail-heron-larry-0001t.jpg";

}
if (y == 13) {

img2 = "http://www.calicohuntercharters.com/gallery/photos/whiteseabass-heron-larry-0003t.jpg";

}
if (y == 14) {

img2 = "http://www.calicohuntercharters.com/gallery/photos/whiteseabass-heron-larry-0004t.jpg";

}

}


//-->

 // - stop hiding -->
