var theContent = '<script language="javascript">// (C) 2000 www.CodeLifter.com\n// http://www.codelifter.com\n// Free for all users, but leave in this  header\n// 7/28/2006 - The code below is a combination of code from CodeLifter as well\n//      as my own code to make the slideshow work as desired.\n\nvar x = 0;\n//This is the object to create the content feed image - an array of these objects will be created by the content feed\nfunction ContentImage(strSrc, strAlbumName, strCategory, strDate, strDescription, strPhotographer, strCaption)\n{\n	this.Source = strSrc;\n	this.AlbumName = strAlbumName;\n	this.Category = strCategory;\n	this.AlbumDate = strDate;\n	this.Description = strDescription;\n	this.Photographer = strPhotographer;\n	this.Caption = strCaption;\n}\n\nfunction rotate(num){\n    //Update the display to the next image\n    document.getElementById(\'lblImageNumTop\').innerHTML = num + 1;\n    if (document.images.SlideShow) {\n        document.images.SlideShow.src = ContentFeed[x].Source;  \n    }\n    if (document.getElementById(\'divDetails\')) {\n        var strDetails = \'\';\n        if (ContentFeed[x].AlbumDate != \'\') {\n            strDetails = ContentFeed[x].AlbumDate + \' -- \';\n        }\n        strDetails = strDetails + ContentFeed[x].Description + \' \' + ContentFeed[x].Caption;\n        if (ContentFeed[x].Photographer != \'\') {\n            strDetails = strDetails + \' Photo By: \' + ContentFeed[x].Photographer;\n        }\n        document.getElementById(\'divDetails\').innerHTML = strDetails;\n    }\n    if (document.getElementById(\'divCategory\')) {\n        document.getElementById(\'divCategory\').innerHTML = ContentFeed[x].Category;\n    }\n    if (document.getElementById(\'divAlbumName\')) {\n        document.getElementById(\'divAlbumName\').innerHTML = ContentFeed[x].AlbumName;\n    }\n}\n\nvar timeoutID = 0;\nfunction runSlideshow(num, speed) {\n    if (document.getElementById(\'hidSlideshow\').value == "Start") {\n        //The user has started the slideshow\n        document.images.iSlideshow.src = \'http://www.mycapture.com/affimages/pause.gif\'; //Change the image to show the stop button\n        //Increment the index of the image to display\n        x = x + 1;\n        if (x > (ContentFeed.length - 1)) {\n            //If x is larger than the # of items, set the index back to 0 for the first image\n            x = 0;\n        }\n        //Display the next image\n        rotate(x);\n        \n        if (document.getElementById(\'cboSpeed\').value != speed) {\n            //If the slideshow started by the play button, show the default speed in the drop-down\n            document.getElementById(\'cboSpeed\').value = speed;\n        }\n        //Set the page to refresh at the specified interval to run through the images\n        timeoutID = window.setTimeout("runSlideshow(0," + speed + ")", speed * 1000);\n    }  else {\n        //The user has stopped the slideshow\n        window.clearTimeout(timeoutID);\n        document.images.iSlideshow.src = \'http://www.mycapture.com/affimages/play.gif\'; //Change the image to show the play button\n        document.getElementById(\'cboSpeed\').value = 0; //Set the speed to manual\n        if (num != 0) {\n            //If a number has been passed in, the user has clicked the next/previous button\n            x = x + num; //Add the number to the current index\n            if (x > (ContentFeed.length-1)) {\n                //If the new index is greater than the # of images in the array, set the index to 0 for the first image\n                x = 0;\n            }\n            if (x < 0) {\n                //If the new index is less than 0, set the index to the length of the array for the last image\n                x = ContentFeed.length - 1;\n            }\n            //Display the image with index x\n            rotate(x);\n        }\n    }\n}\n\nfunction ChangeSpeed() {\n    //The user has changed the speed of the slideshow\n    window.clearTimeout(timeoutID); //Clear the current refresh command\n    if (document.getElementById(\'cboSpeed\').value == 0) {\n        //If the user selected Manual, stop the slideshow\n        document.getElementById(\'hidSlideshow\').value = \'Stop\';\n    } else {\n        //Start the slideshow when the user changes the speed (if not already started)\n        document.getElementById(\'hidSlideshow\').value = \'Start\';\n    }\n    runSlideshow(0, document.getElementById(\'cboSpeed\').value);\n}\n\n</script><script language="javascript">var ContentFeed = new Array(new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/874622/26415689E.jpg\', \'Shots from the Beach\', \'\', \'\', \'\', \'\', \'A young girl plays with a beach ball at Sun Splash Park, Saturday, August 29, 2009, in Daytona . (Pam Lockeby)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/874622/26415690E.jpg\', \'Shots from the Beach\', \'\', \'\', \'\', \'\', \'Beach walkers and pelicans share the surf line, Tuesday morning October 13, 2009 in Daytona Beach  Shores. (DAVID TUCKER)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/874622/26415691E.jpg\', \'Shots from the Beach\', \'\', \'\', \'\', \'\', \'Lisa Bentley from Alaska runs through a flock of seagulls in Daytona Beach while her friends take photos of her on, Sunday, December 7, 2008. Bentley said she was enjoying the warm weather here though temperatures are expected to dip early in the work week. (Sean McNeil)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/874622/26415692E.jpg\', \'Shots from the Beach\', \'\', \'\', \'\', \'\', \'Volusia County lifeguards keep an eye on the beach north of the Daytona Beach Pier as the final week of summer vacation for Volusia County students draws to a close Wednesday August 19, 2009. ( Photo Jim Tiller )\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/874622/26415693E.jpg\', \'Shots from the Beach\', \'\', \'\', \'\', \'\', \'Beach walkers and pelicans share the surf line, Tuesday morning October 13, 2009 in Daytona Beach  Shores. (DAVID TUCKER)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/874622/26415694E.jpg\', \'Shots from the Beach\', \'\', \'\', \'\', \'\', \'Surfers, bathers, and sun worshipers were enjoying a beautiful Sunday morning on Daytona Beach August 8, 2009 where blue skies and calm seas ruled the day.( Photo Jim Tiller )\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/874622/26415695E.jpg\', \'Shots from the Beach\', \'\', \'\', \'\', \'\', \'Michael Greco, Ft. Lauderdale, and Cheng Chaipinit, from Thailand, stop to check up dolphins playing off shore, Friday October 16, 2009 while taking a slow cruise on beach in Daytona Beach Shores. (DAVID TUCKER)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/874622/26415696E.jpg\', \'Shots from the Beach\', \'\', \'\', \'\', \'\', \'Looking south from the top floor of the Ocean Walk in Daytona Beach the coast line of Daytona Beach, Daytona Beach Shores, and Ponce Inlet  can easily been seen in the photo taken Tuesday July 18, 2006. The Sunglow Pier is in the upper center of the photo with the Ponce Inlet Lighthouse above it. The high rise building in the upper left is in New Smyrna Beach. ( Photo Jim Tiller )\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/874622/26415697E.jpg\', \'Shots from the Beach\', \'\', \'\', \'\', \'\', \'A group of pelicans glide north along the coast off Daytona Beach as the sun rises over the Atlantic Ocean Monday morning, October 26, 2009. ( Photo Jim Tiller \'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/874622/26415698E.jpg\', \'Shots from the Beach\', \'\', \'\', \'\', \'\', \'When it\\\'s this hot, there\\\'s only one place to be: at the beach near Tom Renick Park in Ormond Beach, Sunday, June 21 2009.  (David Massey)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/874622/26415699E.jpg\', \'Shots from the Beach\', \'\', \'\', \'\', \'\', \'A yellow lab gets a reassuring hand riding the bow of a boat cruising in Ponce Inlet Monday afternoon, September 7, 2009. Besides, looking cowardly passing the dog beach isn\\\'t advised. I\\\'m King of the world! ( Photo Jim Tiller )\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/874622/26415700E.jpg\', \'Shots from the Beach\', \'\', \'\', \'\', \'\', \'A runner jogs along the ocean shore as a stiff breeze blows off the Atlantic in Daytona Beach Shores on Wednesday October 21, 2009 morning. (Peter Bauer)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/874622/26415701E.jpg\', \'Shots from the Beach\', \'\', \'\', \'\', \'\', \'A trio of bicycle riders pass a flock of shore birds along the sandy beach in Daytona Beach Shores on Friday June 19, 2009 morning. (Peter Bauer)<br>\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/874622/26415703E.jpg\', \'Shots from the Beach\', \'\', \'\', \'\', \'\', \'A giant sand octopus attacked the beach north of Sunglow Pier, Monday, June 22 2009.  (David Massey)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/874622/26415704E.jpg\', \'Shots from the Beach\', \'\', \'\', \'\', \'\', \'A beach walker slops through the incoming tide at the University approach in Daytona Beach as the sun rises Monday morning, October 19, 2009.\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/874622/26415705E.jpg\', \'Shots from the Beach\', \'\', \'\', \'\', \'\', \'Bob McNally, Deland, uses the ocean breeze to airs out his beach towel on Daytona Beach Monday afternoon, April 10, 2006. Bob was visiting the beach with his daughter, Jennifer Robinson (left) visiting from McHenry, Ill. ( Photo Jim Tiller )\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/874622/26415706E.jpg\', \'Shots from the Beach\', \'\', \'\', \'\', \'\', \'Alan Carroll, 18, left, along with his uncle, Willie Blair, and aunt, Debbie Blair,  get hit by an incoming waves in Daytona Beach Shores, Wednesday, October 4, 2006. The trio along with Alan\\\'s parents are vacationing here from Middletown, Ohio. (Nigel Cook)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/874622/26415707E.jpg\', \'Shots from the Beach\', \'\', \'\', \'\', \'\', \'Members of the McCormack and Boudrau families walk under an umbrella of seagulls south of the Daytona Beach Pier Wednesday afternoon, December 10, 2008. They are on vacation from Nova Scotia. ( Photo Jim Tiller )\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/874622/26415708E.jpg\', \'Shots from the Beach\', \'\', \'\', \'\', \'\', \'Melanie Alter, right and Irisa Glock came up from Daytona Beach to show some patriotism by barbecuing in their American flag bikinis on Flagler Beach after the Independence Day parade in Flagler Beach, Florida, Tuesday,  July 4, 2006.  (David Massey)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/874622/26415710E.jpg\', \'Shots from the Beach\', \'\', \'\', \'\', \'\', \'A lone surfer walks the beach before hitting the waves at Flagler Pier, Monday, December 3, 2007. (David Massey)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/874622/26415711E.jpg\', \'Shots from the Beach\', \'\', \'\', \'\', \'\', \'A surfer and a shrimp boat offshore in the morning light, Monday September 28, 2009 in Daytona Beach . (DAVID TUCKER)<br>\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/874622/26415712E.jpg\', \'Shots from the Beach\', \'\', \'\', \'\', \'\', \'Nine-year-old Melodie Yang checks out the ocean through  coin-operated binoculars along the Boardwalk in Daytona Beach Wednesday morning, August 1, 2007. Melodie is vacationing with family from Wisconsin. ( Photo Jim Tiller )\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/874622/26415714E.jpg\', \'Shots from the Beach\', \'\', \'\', \'\', \'\', \'A pair of runners enjoy morning jog toward the Daytona Beach Pier on Saturday, May 19, 2007. (Ji-Eun Lee)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/874622/26415715E.jpg\', \'Shots from the Beach\', \'\', \'\', \'\', \'\', \'Hundreds of birds take flight as a pair of beachgoers walk along the shoreline in Daytona Beach, Thursday, January 1, 2009. (Nigel Cook)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/874622/26415716E.jpg\', \'Shots from the Beach\', \'\', \'\', \'\', \'\', \'A group of Bethune-Cookman University students found the weather warm enough to dawn their swimsuits and head to the beach at least for a photo, Tuesday, February 10, 2009. (Nigel Cook)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/874622/26415720E.jpg\', \'Shots from the Beach\', \'\', \'\', \'\', \'\', \'A lone lifeguard sets up his tower as rain clouds move ashore over Daytona Beach Wednesday morning, September 2, 2009. ( Photo Jim Tiller )\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/874622/26415723E.jpg\', \'Shots from the Beach\', \'\', \'\', \'\', \'\', \'A powered kite wing makes a pass over New Smyrna Beach for a flight along the shoreline on Friday July 24, 2009 morning. Sunny skies had beach goers jammed on the hard packed sand but this guy new how to beat the crowds (Peter Bauer)<br>\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/874622/26415729E.jpg\', \'Shots from the Beach\', \'\', \'\', \'\', \'\', \'Beachgoers share the sand with a dune full of sea oats, Tuesday July  21, 2009 near the Neptune Avenue approach in Ormond Beach. (DAVID TUCKER)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/874622/26415731E.jpg\', \'Shots from the Beach\', \'\', \'\', \'\', \'\', \'A group from Gamble Rogers Middle School in St. Augustine walks out on the rocks at Marineland looking through the tide pools during a class called G.R.E.E.N.-Gamble Rogers Environmental Education in Nature, Wednesday morning, February 8, 2006. The group later found a dead baby bottlenosed dolphin on the beach and reported it.  (DAVID MASSEY)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/874622/26415737E.jpg\', \'Shots from the Beach\', \'\', \'\', \'\', \'\', \'A man heads off the beach near the Main St. Pier on Wednesday, September 23, 2009 as the sun begins to set . (Sean McNeil)\')); </script>\n<style>\n .MYCfeaturelink11457, .MYCfeaturelink11457 a, .MYCfeaturelink11457 a:visited, .MYCfeaturelink11457 a:hover {\n font-family: Arial;\n color: Blue;\n font-size: 10px;\n text-decoration: none;\n}\n\n .MYCfeaturedescrip11457 {\n font-family: Arial;\n color: Black;\n font-size: 10px;\n}\n\n .MYCimage11457 { border: black 0px solid; }\n\n .MYCcontentfeed11457 {\n border: black 0px solid;\n}\n\n</style>\n<table class="MYCcontentfeed11457">\n	<tr>\n		<td valign=top>\n<table width="100%" class="MYCfeaturedescrip164">\n    <tr>\n        <td align=center>Speed: \n            <select id="cboSpeed" onchange="javascript: ChangeSpeed();">\n                <option value="0">Manual</option>\n                <option value="8">Slow</option>\n                <option value="4">Medium</option>\n                <option value="1">Fast</option>\n            </select>\n            <a href="javascript: document.getElementById(\'hidSlideshow\').value = \'Stop\'; runSlideshow(-1,0);"><img src="http://www.mycapture.com/affimages/prev.gif" border=0 align="top" title="Previous Photo" /></a>\n            <b>Photo <span id="lblImageNumTop">1</span> of <span id="lblNumImagesTop">30</span></b>\n            <a href="javascript: document.getElementById(\'hidSlideshow\').value = \'Stop\'; runSlideshow(1,0);"><img src="http://www.mycapture.com/affimages/next.gif" border=0 align="top" title="Next Photo" /></a>\n            <a href="javascript: document.getElementById(\'hidSlideshow\').value=((document.getElementById(\'hidSlideshow\').value==\'Stop\')?\'Start\':\'Stop\'); runSlideshow(0,8);"><img src="http://www.mycapture.com/affimages/play.gif" id="iSlideshow" border=0 align="top" title="Pause slide show" /></a>\n        </td>                            \n    </tr>   \n</table>\n<input name="hidSlideshow" type="hidden" id="hidSlideshow" value="Stop" />			<table width="100%">\n				<tr>\n					<td align=center class=MYCfeaturelink11457>\n						<a href="http://news-journalonline.mycapture.com/mycapture/enlarge.asp?userphoto=0&image=26415689&event=874622&CategoryID=52039&thispage=1" target="_top"><img class="MYCimage11457" src="http://news-journalonline.mycapture.com/PHOTOS/DYTN/874622/26415689E.jpg" width=450 name="SlideShow"><br>\n</a>						<a href="http://news-journalonline.mycapture.com/mycapture/folder.asp?event=874622&CategoryID=52039&ListSubAlbums=0" target="_top">						<a href="http://news-journalonline.mycapture.com/mycapture/folder.asp?event=874622&CategoryID=52039&ListSubAlbums=0" target="_top">						<div id="divAlbumName">Shots from the Beach</div></a>\n					</td>\n				</tr>\n				<tr>\n					<td align=left class=MYCfeaturedescrip11457 id="divDetails">\nA young girl plays with a beach ball at Sun Splash Park, Saturday, August 29, 2009, in Daytona . (Pam Lockeby)					</td>\n				</tr>\n			</table>\n		</td>\n	</tr>\n</table>\n';
document.write(theContent);
