/***********************************************************************************																																									** 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="2005";lastUpdate="May 4, 2005";defaultThumbWidth=180;defaultMaxPerRow=1;defaultAlignment="below";var slides = new Array();// April 16slides[00] = new Slide("01", "<ref>A view from the observation deck</ref> of the Gerald Eddy Discovery Center. Gaze out over Mill Lake. The Discovery Center is at the heart of many nature trails. 10:43.");slides[01] = new Slide("02", "<ref>Hipatica.</ref> As these early spring flowers age they change from deep purple to paler shades of purple to nearly white like this one here. 11:03.");slides[02] = new Slide("03", "We strolled past the Calvary Cemetery and noticed <ref>this large grave</ref> of Thomas Looney. There are times when we have referred to the Waterloo-Pinkcney Trail as the LooNey trail because it can make you looney. We&rsquo;re actually not following the &ldquo;official&rdquo; trail at this point. 11:24.", 525, 700);slides[03] = new Slide("04", "John has led us into a pine grove - a former pine plantation. I last came in here a couple years ago on a day hike (see, <a href=\"../Michigan_Dayhikes/leapfrog2002/index2.html\">Leapfrog&rsquo;s Gathering: Sunday, December 8, 2002, A John Lawton Special Gerald E. Geddy Geology Center</a>. This time it was harder, in some ways to find our way around. But then again <ref>we found more signs of animal activity this time too.</ref> Steve spotted this feather. We are not sure if it is pheasant or turkey. 12:01.");slides[04] = new Slide("05", "More signs of life in the pine grove. <ref>This has to be among one of the larger coyote scats</ref> I have seen. Again all praise to Steve&rsquo;s keen eyes. 12:04.");slides[05] = new Slide("06", "I am not sure <ref>what these flowers are</ref> though I tend to believe they are Hipatica again. 13:26");slides[06] = new Slide("07", "We have reached the access road to Green Lake Campground. To get here we took all manner of trails (and even a little off-trail) turning a 4.75 mile hike into one that was several miles longer. Left to right: <ref>John, Andy, Elwira, Joy, and Steve. Keila is in front.</ref> 14:05.");slides[07] = new Slide("08", "", "group shot including me.  14:06. <span class='authorcredit'>Photo by Elwira.</span>");slides[08] = new Slide("09", "<ref>Young Hipatica at our Green Lake campsite.</ref> 14:21.");slides[09] = new Slide("10", "<ref>Green Lake always seems to have swans</ref> on it. Maybe we should not be surprised by this. It is a pretty lake. 15:40.");slides[10] = new Slide("11", "<ref>A view of our home for the night.</ref> Well, part of it anyway. The tents visible in this photo are mine (left) and Andy, Elwria, and Keila&rsquo;s. John and Steve have their shelters pitched behind me. 16:35.");slides[11] = new Slide("12", "<ref>Sunset over the lake.</ref> It might not be the most brilliant sunset I have ever seen, but it was a nice way to end the day. 20:06.");// April 17slides[12] = new Slide("13", "We did not stay on the WPT for long. We are hiking <ref>through fields</ref> (that sometimes get mowed), past marsh, and soon into forest. The day is overcast but it is going to be warm. 10:52.");slides[13] = new Slide("14", "<ref>Here comes the forest again.</ref> Although not visible we have marsh on our left and a hill rising to our right. The forest here is diciduous trees, but pine groves are not far away. 11:26.");slides[14] = new Slide("15", "<ref>Fore!</ref> None of us is sure why this golf ball is here. In this area we also noticed the distinct smell of a recent fire. Clearly people have been here perhaps goofing around a bit more than they should. 11:47.");slides[15] = new Slide("16", "<ref>Looking out over Winnewanna Lake.</ref> We had, yet again, lunch at this fine spot. I have been hre several times before (see some of the <a href=\"../Michigan_Dayhikes/\">some of the area day hikes</a>) and this is the first time any of us can recall ever seeing a vehicle pulled in (not shown). Sigh&hellip; 12:17.");slides[16] = new Slide("17", "One of a couple <ref>painted turtles</ref> we would encounter. This little guy made his appearance at the end of our hiking weekend near the Discovery Center. 14:53", 700, 721);// movies// April 16slides[17] = new Slide("18", "<ref>Welcome to our campsite</ref> at Green Lake campground in Waterloo Recreation Area.16:38.", 320, 240, "2005", "movie");slides[18] = new Slide("19", "You can&rsquo; not have a trip with this group <ref>without some trail work.</ref> The work here is taking place on the WPT between Green Lake Campground and M-52. 18:18.", 240, 320, "2005", "movie");slides[19] = new Slide("20", "<ref>Looking out across Green Lake</ref> at sunset. 20:07.", 320, 240, "2005", "movie");slides[20] = new Slide("21", "<ref>With a bit of work Steve and John got this campfire going.</ref> We would spend the next several hours sitting around it chatting about all sorts of stuff. 20:24.", 320, 240, "2005", "movie");// April 17slides[21] = new Slide("22", "This movie may not be much to look at; <ref>instead concentrate on what you can hear on this pre-dawn overcast morning.</ref> 06:14.", 320, 240, "2005", "movie");slides[22] = new Slide("23", "<ref>Camp is now fully up.</ref> More light, more life, more sounds. We even had a spot of rain about 90 minutes ago. 08:45.", 320, 240, "2005", "movie");slides[23] = new Slide("24", "A <ref>QTVR panoramic</ref> view of Winnewanna Lake. 12:18.", 400, 300, "2005", "pano");slides[24] = new Slide("25", "<ref>Gazing upon Winnewanna Lake.</ref> This is always a good pot for lunch. 12:22.", 320, 240, "2005", "movie");slides[25] = new Slide("26", "<ref>This was a mistake</ref> that turned out alright. This painted turtle was neatly avoided by John and I as we drove home. Turns out this fellow was rather quick. 14:52.", 320, 240, "2005", "movie");
