/***********************************************************************************																																									** 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";lastUpdate="April 16, 2003";defaultThumbWidth=180;defaultMaxPerRow=1;defaultAlignment="below";var slides = new Array();// April 11slides[0] = new Slide("01", "<ref>Looking out over Island Lake.</ref> What a difference a clear sky makes. The last time I was here the skies were overcast and the scene dull and far less lively. Today is totally different. We even saw a a tundar swan swim across the far edge of the lake. 16:40");slides[1] = new Slide("02", "My <ref>hiking companions on this trip</ref> are Paul and Claudine. This is there first GLH backpacking trip though not there first backpacking trip. Island Lake is in the background. 16:41.");slides[2] = new Slide("03", "As we walked through the woods towards Green Lake Campground <ref>we passed by ponds like these that were full of activity.</ref> Spring peepers, chorus frogs, and I think wood frogs all made themselves known. 17:15.");slides[3] = new Slide("04", "A <ref>Tundra Swan is swimming just off the shore of Green Lake.</ref> We ended up camping near the location this picture was shot at. We had the campground to ourselves. 17:55.");slides[4] = new Slide("05", "Paul is a <ref>good fire builder</ref> and is hard at work here making us a fine campfire. If only I had brought some hot dogs to roast. 19:33.");slides[5] = new Slide("06", "The <ref>sun is setting behind the brush along the shoreline.</ref>. It is not the most colorful sunset I have ever seen, but it is still a nice way to end the day. 19:50.");// April 12slides[6] = new Slide("07", "<ref>Claudine striding along the trail.</ref> This morning is already turning into a fine day.  09:53.");slides[7] = new Slide("08", "<ref>Signs of progress.</ref> There is a prison nearby. Sometimes you can hear the inmates doing exercizes or something very loud even from Green Lake Campground. This time out we heard nothing. 09:54.");slides[8] = new Slide("09", "<ref>Paul is in the foreground here.</ref> The group behind him is either part of a massive SOLAR backpacking class (50 people) or part of one of the two boy scout troops we encountered this day. 10:30.");slides[9] = new Slide("10", "Again what a difference a day makes. The <ref>lake is Mill Lake and I am standing on the observation deck of the Eddie Discovery Center.</ref> When I was last here it was overcast and there certainly were no swans swimming across the lake like there are now. 10:57.");slides[10] = new Slide("11", "<ref>Just a sign</ref> near the Discovery Center. They have wonderful exhibits and numerous educational programs are run throughout the year. 1219.");slides[11] = new Slide("12", "<ref>I am not sure what this purple flower is.</ref> It has been suggested that it is a hepatica. If this is incorrect I hope someone will say. It was the only flower we really noticed and I hope no one steps on it. 13:31.");slides[12] = new Slide("13", "<ref>Paul and Claudine by the wonderful fire they have built.</ref> We are camped at the Horseman's Campground. We hiked some 8.5 miles today. 18:48.");// April 13slides[13] = new Slide("14", "<ref>Sings of progress.</ref> This sign is describing distances to places we have come from. I'm not sure how accurate the distances are. John thinks they sometime round up. 09:43.");slides[14] = new Slide("15", "The <ref>gravel pit in the distance</ref> is actually where the Waterloo-Pinckney trail goes. But, we followed an alternate route - a horse trail - until the two trails converged just a little further down the path. 09:48.");slides[15] = new Slide("16", "I do not know <ref>if this small river has a name</ref> we encountered a man and a boy fishing here as we crossed over the small footbrdige (there is a stile here to prevent horse traffic; they have to cross through the water a bit upstream). 12:00.");slides[16] = new Slide("17", "<ref>Paul is crossing a very wet, perhaps deep, area, on this log.</ref> Everyone made it across without falling. This is a place where a footbridge would be useful. 12:33.", 525, 700);slides[17] = new Slide("18", "<ref>A lone oak tree stands in the middle of this field.</ref> When the flowers bloom on the hills around the field, the praire grass is fully green, and the tree leafs out, this must be a really lovely place. It's pretty nice already. 13:40.");slides[18] = new Slide("19", "I do not know <ref>if there is a story associated with this cross</ref> at the top of Sackrider Hill. 14:21.", 525, 700);slides[19] = new Slide("20", "<ref>A survey disc</ref> that marks the location of Sackrider Hill. This hill is one of the higher points around here at about 1,134 feet according to my eTrex GPS. 14:23.");slides[20] = new Slide("21", "<ref>A group shot.</ref> Left to right: John (joined us just for today - big thanks), me, Claudine, and Paul. We're standing on the observation deck at Sackrider Hill. 14:30.");
