<!-- Begin

// Image Randomizer
var theImages = new Array() // do not change this

theImages[0] = '/images/tmp/ssban125.jpg'
theImages[1] = '/images/tmp/hotcreek125.gif'
theImages[2] = '/images/tmp/fish395-1.jpg'
theImages[3] = '/images/tmp/fish_125.gif'
theImages[4] = '/images/tmp/cheaterleader125.gif'

// Image links
var theLink = new Array()
theLink[0] = 'http://www.salmonsafaris.com'
theLink[1] = 'http://www.hotcreekhatcheryfoundation.org'
theLink[2] = 'http://www.fish395.com'
theLink[3] = 'http://www.wesproducts.com'
theLink[4] = 'http://www.cheaterleader.com'

var j = 0
var p = theImages.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theImages[i]
}
	
var whichImage = Math.round(Math.random()*(p-1));
function showImage(){
document.write('<a target="_blank" href="'+theLink[whichImage]+'"><img src="'+theImages[whichImage]+'" border="0"></a>');
}


if( document.images )
{
  but1 = new Image(100,25) ;
  but1.src = "http://www.fishingnetwork.net/images/home2.gif";
  but2 = new Image(100,25) ;
  but2.src ="http://www.fishingnetwork.net/images/home1.gif"; 
  but3 = new Image(100,25) ;
  but3.src ="http://www.fishingnetwork.net/images/boards2.gif"; 
  but4 = new Image(100,25) ;
  but4.src ="http://www.fishingnetwork.net/images/boards1.gif"; 
  but5 = new Image(100,25) ;
  but5.src ="http://www.fishingnetwork.net/images/fresh2.gif"; 
  but6 = new Image(100,25) ;
  but6.src ="http://www.fishingnetwork.net/images/fresh1.gif"; 
  but7 = new Image(100,25) ;
  but7.src ="http://www.fishingnetwork.net/images/salt2.gif"; 
  but8 = new Image(100,25) ;
  but8.src ="http://www.fishingnetwork.net/images/salt1.gif"; 
  but9 = new Image(100,25) ;
  but9.src ="http://www.fishingnetwork.net/images/lakes2.gif"; 
  but10 = new Image(100,25) ;
  but10.src ="http://www.fishingnetwork.net/images/lakes1.gif"; 
  but11 = new Image(100,25) ;
  but11.src ="http://www.fishingnetwork.net/images/rivers2.gif"; 
  but12 = new Image(100,25) ;
  but12.src ="http://www.fishingnetwork.net/images/rivers1.gif"; 
  but13 = new Image(100,25) ;
  but13.src ="http://www.fishingnetwork.net/images/tackle2.gif"; 
  but14 = new Image(100,25) ;
  but14.src ="http://www.fishingnetwork.net/images/tackle1.gif"; 
  but15 = new Image(100,25) ;
  but15.src ="http://www.fishingnetwork.net/images/links2.gif"; 
  but16 = new Image(100,25) ;
  but16.src ="http://www.fishingnetwork.net/images/links1.gif"; 
  but17 = new Image(100,25) ;
  but17.src ="http://www.fishingnetwork.net/images/photos2.gif"; 
  but18 = new Image(100,25) ;
  but18.src ="http://www.fishingnetwork.net/images/photos1.gif"; 
  but19 = new Image(100,25) ;
  but19.src ="http://www.fishingnetwork.net/images/tips2.gif"; 
  but20 = new Image(100,25) ;
  but20.src ="http://www.fishingnetwork.net/images/tips1.gif"; 
  but21 = new Image(100,25) ;
  but21.src ="http://www.fishingnetwork.net/images/stories2.gif"; 
  but22 = new Image(100,25) ;
  but22.src ="http://www.fishingnetwork.net/images/stories1.gif"; 
  but23 = new Image(100,25) ;
  but23.src ="http://www.fishingnetwork.net/images/e-mail2.gif"; 
  but24 = new Image(100,25) ;
  but24.src ="http://www.fishingnetwork.net/images/e-mail1.gif"; 
  but25 = new Image(82,20) ;
  but25.src ="http://www.fishingexpeditions.com/images/rfu-5.gif"; 
  but26 = new Image(82,20) ;
  but26.src ="http://www.fishingexpeditions.com/images/rfu-4.gif"; 
  but27 = new Image(82,20) ;
  but27.src ="http://www.fishingexpeditions.com/images/fvtv-5.gif"; 
  but28 = new Image(82,20) ;
  but28.src ="http://www.fishingexpeditions.com/images/fvtv-4.gif"; 
  but29 = new Image(82,20) ;
  but29.src ="http://www.fishingexpeditions.com/images/reports-5.gif"; 
  but30 = new Image(82,20) ;
  but30.src ="http://www.fishingexpeditions.com/images/reports-4.gif"; 
  but31 = new Image(82,20) ;
  but31.src ="http://www.fishingexpeditions.com/images/calander-5.gif"; 
  but32 = new Image(82,20) ;
  but32.src ="http://www.fishingexpeditions.com/images/calander-4.gif"; 
  but33 = new Image(82,20) ;
  but33.src ="http://www.fishingexpeditions.com/images/about-5.gif"; 
  but34 = new Image(82,20) ;
  but34.src ="http://www.fishingexpeditions.com/images/about-4.gif"; 
  but35 = new Image(82,20) ;
  but35.src ="http://www.fishingexpeditions.com/images/contact-5.gif"; 
  but36 = new Image(82,20) ;
  but36.src ="http://www.fishingexpeditions.com/images/contact-4.gif"; 
}

//  End -->

