/***********************************************************************************																																									** 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 = "August 28, 2003";defaultThumbWidth=180;defaultMaxPerRow=1;defaultAlignment="below";var slides = new Array();// July 15slides[0] = new Slide("01", "<ref>My Mom.</ref> We're at the trailhead at PA 501 and ready to head off for parts north. Mom joined me for about a half an hour of hiking before she had to turn back and head bak to Maryland. 13:50.");slides[1] = new Slide("02", "I cannot precisely locate <ref>this overlook now.</ref> It was the first really good one I found after leaving PA 501. A good place for a break. 14:57.");// July 16slides[2] = new Slide("03", "<ref>This marker notes the spot where Fort Dietrich Snyder once was.</ref> The fort saw duty during the French and Indian wars. I do not know if it saw use after that. 10:01.");slides[3] = new Slide("04", "<ref>Signs of progress.</ref> Until I reached this sign I really had not seen any hikers since Aftershock caught me at Fort Dietrich Snyder. Turns out many had taken an alternate trail. Superman? (yes the question mark is part of his trail name) and Torch were among the only ones I'd meet before reaching the shelter who stuck with the AT. 14:47.");// July 17slides[4] = new Slide("05", "<ref>A view from Auburn lookout</ref> (or somethng like that - the view just beyond Phillips Canyon spring). 10:47.");slides[5] = new Slide("06", "</ref>Another view from the same place.</ref> This was a nice overlook a couple miles south of Port Clinton. 10:47.");slides[6] = new Slide("07", "<ref>The Schuykill River.</ref> I believe this was taken from the bridge that crosses the river that used to play such an important role in Port Clinton. 12:51.");// July 18slides[7] = new Slide("08", "<ref>Sings of progress.</ref> Though both springs are not mentioned in the databook they sure are nice walled springs. I stopped at Pocahontass Spring (this one) for water. 12:42.");slides[8] = new Slide("09", "<ref>OK, I know I have seen these flowers before.</ref> They are always pretty. Just off the road at Windsor Furnance State park. 14:23.");// July 19slides[9] = new Slide("10", "If you look carefully <ref>within the crevice you can see the black snake.</ref> This snake just wanted piece to rest. But the crevice it was in was on top of one of the rocks at Pulpit Rock. Some of the kids really got a kick out of the snake and were bugging it a bit. 12:13.");slides[10] = new Slide("11", "A view <ref>from Pulpit Rock.</ref> It was at this outcrop that I tripped over a rock and shaved off a bunch of skin resulting in some bleeding. Most serious hiking injury I have had in some time. The view from this outcrop really is quite good. 12:14.");slides[11] = new Slide("12", "The Pinnacle provides more <ref>fine views of the valleys below.</ref> But, by this time I was in less of a mood to be inspired since my wrist was throbbing. 14:46.", 1316, 442);// July 21slides[12] = new Slide("13", "<ref>Signs of progress.</ref> This marker is on top of the rocky Bake Oven Knob. 14:46.");// July 22slides[13] = new Slide("14", "<ref>Wildlife. A rattlesnake.</ref> He (or she) was coiled up well off the trail. Unlike the one we had seen minutes before which stopped No Pepsi and I until it crossed the trail and moved well away from it. This fellow was just on the rocks off the trail warming up. 08:09.");
