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/923830/27494285E.jpg\', \'Freezing Green Sea Turtles\', \'\', \'\', \'\', \'\', \'Sea Turtle Rehabilitation Specialist Tammy Bolerjack, watches over a 200 lb. sea turtle, at the Marine Science Center in Ponce Inlet, Thursday, January  7, 2010. Paralyzed sea turtles are washing up on the shores of local waterways and the ocean, stunned by below average temperatures. Normally the water temperature are much higher and are about 52 degrees or lower. "In the first six days of 2010 , 29 birds have been brought to the MSC", according to a press release from Volusia County. Florida Fish and Wildlife Commission has rescued over 90 turtles. Some of the turtles are being treated for dehydration, pneumonia, and hypothermia, at the Marine Science Center in Ponce Inlet, while others have been taken to University of Florida, Tampa, Sea World and anywhere in the state that can take them.  (David Massey)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/923830/27494274E.jpg\', \'Freezing Green Sea Turtles\', \'\', \'\', \'\', \'\', \'Tammy Bolerjack, left, helps Michelle Bauer as they treat a juvenile green sea turtle at the Marine Science Center, in Ponce Inlet, on Tuesday January 12, 2010 morning. More than 58 animals have been brought to the facility. (Peter Bauer)<br><br><br>\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/923830/27494276E.jpg\', \'Freezing Green Sea Turtles\', \'\', \'\', \'\', \'\', \'Tammy Bolerjack, left, helps Michelle Bauer as they treat a juvenile green sea turtle at the Marine Science Center, in Ponce Inlet, on Tuesday January 12, 2010 morning. More than 58 animals have been brought to the facility. (Peter Bauer)<br><br><br>\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/923830/27494277E.jpg\', \'Freezing Green Sea Turtles\', \'\', \'\', \'\', \'\', \'A 22 pound juvenile green sea turtle rests in a tub at the Marine Science Center, in Ponce Inlet, on Tuesday January 12, 2010 morning. Many of the animals, more than 58 since January 6th, suffer from cold stress and are very lethargic. (Peter Bauer)<br><br><br>\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/923830/27494278E.jpg\', \'Freezing Green Sea Turtles\', \'\', \'\', \'\', \'\', \'The sea turtle water tanks at the Marine Science Center are marked with the species and symptoms of distress, in Ponce Inlet, on Tuesday January 12, 2010 morning. More than 58 animals have been brought to the facility during this week long cold snap started. (Peter Bauer)<br><br><br>\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/923830/27494279E.jpg\', \'Freezing Green Sea Turtles\', \'\', \'\', \'\', \'\', \'A large sea turtle warms up at the Marine Science Center in Ponce Inlet, Thursday, January  7, 2010. Paralyzed sea turtles are washing up on the shores of local waterways and the ocean, stunned by below average temperatures. Normally the water temperature are much higher and are about 52 degrees or lower. "In the first six days of 2010 , 29 birds have been brought to the MSC", according to a press release from Volusia County.  Florida Fish and Wildlife Commission has rescued over 90 turtles. Some of the turtles are being treated for dehydration, pneumonia, and hypothermia, at the Marine Science Center in Ponce Inlet, while others have been taken to University of Florida, Tampa, Sea World and anywhere in the state that can take them.  (David Massey)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/923830/27494281E.jpg\', \'Freezing Green Sea Turtles\', \'\', \'\', \'\', \'\', \'Sea turtles warm up under towels and blankets at the Marine Science Center in Ponce Inlet, Thursday, January  7, 2010. Paralyzed sea turtles are washing up on the shores of local waterways and the ocean, stunned by below average temperatures. Normally the water temperature are much higher and are about 52 degrees or lower. "In the first six days of 2010 , 29 birds have been brought to the MSC", according to a press release from Volusia County.  Florida Fish and Wildlife Commission has rescued over 90 turtles. Some of the turtles are being treated for dehydration, pneumonia, and hypothermia, at the Marine Science Center in Ponce Inlet, while others have been taken to University of Florida, Tampa, Sea World and anywhere in the state that can take them.  (David Massey)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/923830/27494282E.jpg\', \'Freezing Green Sea Turtles\', \'\', \'\', \'\', \'\', \'Sea Turtle Rehabilitation Specialists, Tammy Bolerjack, left, and Michelle Bauer, treat a sea turtle with subcutaneous fluids and antibiotics, at the Marine Science Center in Ponce Inlet, Thursday, January  7, 2010. Paralyzed sea turtles are washing up on the shores of local waterways and the ocean, stunned by below average temperatures. Normally the water temperature are much higher and are about 52 degrees or lower. "In the first six days of 2010 , 29 birds have been brought to the MSC", according to a press release from Volusia County. Florida Fish and Wildlife Commission has rescued over 90 turtles. Some of the turtles are being treated for dehydration, pneumonia, and hypothermia, at the Marine Science Center in Ponce Inlet, while others have been taken to University of Florida, Tampa, Sea World and anywhere in the state that can take them.  (David Massey)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/923830/27494283E.jpg\', \'Freezing Green Sea Turtles\', \'\', \'\', \'\', \'\', \'Sea Turtle Rehabilitation Specialists, Tammy Bolerjack, left, and Michelle Bauer, treat a sea turtle with subcutaneous fluids and antibiotics, at the Marine Science Center in Ponce Inlet, Thursday, January  7, 2010. Paralyzed sea turtles are washing up on the shores of local waterways and the ocean, stunned by below average temperatures. Normally the water temperature are much higher and are about 52 degrees or lower. "In the first six days of 2010 , 29 birds have been brought to the MSC. Florida Fish and Wildlife Commission has rescued over 90 turtles. Some of the turtles are being treated for dehydration, pneumonia, and hypothermia, at the Marine Science Center in Ponce Inlet, while others have been taken to University of Florida, Tampa, Sea World and anywhere in the state that can take them.  (David Massey)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/923830/27494273E.jpg\', \'Freezing Green Sea Turtles\', \'\', \'\', \'\', \'\', \'Not only is the facility taking in sea turtles but many birds, cold stressed, including more than a dozen juvenile brown pelicans, have been brought into the Marine Science Center, in Ponce Inlet, on Tuesday January 12, 2010 morning. (Peter Bauer)<br><br><br>\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/923830/27494286E.jpg\', \'Freezing Green Sea Turtles\', \'\', \'\', \'\', \'\', \'Sea Turtle Rehabilitation Specialist, Tammy Bolerjack, treats a critically sick sea turtle at the Marine Science Center in Ponce Inlet, Thursday, January  7, 2010. Paralyzed sea turtles are washing up on the shores of local waterways and the ocean, stunned by below average temperatures. Normally the water temperature are much higher and are about 52 degrees or lower. "In the first six days of 2010 , 29 birds have been brought to the MSC", according to a press release from Volusia County.  Florida Fish and Wildlife Commission has rescued over 90 turtles. Some of the turtles are being treated for dehydration, pneumonia, and hypothermia, at the Marine Science Center in Ponce Inlet, while others have been taken to University of Florida, Tampa, Sea World and anywhere in the state that can take them.  (David Massey)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/923830/27566616E.jpg\', \'Freezing Green Sea Turtles\', \'\', \'\', \'\', \'\', \'Kayla David, a volunteer with the Florida Fish and Wildlife Commission, releases a green sea turtle into the Indian River Lagoon Friday. Hundreds of sea turtles that were rescued during the recent cold weather were returned to the water Friday. (Dinah Pulver)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/923830/27566617E.jpg\', \'Freezing Green Sea Turtles\', \'\', \'\', \'\', \'\', \'Amy Slagoski, with the Florida Aquarium in Tampa, returns a green sea turtle to the Indian River Lagoon Friday. The Aquarium returned 12 turtles that had been treated there this week after being stunned by the cold. (Dinah Pulver)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/923830/27566618E.jpg\', \'Freezing Green Sea Turtles\', \'\', \'\', \'\', \'\', \'Brian Anderson and Mark Turner, volunteers with the Florida Aquarium, return a large green sea turtle to the waters of the Indian River Lagoon on Friday. (Dinah Pulver)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/923830/27566619E.jpg\', \'Freezing Green Sea Turtles\', \'\', \'\', \'\', \'\', \'Melanie Lachs with the Florida Aquarium wades into the water to return a green sea turtle to the Indian River Lagoon on Friday. (DINAH PULVER)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/923830/27566620E.jpg\', \'Freezing Green Sea Turtles\', \'\', \'\', \'\', \'\', \'Amy Slagoski, with the Florida Aquarium in Tampa, returns a green sea turtle to the Indian River Lagoon Friday. The Aquarium returned 12 turtles that had been treated there this week after being stunned by the cold. (Dinah Pulver)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/923830/27566621E.jpg\', \'Freezing Green Sea Turtles\', \'\', \'\', \'\', \'\', \'Amy Slagoski, with the Florida Aquarium in Tampa, returns a green sea turtle to the Indian River Lagoon Friday. The Aquarium returned 12 turtles that had been treated there this week after being stunned by the cold. (Dinah Pulver)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/874622/27119529E.jpg\', \'Shots from the Beach\', \'\', \'\', \'\', \'\', \'Cole Gittner, 15, of Ponce Inlet, kicks his board away after getting some big air while surfing the waves near the jetty in Ponce Inlet, Wednesday, Dec. 9, 2009. (Nigel Cook)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/874622/27119527E.jpg\', \'Shots from the Beach\', \'\', \'\', \'\', \'\', \'Guided by the last light of the day an angler heads out on the jetty to fish the waters in Ponce Inlet, Wednesday, Dec. 9, 2009. (Nigel Cook)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/874622/27119526E.jpg\', \'Shots from the Beach\', \'\', \'\', \'\', \'\', \'A snowy egret extends its neck for a finger mullet from, Suanne Kimmel, of Port Orange, as she reacts hoping not to loose a finger in the process while feeding the birds in Ponce Inlet, Wednesday, Dec. 9, 2009. A passing fisherman had given her the bait fish for the birds. (Nigel Cook)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/874622/27119524E.jpg\', \'Shots from the Beach\', \'\', \'\', \'\', \'\', \'The setting sun lights the yellow feet of the snowy egret as it looks for food along the shore in Ponce Inlet, Wednesday, Dec. 9, 2009. (Nigel Cook) \'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/874622/26415775E.jpg\', \'Shots from the Beach\', \'\', \'\', \'\', \'\', \'A twilight glow lights the way for bicyclist riding a wheelie along the shoreline in Daytona Beach, Tuesday, October 21, 2008. (Nigel Cook)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/874622/26415771E.jpg\', \'Shots from the Beach\', \'\', \'\', \'\', \'\', \'Maddison Sisk, of Edgewater, 19 months, and her mother Aimee, (not pictured) watch a storm roll over the Atlantic Ocean while visiting the Ocean Walk Shoppes plaza Tuesday, Sept. 19, 2006. (Jessica Webb)<br>\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/874622/26415769E.jpg\', \'Shots from the Beach\', \'\', \'\', \'\', \'\', \'UP THE DOWN STAIRCASE.  Early morning beach walkers head back up a seeming endless staircase in front of the Boardwalk in Daytona Beach Monday morning September 14, 2009. ( Photo Jim Tiller )\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/874622/26415766E.jpg\', \'Shots from the Beach\', \'\', \'\', \'\', \'\', \'Freddie Wayne during a Wakekiting session in Lake Loyd at Daytona International Speedway on Friday, February 13th, 2009. (Lukas Harden)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/874622/26415759E.jpg\', \'Shots from the Beach\', \'\', \'\', \'\', \'\', \'A shrimp boat fishes off the coast of Ormond-by-the-Sea as the sun rises behind it early Thursday morning, July 12, 2007. (Justin Yurkanin).\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/874622/26415755E.jpg\', \'Shots from the Beach\', \'\', \'\', \'\', \'\', \'A beachgoers walks amongst palm tree shadows cast onto the beach from sun as it sinks in the western sky, Tuesday, February 10, 2009. (Nigel Cook)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/874622/26415751E.jpg\', \'Shots from the Beach\', \'\', \'\', \'\', \'\', \'Look out snow, sand is better. A Florida snowwoman made with seaweed hair, jeweled eyes, a peanut nose, shell mouth and coconut bikini made by Kathi Williamson (pink in back) welcomes visitors to Daytona Beach. Williamson, pictured with her daughter, Kaci Williamson, 8, (back right) and twin nieces Elizabeth (in aqua) and Patricia (in green) Huffman, 8, is from Chaplin, Ct. and built the snowwoman. "We\\\'re missing our snow, so we had to make a snowman," she said Thursday, Dec. 20, 2007. (Jessica Webb Sibley)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/874622/26415742E.jpg\', \'Shots from the Beach\', \'\', \'\', \'\', \'\', \'Charlie Major from Palm Coast, fishing around the pilings of a old pier that used to be at the north city limits of Flagler Beach, Monday July 18, 2005 where three rods keep him busy running from one to another catching little sharks, sheephead, spade fish. (DAVID TUCKER)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/874622/26415739E.jpg\', \'Shots from the Beach\', \'\', \'\', \'\', \'\', \'Sun, sand, small waves breaking on your feet and a good book, make a perfect day for Brandy Fletcher of Atlanta, GA., Friday June 26, 2009 as she reads The Likeness relaxing in the surf of Daytona Beach Shores. (DAVID TUCKER)\')); </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=27494285&event=923830&CategoryID=51961&thispage=1" target="_top"><img class="MYCimage11457" src="http://news-journalonline.mycapture.com/PHOTOS/DYTN/923830/27494285E.jpg" width=450 name="SlideShow"><br>\n</a>						<a href="http://news-journalonline.mycapture.com/mycapture/folder.asp?event=923830&CategoryID=51961&ListSubAlbums=0" target="_top">						<a href="http://news-journalonline.mycapture.com/mycapture/folder.asp?event=923830&CategoryID=51961&ListSubAlbums=0" target="_top">						<div id="divAlbumName">Freezing Green Sea Turtles</div></a>\n					</td>\n				</tr>\n				<tr>\n					<td align=left class=MYCfeaturedescrip11457 id="divDetails">\nSea Turtle Rehabilitation Specialist Tammy Bolerjack, watches over a 200 lb. sea turtle, at the Marine Science Center in Ponce Inlet, Thursday, January  7, 2010. Paralyzed sea turtles are washing up on the shores of local waterways and the ocean, stunned by below average temperatures. Normally the water temperature are much higher and are about 52 degrees or lower. "In the first six days of 2010 , 29 birds have been brought to the MSC", according to a press release from Volusia County. Florida Fish and Wildlife Commission has rescued over 90 turtles. Some of the turtles are being treated for dehydration, pneumonia, and hypothermia, at the Marine Science Center in Ponce Inlet, while others have been taken to University of Florida, Tampa, Sea World and anywhere in the state that can take them.  (David Massey)					</td>\n				</tr>\n			</table>\n		</td>\n	</tr>\n</table>\n';
document.write(theContent);
