<!-- begin RANDOM HEADER IMAGES 
var theImages = new Array()

theImages[0] = '/images/fly_fishing_trip/fly10.gif'
theImages[1] = '/images/fly_fishing_trip/fly11.gif'
theImages[2] = '/images/fly_fishing_trip/fly12.gif'
theImages[3] = '/images/fly_fishing_trip/fly13.gif'
theImages[4] = '/images/fly_fishing_trip/fly14.gif'
theImages[5] = '/images/fly_fishing_trip/fly15.gif'
theImages[6] = '/images/fly_fishing_trip/fly16.gif'
theImages[7] = '/images/fly_fishing_trip/fly10.gif'
theImages[8] = '/images/fly_fishing_trip/fly11.gif'
theImages[9] = '/images/fly_fishing_trip/fly12.gif'

var q = 0
var p = 10
var whichImage = Math.round(Math.random()*(p-1))

function showImage(){
document.write('<img border="0" alt="Image courtesy of Koji Kaneda for fly fishing trip" src="'+theImages[whichImage]+'">');
}

//  end RANDOM HEADER IMAGES -->
