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/889410/26749468E.jpg\', \'Warner vs. Tampa Bayshore 11/14/09\', \'\', \'\', \'\', \'\', \'At the FHSAA Class 1A Regionall Final at Warner Christian Academy in South Daytona on Saturday, Nov. 14, 2009: The Eagles, from left, Kasi Morgan (9), Alicia Lewis (14), Jennifer Beatty (8), Katie Lindstrom (10), Taylor Wakeman (12) and Amber Wyborny (11), jump for joy after defeating Tampa Bayshore Christian and winning their trip to the state final four in three straight sets.  News-Journal/Peter Bauer<br><br><br>\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/889410/26749469E.jpg\', \'Warner vs. Tampa Bayshore 11/14/09\', \'\', \'\', \'\', \'\', \'At the FHSAA Class 1A Regionall Final at Warner Christian Academy in South Daytona on Saturday, Nov. 14, 2009:  Warner\\\'s Taylor Wakeman (12) scores a point over Bayshore Christian\\\'s Gabrielle Fernandez (4). News-Journal/Peter Bauer<br><br><br>\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/889410/26749471E.jpg\', \'Warner vs. Tampa Bayshore 11/14/09\', \'\', \'\', \'\', \'\', \'At the FHSAA Class 1A Regionall Final at Warner Christian Academy in South Daytona on Saturday, Nov. 14, 2009:  Warner\\\'s Taylor Wakeman (12) gets a shot past Bayshore Christian\\\'s Valencia King (5) and Amanda Mirtabella (2). News-Journal/Peter Bauer<br><br><br>\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/889410/26749473E.jpg\', \'Warner vs. Tampa Bayshore 11/14/09\', \'\', \'\', \'\', \'\', \'At the FHSAA Class 1A Regionall Final at Warner Christian Academy in South Daytona on Saturday, Nov. 14, 2009:  Warner\\\'s Alicia Lewis (14) slams a high shot over the net in the first set againts Bayshore Christian School. News-Journal/Peter Bauer<br><br><br>\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/889410/26749474E.jpg\', \'Warner vs. Tampa Bayshore 11/14/09\', \'\', \'\', \'\', \'\', \'At the FHSAA Class 1A Regionall Final at Warner Christian Academy in South Daytona on Saturday, Nov. 14, 2009:  Warner\\\'s Bailey Hornbuckle (5) makes a perfect serve over Bayshore Christian. News-Journal/Peter Bauer<br><br><br>\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/888924/26733794E.jpg\', \'Class 3A state swim meet 11/13/09\', \'\', \'\', \'\', \'\', \'At the Class 3A state swimming championships at the YMCA Aquatic Center in Orlando Friday Nov. 13, 2009: Spruce Creek\\\'s Shaun Casey swims the 200 individual medley. Casey placed third overall with a time of 2:03:10. News-Journal/Peter Bauer<br>\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/888924/26733795E.jpg\', \'Class 3A state swim meet 11/13/09\', \'\', \'\', \'\', \'\', \'At the Class 3A state swimming championships at the YMCA Aquatic Center in Orlando Friday Nov. 13, 2009: Spruce Creek\\\'s Shaun Casey swims the 200 individual medley. Casey placed third overall with a time of 2:03:10. News-Journal/Peter Bauer<br>\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/888924/26733796E.jpg\', \'Class 3A state swim meet 11/13/09\', \'\', \'\', \'\', \'\', \'At the Class 3A state swimming championships at the YMCA Aquatic Center in Orlando Friday Nov. 13, 2009: Spruce Creek\\\'s Shaun Casey swims the 200 individual medley. Casey placed third overall with a time of 2:03:10. News-Journal/Peter Bauer<br>\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/888924/26733797E.jpg\', \'Class 3A state swim meet 11/13/09\', \'\', \'\', \'\', \'\', \'At the Class 3A state swimming championships at the YMCA Aquatic Center in Orlando Friday Nov. 13, 2009: DeLand\\\'s David Collum swims to a sixth place finish in the Boys 100 breaststroke. News-Journal/Peter Bauer<br>\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/888924/26733798E.jpg\', \'Class 3A state swim meet 11/13/09\', \'\', \'\', \'\', \'\', \'At the Class 3A state swimming championships at the YMCA Aquatic Center in Orlando Friday Nov. 13, 2009: Spruce Creek\\\'s Ginny Grams proudly wears the gold for the 100 freestyle with a time of 51:36. News-Journal/Peter Bauer<br>\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/888924/26733800E.jpg\', \'Class 3A state swim meet 11/13/09\', \'\', \'\', \'\', \'\', \'At the Class 3A state swimming championships at the YMCA Aquatic Center in Orlando Friday Nov. 13, 2009: Spruce Creek\\\'s Ginny Grams swims the 100 freestyle. Grams won with a time of 51:36. News-Journal/Peter Bauer<br><br>\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/888924/26733801E.jpg\', \'Class 3A state swim meet 11/13/09\', \'\', \'\', \'\', \'\', \'At the Class 3A state swimming championships at the YMCA Aquatic Center in Orlando Friday Nov. 13, 2009: Spruce Creek\\\'s Ginny Grams swims the 200 freestyle. Grams placed fourth with a time of 1:50:10. News-Journal/Peter Bauer<br><br>\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/888924/26733803E.jpg\', \'Class 3A state swim meet 11/13/09\', \'\', \'\', \'\', \'\', \'At the Class 3A state swimming championships at the YMCA Aquatic Center in Orlando Friday Nov. 13, 2009: Spruce Creek\\\'s Ginny Grams swims the 200 freestyle. Grams placed fouth with a time of 1:50:10. News-Journal/Peter Bauer<br>\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/888909/26733277E.jpg\', \'Mainland vs. Seabreeze 11/13/09\', \'\', \'\', \'\', \'\', \'At Municipal Stadium Friday, Nov. 13, 2009: Seabreeze\\\'s Matt Thompson (1) throws an incomplete pass against coverage by Mainland\\\'s Jeffrey Harris (20) in the first half. News-Journal/David Massey\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/888909/26733279E.jpg\', \'Mainland vs. Seabreeze 11/13/09\', \'\', \'\', \'\', \'\', \'At Municipal Stadium Friday, Nov. 13, 2009: Mainland\\\'s Marlin Lane (4) runs into the end zone after a huge run in the first half. News-Journal/David Massey\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/888909/26733281E.jpg\', \'Mainland vs. Seabreeze 11/13/09\', \'\', \'\', \'\', \'\', \'At Municipal Stadium Friday, Nov. 13, 2009: Seabreeze\\\'s John Christopher (3) gets through a tackle from Mainland\\\'s Ricardo Allan (21) and Mike Squillacote (12) in the first half. News-Journal/David Massey\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/888909/26733283E.jpg\', \'Mainland vs. Seabreeze 11/13/09\', \'\', \'\', \'\', \'\', \'At Municipal Stadium Friday, Nov. 13, 2009: Mainland\\\'s Marlin Lane (4) dodges a tackle from Seabreeze\\\'s DeJuan Pugh (4) at midfield before running into the end zone for a touchdown in the first half. News-Journal/David Massey\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/888909/26733285E.jpg\', \'Mainland vs. Seabreeze 11/13/09\', \'\', \'\', \'\', \'\', \'At Municipal Stadium Friday, Nov. 13, 2009: Mainland\\\'s Quinn Bell (8) advances down the field in a fourth quarter drive. News-Journal/David Massey\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/888909/26733286E.jpg\', \'Mainland vs. Seabreeze 11/13/09\', \'\', \'\', \'\', \'\', \'At Municipal Stadium Friday, Nov. 13, 2009: Seabreeze and Mainland battle in the second half. News-Journal/David Massey\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/888909/26733289E.jpg\', \'Mainland vs. Seabreeze 11/13/09\', \'\', \'\', \'\', \'\', \'At Municipal Stadium Friday, Nov. 13, 2009: Seabreeze\\\'s DeJuan Pugh (4) and Latherius Giles (22) try to contain Mainland\\\'s Marlin Lane (4) in the second half. News-Journal/David Massey\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/888909/26733290E.jpg\', \'Mainland vs. Seabreeze 11/13/09\', \'\', \'\', \'\', \'\', \'At Municipal Stadium Friday, Nov. 13, 2009: Mainland celebrates the 27-13 win over Seabreeze. News-Journal/David Massey\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/886634/26683786E.jpg\', \'Deland-Spruce Creek volleyball, 11-10-09\', \'\', \'\', \'\', \'\', \'DeLands Nickki McDaniel (12) spikes the ball for a point during the Class 6A regional semifinals in DeLand on Tuesday, November 10, 2009. (Sean McNeil)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/886634/26683787E.jpg\', \'Deland-Spruce Creek volleyball, 11-10-09\', \'\', \'\', \'\', \'\', \'Spruce Creek\\\'s Hilary Babcock (3) returns the ball during the Class 6A regional semifinals in DeLand on Tuesday, November 10, 2009. (Sean McNeil)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/886634/26683788E.jpg\', \'Deland-Spruce Creek volleyball, 11-10-09\', \'\', \'\', \'\', \'\', \'DeLands Emylee Gotsch  (4) spikes the ball for a point during the Class 6A regional semifinals in DeLand on Tuesday, November 10, 2009. (Sean McNeil)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/886634/26683789E.jpg\', \'Deland-Spruce Creek volleyball, 11-10-09\', \'\', \'\', \'\', \'\', \'DeLands Lauren Apetz (8) spikes the ball during the Class 6A regional semifinals in DeLand on Tuesday, November 10, 2009. (Sean McNeil)\')); </script>\n<style>\n .MYCfeaturelink11238, .MYCfeaturelink11238 a, .MYCfeaturelink11238 a:visited, .MYCfeaturelink11238 a:hover {\n font-family: Arial;\n color: Blue;\n font-size: 10px;\n text-decoration: none;\n}\n\n .MYCfeaturedescrip11238 {\n font-family: Arial;\n color: Black;\n font-size: 10px;\n}\n\n .MYCimage11238 { border: black 0px solid; }\n\n .MYCcontentfeed11238 {\n border: black 0px solid;\n}\n\n</style>\n<table class="MYCcontentfeed11238">\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">25</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=MYCfeaturelink11238>\n						<a href="http://news-journalonline.mycapture.com/mycapture/enlarge.asp?userphoto=0&image=26749468&event=889410&CategoryID=51995&thispage=1" target="_top"><img class="MYCimage11238" src="http://news-journalonline.mycapture.com/PHOTOS/DYTN/889410/26749468E.jpg" width=440 name="SlideShow"><br>\n</a>						<a href="http://news-journalonline.mycapture.com/mycapture/folder.asp?event=889410&CategoryID=51995&ListSubAlbums=0" target="_top">						<a href="http://news-journalonline.mycapture.com/mycapture/folder.asp?event=889410&CategoryID=51995&ListSubAlbums=0" target="_top">						<div id="divAlbumName">Warner vs. Tampa Bayshore 11/14/09</div></a>\n					</td>\n				</tr>\n				<tr>\n					<td align=left class=MYCfeaturedescrip11238 id="divDetails">\nAt the FHSAA Class 1A Regionall Final at Warner Christian Academy in South Daytona on Saturday, Nov. 14, 2009: The Eagles, from left, Kasi Morgan (9), Alicia Lewis (14), Jennifer Beatty (8), Katie Lindstrom (10), Taylor Wakeman (12) and Amber Wyborny (11), jump for joy after defeating Tampa Bayshore Christian and winning their trip to the state final four in three straight sets.  News-Journal/Peter Bauer<br><br><br>					</td>\n				</tr>\n			</table>\n		</td>\n	</tr>\n	<tr>\n		<td><HR style="COLOR: #ded6a5" width="98%" noShade SIZE=1></td>\n	</tr>\n</table>\n';
document.write(theContent);
