/***********************************************************************************																																									** This file contains the slide objects to be presented in the photo gallery and   ** trip journal. The MakeCaptions1 function defined elsewhere will use the objects ** found in the "slides" (case sensitive) array. Each array element will contain a ** single Slide object which means it must have a reference ID, link, width, and   ** height. The reference ID string, the width and height are integers, the link    ** is a string. To define where the hyperlink text within the link goes surround   ** it the meta-tag <ref></ref> pair.																							  **																																									**																																									** Parameters for the Slide function call are (reference, link text, width, height ** and copyright string. The first two are required. 															***********************************************************************************/defaultSlideWidth=700;defaultSlideHeight=525;defaultSlideCopyright="2003";// Used by MakeCaptions3defaultThumbWidth=300;defaultAlignment = "below";defaultMaxPerRow = 1;var slides = new Array();slides[0] = new Slide("01", "<ref>Our group is assembled</ref> at a bend in the trail about an hour into the hike. I leave it to the knowledgable reader to identify who is who. 10:46.");slides[1] = new Slide("02", "<ref>This hunter blind.</ref> was not too far off the trail. It's a good reminder that firearms deer season is near. Once in a while we would hear a gun shot - people getting ready for the season. 11:04.");slides[2] = new Slide("03", "Between Centerline road and 3-Mile road the trail passes two pond.</ref> I only saw this one rather large pond (small lake). Pretty. 14:05.");slides[3] = new Slide("04", "Some of our group at rest. <ref>The hike is almost done as we take a break at 3-Mile road.</ref> Eric is putting his tried and true blanket to good use to ward off the chill. The other people are (I think) Julie, Josh, and Amy. The dog is Ace. 14:46.");slides[4] = new Slide("05", "<ref>We have people with all manner of talents in our group.</ref>Siler (Paul Hann, the main organizing force behind the Gathering) is drawing the scene in front of us. We are waiting for the shuttle drivers to return from Croton Dam. It's a cool, bright morning today here at the 58<sup>th</sup> street trail head here in Newago County. 11:28.");slides[5] = new Slide("06", "<ref>Our lunch spot is in this open area surrounded by the oak and pine forest.</ref> I don't think even Paul S. knows what he is pointing at. But it's a nice pose. 12:58.");slides[6] = new Slide("07", "<ref>Transitions between one biome and another are always interesting.</ref> You are looking across a clear-cut. Later we would walk through prairies. As I stood here I was able to completley enjoy listening to the rustle of pine needles in the breeze. It sounds remarkably like flowing water - a very different sound from just leaves rustling. 13:38.");slides[7] = new Slide("08", "<ref>Prickly Pear cactus.</ref> I am not kidding. Standing here in this prairie land we could look down and see several little cacti. 14:15.");slides[8] = new Slide("09", "If you thought seeing Prickly Pear in the prairies was odd <ref>look at this group of them</ref> living within the depths of a red pine grove. 14:15.");slides[9] = new Slide("10", "<ref>Our entire group is in this picture.</ref> We are standing at the trail head at Croton Dam road. Again I am not going to try and name those present. 15:24.");