<!-- random photo generator -->

var imagenumber = 22; 
var randomnumber = Math.random() ; 
var rand1 = Math.floor( (imagenumber-1) * randomnumber) + 1 ;  
var myimage = rand1 ;  

altTags = new Array
altTags[1] = "Photo: FLW Boats"
altTags[2] = "Photo: Day Camp Friends"
altTags[3] = "Photo: Fitness 3"
altTags[4] = "Photo: Picnic Pavilions"
altTags[5] = "Photo: Reading to Children"
altTags[6] = "Photo: Golf Carts"
altTags[7] = "Photo: Fire Safety Clowns"
altTags[8] = "Photo: Gallatin Public Library Event - Beijing Opera"
altTags[9] = "Photo: Rosemont"
altTags[10] = "Photo: Monument at Trousdale Place"
altTags[11] = "Photo: Gallatin Library"
altTags[12] = "Photo: Military Parade"
altTags[13] = "Photo: Airport"
altTags[14] = "Photo: Welcome to Chasin’ 80 Ranch"
altTags[15] = "Photo: Lock 4 pier"
altTags[16] = "Photo: New Farmers Market Ready for Business"
altTags[17] = "Photo: Gallatin: The County Seat of Sumner County"
altTags[18] = "Photo: City Dog Park for Big & Small 4-Legged Friends"
altTags[19] = "Photo: Gallatin Public Library Event - Beijing Opera"
altTags[20] = "Photo: Gallatin City Hall at night"
altTags[21] = "Photo: Thousands Attend Main Street Festival"
var myalt = altTags[rand1]

captions = new Array
captions[1] = "Lake Lures Fishing Tournaments"
captions[2] = "Day Campers Enjoy City Parks"
captions[3] = "Civic Center Offers Fitness Venues"
captions[4] = "Picnic in the Park Along the Lake"
captions[5] = "Children Delight in Library's Reading Room"
captions[6] = "City's Golf Course Hosts Tournaments"
captions[7] = "Historic Rose Mont Open for Events"
captions[8] = "Historic Palace Theater Hosts Cultural Events"
captions[9] = "Festivals Draw Crowds Downtown"
captions[10] = "History Honored Throughout Gallatin"
captions[11] = "New Library Attracts Tourists & Citizens"
captions[12] = "Community Pride Abounds in Gallatin"
captions[13] = "Gallatin Home to Regional Airport"
captions[14] = "Gallatin: Pastoral & Progressive"
captions[15] = "Gallatin's Waterways Relaxing & Replete"
captions[16] = "New Farmers Market Ready for Business"
captions[17] = "Gallatin: The County Seat of Sumner County"
captions[18] = "City Dog Park for Big & Small 4-Legged Friends"
captions[19] = "Gallatin Public Library Event - Beijing Opera"
captions[20] = "Gallatin City Hall"
captions[21] = "Thousands Attend Main Street Festival"
var mycaption = captions[rand1]



<!-- end random photo -->
