/***********************************************************************************																																									** 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="January 4, 2003";defaultThumbWidth=96;defaultMaxPerRow=1;defaultAlignment="below";var slides = new Array();// November 23slides[0] = new Slide("01", "<ref>A group shot near the start of the trip just past the Loveland road trailhead by Burns cabins. Left to right: John, Yvonne, Lil, Mike. 10:51.");slides[1] = new Slide("02", "<ref>Walking in a winter wonderland.</ref> This is our first decent snow of the year and it sure is pretty. 11:46.", 525, 700);slides[2] = new Slide("03", "<ref>Crooked Lake.</ref> Yes, there is more than one Crooked Lake. The region is dotted with kettle lakes like this one. 11:48.");slides[3] = new Slide("04", "<ref>Conifers abound.</ref> We would pass cedar and pine on this trip. I can never keep them straight in my mind. 11:56.", 525, 700);slides[4] = new Slide("05", "Who ever says winter is devoid of color <ref>look closely at this picture.</ref> The leaves that are still around are certainly adding a lot of color here. 12:38.");slides[5] = new Slide("06", "<ref>Looking out from the Geology Center's deck</ref> over Mill Lake. Besides us the only sounds we tended to hear were chickadee. 12:56.");slides[6] = new Slide("07", "<ref>Here comes the sun.</ref> The sun broke out for a time in early afternoon dappling everything in light. We're on a ridge, an esker, not far from the Geology Center. 14:01.", 525, 700);slides[7] = new Slide("08", "<ref>Who knows what else is in this hole.</ref> I was not going to stick my hand in to find out. 14:31.");slides[8] = new Slide("09", "We wore varying amounts of blaze orange to let hunters know we were not deer. <ref>Near the end of the day we crossed a few fields like this one.</ref> 15:05.");slides[9] = new Slide("10", "<ref>Looking out over Green Lake.</ref> The Green lake campground is nice enough especially when you consider it is car accessible. 15:55.");// November 24slides[10] = new Slide("11", "<ref>It is just after sunrise at the campground.</ref> Somehow the cloud was be wonderfully lit by the faint sun. The sun would spend must of the day behind clouds. 07:30.");slides[11] = new Slide("12", "<ref>An engineer always gets what he wants.</ref> John had to toast his poptart and this was his solution. It worked quite well. 07:38.");slides[12] = new Slide("13", "<ref>A view of Gorman Lake.</ref> This was my first real god glimpse of the lake. It's a nice lake and would be nicer if it was sunny and warm. 11:24.");slides[13] = new Slide("14", "I missed out on this <ref>famous tree last year.</ref> Now I have seen the butt tree and it is remarkable. 12:43.", 525, 700);slides[14] = new Slide("15", "<ref>Our final lake view on this trip.</ref> This is Island Lake and that island out in the lake does have a house that someone lives in. 12:49.");