/***********************************************************************************																																									** 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 = "Decmeber 9, 2005"defaultTextColor="yellow";// Used by MakeCaptions3defaultThumbWidth=210;defaultAlignment = "below";defaultMaxPerRow = 2;var slides = new Array();// December 2, 2005slides[00] = new Slide("01", "John and I arrived about 4:20PM. <ref>Finding wood would not prove tough</ref> though cutting and hauling were a different story. 16:45.");slides[01] = new Slide("02", "<ref>Burns Cabin #2.</ref> Home sweet home for the weekend. It's a cozy single room with 20 bunk beds, long picnic style table with benches, cabinets for storing all manner of stuff (that you bring), and wood storage bunkers for wood to feed the hungry wood burning stove. 16:47."); slides[02] = new Slide("03", "The <ref>sun is just about to set</ref> on this mostly cloudy day. But we are keeping warm by hauling and cutting wood. 16:49.");slides[03] = new Slide("04", "<ref>Watch Sol go&hellip;</ref> 16:40.");slides[04] = new Slide("05", "One&hellip;two&hellip;three&hellip;<ref>Oak is particularly heavy, but it'll burn great.</ref> hauling this log got my blood flowing 17:06.");slides[05] = new Slide("06", "I finishing hauling that log and looked up <ref>and saw this lovely sight.</ref> 17:08.");slides[06] = new Slide("07", "Sometimes <ref>lighting a fire</ref> can be tough and sometimes it's pretty easy. This time it went very smoothly. 17:29.");// December 3, 2005slides[07] = new Slide("08", "Although the hike today was fun it didn't really lend itself to photographs. <ref>This nest of some small bird</ref> (now gone) was a definite exception. 13:29.", 512, 700);// December 4, 2005slides[08] = new Slide("09", "With the 2 to 3 inches of snow <ref>that fell last night the icecles no doubt grew too.</ref> I don't think we need to worry about them falling though since it's below freezing now and their not that big yet. 10:24.", 700, 522);slides[09] = new Slide("10", "<ref>This is Jeff's son Adam.</ref> He's just had a little sleigh ride courtesy his Dad. He was a trooper and though I doubt he'll remember much of this weekend years from now (who remembers things when they're that young years later) hopefully he is well on his way to a start on enjoying the outdoors in all weather. 10:26.");slides[10] = new Slide("11", "<ref>Look what landed on this car.</ref> Yep, fresh snow covering Andy's Ford 10:31.");slides[11] = new Slide("12", "We took a good bit of time to clean the cabin up as well as relax the morning away. As such we did not start our day's hike until pretty late. We were greeted almost immediately with <ref>views like this.</ref> 12:04.");slides[12] = new Slide("13", "<ref><ref>Looking back</ref> from whence we came. It is a glorious afternoon. 12:05.");slides[13] = new Slide("14", "<ref>Here they come</ref>: Julie with Abbey, and Paul. Everyone is having a great time in the quiet, sun filled, snow covered, woods. 12:13.");slides[14] = new Slide("15", "<ref>Oh dear, an uphill.</ref> This hike had just a few small hills in it - no where near as many as yesterday. 12:39.");slides[15] = new Slide("16", "Sad to say <ref>but this is a typical blaze on the Waterloo-Pinckney Trail.</ref> It has seen much better days. We are about to take a side trail to Winnewannah Lake. 13:02.");slides[16] = new Slide("17", "<ref>Winnewannah Lake and time for lunch.</ref> I think this is the third time we have had lunch at this spot at one of our December Gatherings. I also am fairly sure it is the snowiest it's been here at any of the visits. With the sun beaming down on this somewhat sheltered spot it was a fine place for lunch. 13:17.");slides[17] = new Slide("18", "<ref>Nancy's having fun.</ref> We are probably about a half mile from the end of our little hike. A hill or two to go, a field to skirt, and that will be all there is too it. 14:39.");// Moviesslides[18] = new Slide("MVI_1811", "<ref>Arrival at the cabin.</ref> late afternoon December 2, 2005.", 320, 240, "2005", "movie");slides[19] = new Slide("MVI_1831", "<ref>Early morning</ref> December 4, 2005", 320, 240, "2005.", "movie");slides[20] = new Slide("MVI_1833", "<ref>Mid-morning</ref> just before our kickball game, December 4, 2005.", 320, 240, "2005", "movie");