/***********************************************************************************																																									** 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=600;defaultSlideHeight=450;defaultSlideCopyright="2002";lastUpdate="January 24, 2002";defaultThumbWidth=96;defaultMaxPerRow=1;defaultAlignment="below";var slides = new Array();// January 19slides[0] = new Slide("01", "<ref>Andy M. at the trailhead.</ref> We're just about to set off with Andy blazing the way on this bright crisp winter afternoon. 14:29.");slides[1] = new Slide("02", "<ref>Joe J. with Duane M. trailing.</ref> Joe is hauling the super Jundog sled while Duane is able to just enjoy an easy dayhike. 14:45.", 338, 450);slides[2] = new Slide("03", "<ref>In the background you can see Carp Lake.</ref> I image that lake, like the others we would see had its share of otter holes. 14:57.");slides[3] = new Slide("04", "<ref>Snow laden trees.</ref> While it isn't shown in this picture I was the victim of a snow bomb while standing beneath a tree doing something or other. While the snow was cold against my neck it melted quickly under the assault of my body's heat. 14:58.");slides[4] = new Slide("05", "This was quite a surprize. <ref>The leave are from a red oak tree.</ref> This tree apparently holds on to many leaves even after they have died. They're pushed off when new leaves grow in the spring. What a lovely splash of color. 15:00.");slides[5] = new Slide("06", "<ref>Sun dappled trail and blue sky.</ref> Can you ask for a better winter day. 15:27.", 338, 450);slides[6] = new Slide("07", "<ref>Our campsite at Byron Lake.</ref> In the foreground you can see part of Andy's Megamid. We're surrounded by red oaks and pines with the lake to our left. 16:38.");// January 20slides[7] = new Slide("08", "<ref>The semi-privy.</ref> This is definitely not a privy for those who crave complete privacy. 13:00.");slides[8] = new Slide("09", "<ref>So I like the setting.</ref> If you use a privy you had best watch out for snow bombs while there. Of course that's true, as I learned the day before, anywhere. 13:01.");// January 21slides[9] = new Slide("10", "<ref>He'll be coming round the mountain when he comes.</ref> Joe hauling his latest version of the Jundog sled. 12:58.");slides[10] = new Slide("11", "Winter is hardly devoid of interesting site. <ref>The Michigan Snow Python certainly qualifies.</ref> 13:26.");slides[11] = new Slide("12", "<ref>My fellow hikers enthralled by the snow curling around the tree.</ref> It's remarkable the forms snow can take as it falls upon surfaces of alls shapes and sizes. 13:27.", 338, 450);slides[12] = new Slide("13", "<ref>Low bridge.</ref> Andy is in the foreground. 14:20.");slides[13] = new Slide("14", "<ref>It's Joe's turn to work his way under our low bridge.</ref> 14:21.");slides[14] = new Slide("15", "<ref>You have waited this long for a picture of me.</ref> I had the easiest time passing under the fallen log. Size does matter. 14:22.");slides[15] = new Slide("16", "<ref>Yes, it was a pretty enough shot that I went backwards to get it.</ref> I've had an excellent trip. 14:23.");