<!-- hide from non-JavaScript Browsers

 nbgGraph();

var img;

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) {

img = "http://www.calicohuntercharters.com/gallery/photos/calico-heron-larry-0001t.jpg";

}

if (y == 2) {

img = "http://www.calicohuntercharters.com/gallery/photos/calico-heron-larry-0002t.jpg";

}

if (y == 3) {

img = "http://www.calicohuntercharters.com/gallery/photos/calico-heron-larry-0003t.jpg";

}

if (y == 4) {

img = "http://www.calicohuntercharters.com/gallery/photos/calico-heron-larry-0004t.jpg";

}

if (y == 5) {

img = "http://www.calicohuntercharters.com/gallery/photos/calico-heron-larry-0005t.jpg";

}

if (y == 6) {

img = "http://www.calicohuntercharters.com/gallery/photos/calico-heron-larry-0006t.jpg";

}

if (y == 7) {

img = "http://www.calicohuntercharters.com/gallery/photos/calico-peros-dimitri-0001t.jpg";

}

if (y == 8) {

img = "http://www.calicohuntercharters.com/gallery/photos/calico-peros-dimitri-0002t.jpg";

}

if (y == 9) {

img = "http://www.calicohuntercharters.com/gallery/photos/calico-russell-matt-0001t.jpg";

}

if (y == 10) {

img = "http://www.calicohuntercharters.com/gallery/photos/calico-wolf-pete-0009t.jpg";

}

if (y == 11) {

img = "http://www.calicohuntercharters.com/gallery/photos/halibut-russell-matt-0001t.jpg";

}

if (y == 12) {

img = "http://www.calicohuntercharters.com/gallery/photos/leopardshark-heron-larry-0001t.jpg";

}

if (y == 13) {

img = "http://www.calicohuntercharters.com/gallery/photos/lingcod-wolf-pete-0001t.jpg";

}

if (y == 14) {

img = "http://www.calicohuntercharters.com/gallery/photos/rainbow-trout-eggleston-mark-0001t.jpg";

}

}

//-->

 // - stop hiding -->
