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://photos.mycapture.com/DYTN/985878/29177882E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Dr. Wendy Libby, President of Stetson University, speaks during the Medallions of Excellence, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey)\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29177886E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Publisher and CEO of the News-Journal Michael Redding, speaks to the students and parents and administrators during the Medallions of Excellence, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey)\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29177887E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The Medallions of Excellence Winners, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey)\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29177889E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Spruce Creek\\\'s Olivia Bassily, left and Kristen Kearn, get a chance to meet Dr. Wendy Libby, the President of Stetson University and keynote speaker for the Medallions of Excellence,  at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey)\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29177893E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The Medallions of Excellence Winners, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey)\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29177896E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Robbie Jones, of Deland High School, shakes hands with President of Stetson University, Dr. Wendy Libby, with Robbie\\\'s mother Nancye Jones(cq) at left, during the Medallions of Excellence dinner at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Masse\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29177897E.jpg\', \'\', \'\', \'\', \'\', \'\', \'President of Stetson Dr. Wendy Libby, and her husband Dr. Richard Libby, meet Hilary Kizma, center, of Deland High School, and Elizabeth Ogunrinde of Deland High School, right, before the Medallions of Excellence dinner, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey)\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29177898E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The Medallions of Excellence Winners, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey)\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29177900E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The Medallions of Excellence Winners, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey)\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29177901E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Chris Norris, of Matanzas High School, and Megan Cash, of Flagler Palm Coast, meet Dr. Wendy Libby, President of Stetson University before the Medallions of Excellence dinner, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey)\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29177902E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The Medallions of Excellence Winners, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey)\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29177907E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The Medallions of Excellence Winners, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey)\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29177910E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The Medallions of Excellence Winners, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey)\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29177912E.jpg\', \'\', \'\', \'\', \'\', \'\', \'From Left: New Smyrna Beach High School\\\'s Kaley Mialki, Megan Knutson, Chris Harris and Katie Lynn Zimmerman get a chance to meet Dr. Wendy Libby, the President of Stetson University before the Medallions of Excellence dinner at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey)\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29177915E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The Medallions of Excellence Winners, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey)\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29177917E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The Medallions of Excellence Winners, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey)\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29177922E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The Medallions of Excellence Winners, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey)\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29177926E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The Medallions of Excellence Winners, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey)\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29177928E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The Medallions of Excellence Winner  Danielle Amols, Seabreeze with News-Journal Publisher and CEO Michael Redding, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29177933E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The Medallions of Excellence Winner Brian Drumm, News-Journal Publisher and CEO Michael Redding, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29177934E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The Medallions of Excellence Winner Deltona High School\\\'s Karla Elias, with News-Journal Publisher and CEO Michael Redding, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29177937E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The Medallions of Excellence Winner Perla Espinoza, Taylor High School, with News-Journal Publisher and CEO Michael Redding, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29177939E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The Medallions of Excellence Winner Kyle Gaines, Spruce Creek, with News-Journal Publisher and CEO Michael Redding, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29177940E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The Medallions of Excellence Winner Rebecca Garthwaite, Mainland, with News-Journal Publisher and CEO Michael Redding, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29177942E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The Medallions of Excellence Winner Benjamin Gonzalez, Mainland School, with News-Journal Publisher and CEO Michael Redding, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29177943E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The Medallions of Excellence Winner Jasmine Gutierrez, Taylor High School with News-Journal Publisher and CEO Michael Redding, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29177948E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The Medallions of Excellence Winner Tabatha Hardy, Atlantic, with News-Journal Publisher and CEO Michael Redding, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29177951E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The Medallions of Excellence Winner Chris Harris, New Smyrna Beach, with News-Journal Publisher and CEO Michael Redding, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29177954E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The Medallions of Excellence Winner Cameron Jacobs, Matanzas, with News-Journal Publisher and CEO Michael Redding, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29177955E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The Medallions of Excellence Winner Spruce Creek student Olivia Bassily, with News-Journal Publisher and CEO Michael Redding, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29177957E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The Medallions of Excellence Winner Robbie Jones, DeLand, with News-Journal Publisher and CEO Michael Redding, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29177960E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The Medallions of Excellence Winner Kevin Joslyn, Deltona, with News-Journal Publisher and CEO Michael Redding, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29177963E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The Medallions of Excellence Winner Kristen Kearn, Spruce Creek, with News-Journal Publisher and CEO Michael Redding, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29177965E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The Medallions of Excellence Winner Chaz Kisgeropoulos, Atlantic, with News-Journal Publisher and CEO Michael Redding, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29177970E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The Medallions of Excellence Winner Hilary Kizma, DeLand, with News-Journal Publisher and CEO Michael Redding, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29177972E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The Medallions of Excellence Winner Megan Knutson, New Smyrna High Beach High School, with News-Journal Publisher and CEO Michael Redding, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29177973E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The Medallions of Excellence Winner Brandon Levoy, of Seabreeze, with News-Journal Publisher and CEO Michael Redding, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29177974E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The Medallions of Excellence Winner Kaley Mialki, of New Smyrna Beach, with News-Journal Publisher and CEO Michael Redding, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29177976E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The Medallions of Excellence Winner Kristen Mitchell, DeLand, with News-Journal Publisher and CEO Michael Redding, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29177979E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The Medallions of Excellence Winner Andrew Moenning, Pine Ridge, with News-Journal Publisher and CEO Michael Redding, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29177982E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The Medallions of Excellence Winner Taylor Buckels, Seabreeze, with News-Journal Publisher and CEO Michael Redding, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29177985E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The Medallions of Excellence Winner Chris Morris, Matanzas, with News-Journal Publisher and CEO Michael Redding, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29177986E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The Medallions of Excellence Winner Elizabeth Ogunrindo, Deland, with News-Journal Publisher and CEO Michael Redding, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29177989E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The Medallions of Excellence Winner Aubrey Oyler, Seabreeze, with News-Journal Publisher and CEO Michael Redding, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Mass\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29177991E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The Medallions of Excellence Winner Katelynn Rathbun, of Matanzas, with News-Journal Publisher and CEO Michael Redding, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29177992E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The Medallions of Excellence Winner Ryan Rinaldo, Deltona, with News-Journal Publisher and CEO Michael Redding, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29177993E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The Medallions of Excellence Winner Theos Rizos, Pine Ridge High School, with News-Journal Publisher and CEO Michael Redding, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29177995E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The Medallions of Excellence Winner Vincent Scerbo, Flagler Palm Coast High School,  with News-Journal Publisher and CEO Michael Redding, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29178000E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The Medallions of Excellence Winner Megan Scheetz, Pine Ridge, with News-Journal Publisher and CEO Michael Redding, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29178001E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The Medallions of Excellence Winner Taylor Tofal, Flagler Palm Coast High School, with News-Journal Publisher and CEO Michael Redding, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29178003E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The Medallions of Excellence Winner Andrew Ulrich, Atlantic High School, with News-Journal Publisher and CEO Michael Redding, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29178006E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The Medallions of Excellence Winner Magan Cash, Flagler Palm Coast, with News-Journal Publisher and CEO Michael Redding, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29178007E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The Medallions of Excellence Winner Nneka Watson, Atlantic, with News-Journal Publisher and CEO Michael Redding, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29178008E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The Medallions of Excellence Winner Emily Willett, Spruce Creek, with News-Journal Publisher and CEO Michael Redding, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29178013E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The Medallions of Excellence Winner Oziel Zapien, Taylor High School, with News-Journal Publisher and CEO Michael Redding, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29178017E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The Medallions of Excellence Winner Katie Lynn Zimmerman, New Smyrna High School,with News-Journal Publisher and CEO Michael Redding, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29178018E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The Medallions of Excellence Winner Deltona High School\\\'s Linda Crisanto with News-Journal Publisher and CEO Michael Redding, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29178020E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The Medallions of Excellence Winners Paden Davis, Atlantic, with News-Journal Publisher and CEO Michael Redding, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29178024E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The Medallions of Excellence Winners with News-Journal Publisher and CEO Michael Redding, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey)\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29178025E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The Medallions of Excellence Winner America Delgado, Taylor High Schoo, with News-Journal Publisher and CEO Michael Redding, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey\'),new ContentImage(\'http://photos.mycapture.com/DYTN/985878/29178027E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The Medallions of Excellence Winner Aryana Downs, Mainland, with News-Journal Publisher and CEO Michael Redding, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey\')); </script>\n<style>\n .MYCfeaturelink13550, .MYCfeaturelink13550 a, .MYCfeaturelink13550 a:visited, .MYCfeaturelink13550 a:hover {\n font-family: Arial;\n color: Black;\n font-size: 12px;\n text-decoration: none;\n}\n\n .MYCfeaturedescrip13550 {\n font-family: Arial;\n color: Black;\n font-size: 12px;\n}\n\n .MYCimage13550 { border: black 0px solid; }\n\n .MYCcontentfeed13550 {\n border: black 0px solid;\n}\n\n</style>\n<table class="MYCcontentfeed13550">\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">61</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=left class=MYCfeaturelink13550>\n						<a href="http://news-journalonline.mycapture.com/mycapture/enlarge.asp?userphoto=0&image=29177882&event=985878&CategoryID=51991&thispage=1" target="_top"><img class="MYCimage13550" src="http://photos.mycapture.com/DYTN/985878/29177882E.jpg" width=620 name="SlideShow"><br>\n</a>						<a href="http://news-journalonline.mycapture.com/mycapture/folder.asp?event=985878&CategoryID=51991&ListSubAlbums=0" target="_top">						<a href="http://news-journalonline.mycapture.com/mycapture/folder.asp?event=985878&CategoryID=51991&ListSubAlbums=0" target="_top"></a>\n					</td>\n				</tr>\n				<tr>\n					<td align=left class=MYCfeaturedescrip13550 id="divDetails">\nDr. Wendy Libby, President of Stetson University, speaks during the Medallions of Excellence, at the News-Journal Center, in Daytona Beach, Wednesday, April 21, 2010. (David Massey)					</td>\n				</tr>\n			</table>\n		</td>\n	</tr>\n</table>\n';
document.write(theContent);
