<!--

//**********
//Variables.
//**********

var AlbumTitle = "Annual Big Country Audubon Society Meeting 2005";
var PicList = "AnnualBCAS2005PicList.js";
var JournalPage = "AnnualBCAS2005Journal.htm";
var RootDir = "Annual BCAS Meeting 2005/";
var HomeAnchor = "AnnualBCAS2005";

//**************************
//Create an array of slides.
//**************************

var IntroSlide = new Slide("Intro.jpg", 0, "5/5/2005", "");
var SlideArray = new Array();
SlideArray[ 0] = new Slide("", 2, "", "Annual Big Country Audubon Society Meeting - 2005");
SlideArray[ 1] = new Slide("", 4, "", "At Homer and Earline Hutto's Bird House");
SlideArray[ 2] = new Slide("IMG_7794.JPG", 0, "5/5/2005", "Beautiful sunset at Homer and Earlene Hutto's Bird House.");
SlideArray[ 3] = new Slide("IMG_7796.JPG", 0, "5/5/2005", "Group gathers after the annual gathering for bird-watching and a delicious supper.");
SlideArray[ 4] = new Slide("IMG_7797.JPG", 0, "5/5/2005", "A later view of the sunset.");
SlideArray[ 5] = new Slide("IMG_7798.JPG", 0, "5/5/2005", "Sunset with different camera settings.");
SlideArray[ 6] = new Slide("IMG_7799.JPG", 0, "5/5/2005", "Gathering up to go.");
SlideArray[ 7] = new Slide("IMG_7800.JPG", 0, "5/5/2005", "Laura in the foreground, Mike Landers talking to Joan, and Lorie in the backgound.");

// end the hiding comment --> 
