/***********************************************************************************																																									** 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="Sepember 13, 2005";// Used by MakeCaptions3defaultThumbWidth=180;defaultAlignment = "below";defaultMaxPerRow = 2;defaultTextColor = "yellow";var slides = new Array();slides[00] = new Slide("01", "<ref>Yours truly.</ref> We're deciding what the best way to get back on track is. Being who we are that means a bushwhack which will take us down into a low wet area (if not careful) and back up to a drier ridge and the proper location near Hankerd Road. 08:58.", 525, 700);slides[01] = new Slide("02", "<ref>Wildlife abounds.</ref> This moth was resting on an overhanging tree branch. I am sure I would not have seen it but the branch was practically at Andy's eye level and so he could not help but spot this wonderfully patterned creature. 10:34.");slides[02] = new Slide("03", "This is what so often happens to <ref>trail markers</ref> in this region. 11:12.", 345, 525);slides[03] = new Slide("04", "<ref>In case you weren't sure what I meant</ref> in the previous photo this one makes it quite clear. 11:12");slides[04] = new Slide("05", "We saw several of these <ref>deep blue flowers</ref> during the morning. No one is sure what they are, but they're sure pretty. 11:31.");slides[05] = new Slide("06", "<ref>Queen Anne's Lace</ref> was also pretty common in this portion of the course (leg 13 by now I reckon). 11:32.", 395, 447);slides[06] = new Slide("07", "The route took us <ref>through several fields</ref> that were full of chest high Golden Rod and alive with insect activity (no doubt bees and other polinating insects). These bits of the route were really wonderful. John is leading the way while Andy and I trail behind. 12:19.");slides[07] = new Slide("08", "<ref>South Lake.</ref> This was a fine spot to break for lunch. The lake was hosting many Sandhill Cranes that we had been hearing call to each other for quite some time. As you can see the birds stayed on the lake when we arrived. For a closer look at one of them <a href=\"javascript:OpenImageNamed(\'IMG_1673.jpg\')\">click here.</a>. 12:57");slides[08] = new Slide("09", "It is time to march through the lake. <ref>Andy, shown here,</ref> and I have taken to the water while John slogged along the shoreline. If you pause you will sink into the muddy bottom. 13:14.");slides[09] = new Slide("10", "Another <ref>Golden Rod rich field</ref> enveloping John. 13:16.");slides[10] = new Slide("11", "<ref>The dreded river (channel) crossing.</ref> This channel connects Bruin and Watson Lakes. It is dam controlled. We thought it might be so deep we would have to swim. 17:07.");slides[11] = new Slide("12", "<ref>Pushing my way through</ref> using my staff to find the deeper spots that I know are present. 17:07.");slides[12] = new Slide("13", "<ref>Opps.</ref> It doesn't take much to lose your balance on the slick mud especially if a foot has gotten slightly stuck in the ooze. 17:07.");slides[13] = new Slide("14", "<ref>Leg 15</ref> (by description though the photo doesn't quite have the very end of the leg) of our hike. This is the starting point of the hike and we begin at Halfmoon Lake.");slides[14] = new Slide("15", "<ref>Leg 14</ref>. Some of the prettiest hiking was done here. I believe it was on this segment of the route that we supped on grapes and apples.", 533, 414);slides[15] = new Slide("16", "<ref>Leg 13</ref>. The notable feature for this segment of the course is the quarter mile or so walk through South Lake.", 420, 315);slides[16] = new Slide("17", "<ref>Leg 12</ref>. This is the leg of the course where we saw the vast majority of runners. We had runners pass us over a 3 hour period and about 2 hours of that was spent climbing up and down the steep hills of this section of the route.", 402, 455);slides[17] = new Slide("18", "<lef>Leg 11</ref>. Our final course section. Though route description suggests this section should have lots of mud holes but it was pretty tame. The channel crossing between Watson and Bruin Lakes tht we thought we might have to swim was also a piece of cake.", 575, 207);
