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/810989/24988985E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Junior bull rider Zackary Chesser narrowly escapes getting tangled up with this bull during the rodeo, at Cracker Day at the Flagler County Fairgrounds, Saturday, March 28, 2009. (David Massey)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/810989/24988988E.jpg\', \'\', \'\', \'\', \'\', \'\', \'A stampede of children leaves the starting line to chase piglets at Cracker Day at the Flagler County Fairgrounds, Saturday, March 28, 2009. Kids who caught a pig won 5 dollars. (David Massey)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/810989/24988991E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Flagler County Rough Riders Kaitelyn Bryans, left Kristen Terrell, and Christy Hancock, get ready to make their entrance in the corrall, at Cracker Day at the Flagler County Fairgrounds, Saturday, March 28, 2009. (David Massey)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/810989/24988996E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Niven Martin, 5, the youngest competitor knocks cups from a post while competing in the Jr. Cow Whip event during Cracker Day at the Volusia County Fairgrounds in DeLand, Saturday, April 25, 2009. (Nigel Cook)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/810989/24988999E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Kyle Leatherwood attempts to hold on while competing in the Sr. Bull Riding event during Cracker Day at the Volusia County Fairgrounds in DeLand, Saturday, April 25, 2009. (Nigel Cook)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/810989/24989003E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Cassie Crane rounds a barrelduring Cracker Day\\\'s barrell race event at the Flagler County Fairgrounds, Saturday, March 28, 2009. (David Massey)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/810989/24989004E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Nicole LaBare, 17, drags her teammate Kenesha Wilkerson, 17, during the sac race event at Cracker Day at the Flagler County Fairgrounds, Saturday, March 28, 2009. (David Massey)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/810989/24989005E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Bunnell\\\'s Lane Cody, 12, carries a pig over to the officials to collect his bounty, at Cracker Day at the Flagler County Fairgrounds, Saturday, March 28, 2009. The kids who caught the piglets were awarded five dollars.  (David Massey)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/810989/24989007E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Teams compete in the Saddle and Steer event at Cracker Day at the Flagler County Fairgrounds, Saturday, March 28, 2009. Competitors in this event had to rope the steer, saddle it, and then ride the bucking bull across the finish line. (David Massey)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/810989/24989008E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Children gang up on a chicken trying to catch it to win a five dollar bounty during Cracker Day at the Flagler County Fairgrounds, Saturday, March 28, 2009. (David Massey)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/810989/24989009E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Bunnell\\\'s Dalton Kinney, 17 gets trampled by a bull named "Widowmaker" during the rodeo at Cracker Day at the Flagler County Fairgrounds, Saturday, March 28, 2009. (David Massey)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/810989/24989010E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Bunnell\\\'s Dalton Kinney, 17 holds on, before getting trampled by a bull during the rodeo at Cracker Day at the Flagler County Fairgrounds, Saturday, March 28, 2009. (David Massey)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/810989/24989011E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The bleachers were packed with people to see the riding events at Cracker Day in the Flagler County Fairgrounds, Saturday, March 28, 2009. (David Massey)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811004/24989090E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Amanda Ranew, of Samsula, waits atop her horse, Sabrina, during the 59th Annual Old Fashioned Cracker Day at Volusia County Agricultural Center Fairgrounds in DeLand, Saturday, April 26, 2008. (Nigel Cook)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811004/24989091E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Bryant Yeomans, 9, from Ocala tries the ribbon ropin\\\', Saturday March 29, 2008 during the 53 annual Flagler County Cracker Day. (DAVID TUCKER)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811004/24989092E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Jacob Boyd picks Lefty, the white horse, to ride while he practices roping for the 2008 Flagler County Cracker Day competitions. \'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811004/24989093E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Blake O\\\'Connor gets a good bull ride in as other cowboys and riders watch from the arena fence,  Saturday March 29, 2008 during the 53 annual Flagler County Cracker Day. (DAVID TUCKER)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811004/24989095E.jpg\', \'\', \'\', \'\', \'\', \'\', \'One of several three man teams try their luck at Steer Saddlin\\\', Saturday March 29, 2008 in the 53rd annual Flagler County Cracker Day. The object is to put a saddle on the steer, which doesn\\\'t like having a saddle on and get across the finish line. (DAVID TUCKER)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811004/24989096E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Summer Musgrove races for the barrels, Saturday March 29, 2008 in the 53rd annual Flagler County Cracker Day. (DAVID TUCKER)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811004/24989097E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Autumn Holmes, 8, caught a chicken in the chicken chase event, Saturday March 29, 2008 at the 53rd annual Flagler County Cracker Day. (DAVID TUCKER)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811004/24989098E.jpg\', \'\', \'\', \'\', \'\', \'\', \'The grand entrance, Saturday March 29, 2008 at the 53rd annual Flagler County Cracker Day. Left, Mackenzie Adams, FCRR Princess; center, Kyla Eatman; right, Kristen Terrell, the FCRR Queen.  (DAVID TUCKER)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811004/24989099E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Mark Pineiro rides in the senior bull riding event,  Saturday March 29, 2008 at the 53rd annual Flagler County Cracker Day. (DAVID TUCKER)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811004/24989100E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Cody Holmes runs the barrels, Saturday March 29, 2008 during the 53rd annual Flagler County Cracker Day. (DAVID TUCKER)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811004/24989101E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Youngsters try to catch little pigs during the pig chase, Saturday March 29, 2008 at the 53rd annual Flagler County Cracker Day. (DAVID TUCKER)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811004/24989102E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Marisha Williamson and her horse Tad perform, Saturday March 29, 2008 during the 53rd annual Flagler County Cracker Day. (DAVID TUCKER)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811004/24989103E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Kyla Eatman, 10, holds on tight in the sack race, Saturday March 29, 2008 during the 53 annual Flagler County Cracker Day. (DAVID TUCKER)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811004/24989104E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Myranda Childress, 9, of Port Orange, dismounts her horse, Knight, while competing in the Hollow Log event during the 59th Annual Old Fashioned Cracker Day at Volusia County Agricultural Center Fairgrounds in DeLand, Saturday, April 26, 2008. (Nigel Cook)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811004/24989105E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Young cowgirl Alyssa Smith, 5, from Palm coast watches, Saturday March 29, 2008 the 53rd annual Flagler County Cracker Day. (DAVID TUCKER)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811004/24989106E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Lola the goat takes a walk with L/R Mauri Heard, 6, Destinee Heard, 9, Jessica Hayes, 10, and Onesti Stevens, 10, Saturday March 29, 2008 during the 5rd3 annual Flagler County Cracker Day. (DAVID TUCKER)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811004/24989107E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Kinsley Floyd 5 holds on tight as she takes her horse to the finish line after running the barrels, Saturday March 29, 2008 in the 53rd annual Flagler County Cracker Day. (DAVID TUCKER)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811004/24989108E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Niven Martin, 4, from Ocala competes in the junior cow whip (10 and under) competition at the 59th Annual Old Fashioned Cracker Day sponsored by the Volusia Cattlemen\\\'s Association at the Volusia County Fairgrounds, Sat., April 26. 2008 (NIGEL COOK).\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811004/24989109E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Youngsters chase after little pigs in the pig chase event, Saturday March 29, 2008 during the 53rd annual Flagler County Cracker Day. (DAVID TUCKER)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811004/24989110E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Youngsters in the boot race run with only one boot on to a pile of boots and shoes in the middle of the arena to find their boot, put it on and run back to the finish line, Saturday March 29, 2008 during the 53rd annual Flagler County Cracker Day. (DAVID TUCKER)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811004/24989111E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Josh Gaither, of Bunnell,  goes the distance aboard a bull, White Light, during the Senior Bull Riding event at Cracker Day in DeLand, Saturday, April 26, 2008. (Nigel Cook)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811004/24989112E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Kristen Terrell rounds a barrel Saturday March 29, 2008 during the 53 annual Flagler County Cracker Day. (DAVID TUCKER)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811004/24989113E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Kelsey Simmons rounds the last barrel and heads for the finish line, Saturday March 29, 2008 during the 53 annual Flagler County Cracker Day. (DAVID TUCKER)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811004/24989114E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Justin Thomas heads for a face full of dirt while being pulled by his partner, Shelly Ward, as they go onto win the Sack Sled Race during the 59th Annual Old Fashioned Cracker Day at Volusia County Agricultural Center Fairgrounds in DeLand, Saturday, April 26, 2008. (Nigel Cook)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811004/24989115E.jpg\', \'\', \'\', \'\', \'\', \'\', \'A bull rider attempts to hold on while competing in the Sr. Bull Riding event during the 59th Annual Old Fashioned Cracker Day at Volusia County Agricultural Center Fairgrounds in DeLand, Saturday, April 26, 2008. (Nigel Cook)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811004/24989116E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Sisters, Savannah, 3, left, and Cheyenne Rogers, 5, wait for the next event during the 59th Annual Old Fashioned Cracker Day at Volusia County Agricultural Center Fairgrounds in DeLand, Saturday, April 26, 2008. (Nigel Cook)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811033/24989576E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Shortly after 8-year-old Rodney Padgett made his bull riding debut at the Cracker Day rodeo he was eating dust after being bucked off his bull at the Flagler County Fair Grounds in Bunnell Saturday afternoon, March 25, 2006. ( Photo JIm Tiller )\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811033/24989577E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Jaylyn Garmer, 3, from Samsula, enjoys some cotton candy after lunch and  prior to the afternoon festivities at the Cattelmens Arena at the DeLand Fairgrounds, during Cracker Day,  Saturday, April 29, 2006. (Pam Lockeby)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811033/24989580E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Ashton Stevens, 11, Bunnell carries a pig she chased down and captured by hand during the greased pig chase for kids 9-12 in the rodeo arena during  Bunnell\\\'s Cracker Day events Saturday March 25, 2006. ( Photo JIm Tiller )\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811033/24989582E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Danielle Clement, 11 keeps an eye out for pesky photographers while she and her sister, Nikki, both from Pasley Fl., get ready for the start of the 5st Annual Cracker Day activities  at the Flagler County Fair Grounds Saturday afternoon, March 25, 2006. ( Photo Jim Tiller )\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811033/24989584E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Kristen Terrell, 10, Bunnell, sits on her horse before participating in opening ceremonies at Cracker Day in Bunnell Saturday afternoon, March 25, 2006. Christen is wearing a sash and tiara because she is the Flagler County Rough Riders Princess ( Photo Jim Tiller )\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811033/24989586E.jpg\', \'\', \'\', \'\', \'\', \'\', \'8-year-old Rodney Padgett waits on top of his bull before his first bull ride Saturday, March 25, 2006, at the Cracker Day rodeo being held at the Flagler County Fair Grounds in Bunnell. ( Photo Jim Tiller )\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811033/24989587E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Remarkably Abigail Cauley seemed unfazed after being bucked off her bull  and almost getting stomped at the  Cracker day rodeo Jr. Bull Riding competition at the Flagler County Fair Grounds in Bunnell Saturday afternoon, March 25, 2006. ( Photo Jim Tiller )\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811033/24989590E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Abigail Cauley gets looked over by her bull after being thrown at the Flagler County Cracker Day rodeo Saturday March 25, 2006. Cauley was competing in Junior Bull riding competition for ages 17 and under. She walked away from the fall, apparently not injured.( Photo Jim Tiller)<br><br>I HAVE SEQUENCE\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811033/24989591E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Abigail Cauley gets stepped on after being thrown from her bull at the Flagler County Cracker Day rodeo Saturday March 25, 2006. Cauley was competing in Junior Bull riding competition for ages 17 and under. She walked away from the fall, apparently not injured.( Photo Jim Tiller)<br><br>I HAVE SEQUENCE\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811033/24989593E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Raegan Sapsford, from Ormond Beach, races back to the finish after completing the Hollow Log Run Saturday, April 28, 2007, during the 58th Annual Old Fashioned Cracker Day at the Volusia County Fairgrounds in DeLand. During the Hollow Log Race each person rides their horse out to a barrel, which is open on both ends and resembles a log, climb through the barrel and then either ride their horse or run back to the start/finish line. The event included a rodeo, a BBQ dinner with admission and events like greased pig chases. (Chad Pilster) \'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811033/24989595E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Kaitlyn Bryans, 10, puts her head down and races for the finish line during the Pole Bending competition at the Cracker Day rodeo held at the Flagler County Fair Grounds in Bunnell Saturday March 25, 2006. ( Photo Jim Tiller )\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811033/24989596E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Ryan Price rides his bull to 1st place in the Jr. bull riding competition at Flagler County\\\'s 51st Annual Cracker Day Saturday March 25, 2006. ( Photo Jim Tiller )<br>\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811033/24989597E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Christi Torbor, Ormond Beach, races against the time clock during barrel races at Bunnell Fair Grounds rodeo arena during Cracker Day Saturday afternoon, March 25, 2006. ( Photo Jim Tiller )\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811033/24989599E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Vincent Jayne sees eye to eye with a steer during the Steer Decorating competition at the  Cattlemens Arena at the DeLand Fairgrounds, during Cracker Day, Saturday, April 29, 2006. (Pam Lockeby)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811047/24990079E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Michael Roberts hangs tough on a bull at the 56th Annual Old Fashioned Cracker Day at the Volusia County Cattlemen\\\'s Arena in DeLand on Saturday, April 30, 2005. Though he did stay on the full eight seconds, Roberts was unable to finish among the top three. (MIKE KANE)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811047/24990082E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Cory Baushaugh goes face first into the mud after being bucked from his bull during Sr. Bull Riding competition at Cracker Day at the Flagler County Fairgrounds Saturday afternoon, March 26, 2005.(Photo Jim Tiller)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811047/24990084E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Colten Hatfield, 11, of DeBary, practices his stance while other riders ready their equipment at the 56th Annual Old Fashioned Cracker Day at the Volusia County Cattlemen\\\'s Arena in DeLand on Saturday, April 30, 2005. Colten said he wasn\\\'t nervous about riding a bull. "I\\\'ve been around them my whole life," he said.  (MIKE KANE)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811047/24990087E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Colten Hatfield, 11, of DeBary, sits atop a bull seconds before his first bull ride at the 56th Annual Old Fashioned Cracker Day at the Volusia County Cattlemen\\\'s Arena in DeLand on Saturday, April 30, 2005. Colten said he wasn\\\'t nervous about riding a bull. "I\\\'ve been around them my whole life," he said.  (MIKE KANE)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811047/24990089E.jpg\', \'\', \'\', \'\', \'\', \'\', \'High above the rodeo arena in the \\\'Bird House\\\' Dale Ellis, who has been the voice of Cracker Day for the  past 10 yrs., talks to the crowd and gives encouragement to a cowgirl starting her barrel run Saturday at Flagler County Fair Grounds.(Photo Jim Tiller)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811047/24990092E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Soaked by a constant rain cowgirls carrying brightly colored flags make their grand entry which officially starts the Cracker Day events passed the grand stands at the Flagler County Fair Grounds Saturday March 26, 2005.(Photo Jim Tiller)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811047/24990096E.jpg\', \'\', \'\', \'\', \'\', \'\', \'A rodeo clown gets between the bull and the riders and gets the bull horn for his efforts. This not so friendly greeting took place during the Sr. bull riding competition at Cracker Day at the Flagler County Fair Grounds on a soggy Saturday afternoon March 25, 2005.(Photo Jim Tiller)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811047/24990099E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Kaitlyn Bryans, 9, races against the clock as she finishes her barrel run during Cracker Day at the Flagler County Fair  Saturday March 25, 2005.(Photo Jim Tiller)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811047/24990100E.jpg\', \'\', \'\', \'\', \'\', \'\', \'A rodeo clown yells at a bull as a rider takes his ride during Cracker Day at the Flagler County Fairgrounds Saturday afternoon, March 25. 2005\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811047/24990103E.jpg\', \'\', \'\', \'\', \'\', \'\', \'6-year-old Cheyenne Dyer shows her trophy to No Doubt after the Cloverleaf barrel race during Cracker Day. April 30, 2005. (MORRIS SULLIVAN)<br>  \'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811052/24990173E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Shelby Greelund works her horse around a barrel, Saturday 3/27/04 during the 49th annual Cracker Day at the Flagler County Fairgrounds. (David Tucker)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811052/24990174E.jpg\', \'\', \'\', \'\', \'\', \'\', \'(left to right) Nicole Labare, from Ormond Beach, Ashton Brown, from Bunnell, and Tanya Turner, from Deltona, fall off their horse as they compete Saturday, April 24, 2004, in the Grocery Run Race during Cracker Day at the Volusia County Fairgrounds in DeLand. The event takes three people and a horse. They mount up bareback and ride to the other end of arena where they dismount and pickup two items of grocery and a glass of water. They then carry it back to the finish. (Chad Pilster)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811052/24990175E.jpg\', \'\', \'\', \'\', \'\', \'\', \'A junior bull rider lands on his head after being thrown from his steer, Saturday 3/27/04 during the 49th annual Cracker Day at the Flagler County Fairgrounds. (David Tucker)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811052/24990177E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Austin Smith smiles holding the pig he caught,  Saturday 3/27/04 during the 49th annual Cracker Day at the Flagler County Fairgrounds.(David Tucker)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811052/24990178E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Young cowboys  Michael Boyd 9 and his brother Colton Boyde 8 and cousin Ryan Boyd 8 climb atop a fence to get a better look at the arena   Saturday 3/27/04 during the 49th annual Cracker Day at the Flagler County Fairgrounds.(David Tucker)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811052/24990180E.jpg\', \'\', \'\', \'\', \'\', \'\', \'A pair of boys dive for one of the roosters loose in the "chicken chase" event held during the annual Cracker Day rodeo at the Flagler County Fairgrounds, Saturday, March 30, 2002.  Hundreds of children, broken into two age groups, 8 and under as well as 9 and older, were given a chance to try and capture the elusive birds.(Brian Myrick)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811052/24990181E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Mike Garrett cools the coals while Ryan Rhoades and Blair Davis turn the meet cooking for the 55th Annual Cracker Day. April 21, 2004. (MORRIS SULLIVAN)<br><br>     \'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811054/24990239E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Dozens of children frantically chase after pigs in a greased pig chase held during the annual Cracker Day rodeo event at Flagler County Fairgrounds, Saturday, March 29, 2003.(Brian Myrick)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811054/24990241E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Joan Hembley takes her horse around the barrels in the barrel racing event during the annual Cracker Day Rodeo held at Flagler County Fairgrounds, Saturday, March 29, 2003.(Brian Myrick)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811054/24990242E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Benji Cauley, Shown Stover, Randy Buckles, and Jason Prather, volunteers with the Flagler County Cattlemen\\\'s Association, prepare some of the 4,500 pounds of beef barbeque served during the annual Cracker Day event, Saturday, March 29, 2003, at the Flagler County Fairgrounds.(Brian Myrick)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811054/24990244E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Steven Parker takes the "bull by the horns" in an impromptu steer wrestling event during the annual Cracker Day Rodeo event held at the Flagler County Fairgrounds, Saturday, March 29, 2003.(Brian Myrick)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811054/24990246E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Aaron Clancy, 13, of New Smyrna Beach, has the rope flying and the rawhide crackin\\\' on Saturday April 26, 2003, afternoon during the 54th Annual Cracker Day at the Volusia County Fairgrounds, east of DeLand. Youngsters competed in cracking whips for points at the event during lunch break. (Peter Bauer)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811054/24990247E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Diana Daugherty gets ready to carry the American flag into the arena for the Grand Entry on Saturday April 26, 2003, afternoon during the 54th Annual Cracker Day at the Volusia County Fairgrounds, east of DeLand. (Peter Bauer)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811054/24990249E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Wearing "rat ear" riding caps members of the Reflections of Perfection Drill Team, including Miranda Reilly, 14, of New Smyrna Beach, get ready for a performance on Saturday April 26, 2003, afternoon during the 54th Annual Cracker Day at the Volusia County Fairgrounds, east of DeLand.(Peter Bauer)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811054/24990251E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Cory Banks hangs on in the Junior Bull Riding Event on Saturday April 26, 2003, afternoon during the 54th Annual Cracker Day at the Volusia County Fairgrounds, east of DeLand.(Peter Bauer)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811054/24990252E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Brian Cope takes his ride in the senior bull riding event during the annual Cracker Day Event at the Flagler County Fairgrounds, Saturday, March 29, 2003.(Brian Myrick)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811056/24990349E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Corey Collens leads his horse "Rosey" around one of the barrels in the barrel racing event at during the Cracker Day rodeo at Flagler County Fairgrounds, Saturday, March 31, 2001.(Brian Myrick)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811056/24990360E.jpg\', \'\', \'\', \'\', \'\', \'\', \'A pair of boys dive for one of the roosters loose in the "chicken chase" event held during the annual Cracker Day rodeo at the Flagler County Fairgrounds, Saturday, March 30, 2002.  Hundreds of children, broken into two age groups, 8 and under as well as 9 and older, were given a chance to try and capture the elusive birds.(Brian Myrick)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811056/24990361E.jpg\', \'\', \'\', \'\', \'\', \'\', \'A large group of children runs toward one of the piglets loose in the "greased pig chase" event held during the annual Cracker Day rodeo at the Flagler County Fairgrounds, Saturday, March 30, 2002.  Hundreds of children, broken into two age groups, 8 and under as well as 9 and older, were given a chance to try and capture themselves a pig and trade it for a crisp 5 dollar bill.(Brian Myrick)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811056/24990363E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Chris Crego hits the ground during his ride in the senior bull riding event at the annual Cracker Day rodeo held at the Flagler County Fairgrounds, Saturday, March 30, 2002.(Brian Myrick)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811056/24990364E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Travis Hunter holds on tight during his ride in the senior bull riding event at the annual Cracker Day rodeo held at the Flagler County Fairgrounds, Saturday, March 30, 2002.(Brian Myrick)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811056/24990365E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Coco Tingler urges her horse along during the Pole Racing event at the annual Cracker Day rodeo event, Saturday, March 30, 2002, held at the Flagler County Fairgrounds.(BRIAN MYRICK)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811056/24990367E.jpg\', \'\', \'\', \'\', \'\', \'\', \'A baby Jack Russell terrier forages in the grass near his owner at the annual Cracker Day Rodeo even at the Flagler County Fairgrounds, Saturday, March 30, 2002.(Brian Myrick)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811056/24990368E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Dallas Chestnut, of Brooksville, holds on as he tries to go the distance of eight seconds as he participates in the bullridiing event at the annual Cracker Day at the Volusia County Fairgrounds Saturday April 27, 2002 in DeLand.(Kelly Jordan)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811056/24990369E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Three year-old Jacob Stokes, of Pierson, fills about five gallons  of his ten gallon cowboy hat as he sits atop his horse "Rip" at the annual Cracker Day rodeo at the Volusia County Fairgrounds Saturday April 27, 2002 in DeLand.(Kelly Jordan)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811117/24992266E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Pat Howell takes his ride during the senior bull riding event during the Cracker Day event at the Flagler County Fairgrounds, Saturday, March 31, 2001.(Brian Myrick)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811117/24992267E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Pat Howell takes his ride in the senior bull riding event during the Cracker Day event at the Flagler County Fairgrounds, Saturday, March 31, 2001.(Brian Myrick)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811117/24992268E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Mike Roberts, of DeLand, tightens his grip on the bull prior to leaving the chute in the senior bull riding event at the Flagler County Cracker Day Rodeo, Saturday, March 31, 2001.(Brian Myrick)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811117/24992269E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Dozens of children, ages 8 and under, struggle to catch a greased pig in the pig chase event during Cracker Day at the Flagler County Fairgrounds, Saturday, March 31, 2001.(Brian Myrick)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811117/24992270E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Corey Collens leads his horse "Rosey" around one of the barrels in the barrel racing event at during the Cracker Day rodeo at Flagler County Fairgrounds, Saturday, March 31, 2001.(Brian Myrick)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811117/24992272E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Corey Collens leads his horse "Rosey" toward the finish line in the barrel racing event at during the Cracker Day rodeo at Flagler County Fairgrounds, Saturday, March 31, 2001.(Brian Myrick)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811117/24992273E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Caren Henry urges her horse toward the finish line in the barrel racing event during the Cracker Day rodeo at Flagler County Fairgrounds, Saturday, March 31, 2001.(Brian Myrick)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811117/24992274E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Chris Crego holds on tight as he is thrown about during his ride in the senior bull riding event in the Cracker Day rodeo at the Flagler County Fairgrounds, Saturday, March 31, 2001.  Crego went on to take first place in the event.(Brian Myrick)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811117/24992275E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Fred Hough loses his hat and then his seat on #J-67 at the 52nd Annual VCCA Cracker Day celebration at the fairgrounds on Saturday April 28, 2001, afternoon. Kids of all ages rode, yanked, sweated and pulled as they took part in barrel racing, steer decorating, greased pig chase, the face paced sack race and bull riding. (Peter Bauer)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811117/24992276E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Cody Perry, 8, at left, and friends Hunter Ramey and Mike Cooksey, both 7, look over one of the steers at the 52nd Annual VCCA Cracker Day at the fairgrounds, east of DeLand, on Saturday April 28, 2001, afternoon. The young boys, all of DeLand, were too young to ride the bulls or decorate the steers but later took part in the greased pig race at the arena. (Peter Bauer)\'),new ContentImage(\'http://news-journalonline.mycapture.com/PHOTOS/DYTN/811117/24992278E.jpg\', \'\', \'\', \'\', \'\', \'\', \'Jennifer Williams pulls Will Rogers in the dusty Sack Race at the 52nd Annual VCCA Cracker Day celebration at the fairgrounds, east of DeLand, on Saturday April 28, 2001, afternoon. The team was later disqualified on a technicality (they cheated) by event judges. (Peter Bauer)\')); </script>\n<style>\n .MYCfeaturelink10804, .MYCfeaturelink10804 a, .MYCfeaturelink10804 a:visited, .MYCfeaturelink10804 a:hover {\n font-family: Arial;\n color: Blue;\n font-size: 12px;\n text-decoration: none;\n}\n\n .MYCfeaturedescrip10804 {\n font-family: Arial;\n color: Black;\n font-size: 12px;\n}\n\n .MYCimage10804 { border: black 0px solid; }\n\n .MYCcontentfeed10804 {\n border: black 0px solid;\n width: 600px;\n}\n\n</style>\n<table class="MYCcontentfeed10804">\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">99</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=MYCfeaturelink10804>\n						<a href="http://news-journalonline.mycapture.com/mycapture/enlarge.asp?userphoto=0&image=24988985&event=810989&CategoryID=51982&thispage=1" target="_top"><img class="MYCimage10804" src="http://news-journalonline.mycapture.com/PHOTOS/DYTN/810989/24988985E.jpg" height=400 name="SlideShow"><br>\n</a>						<a href="http://news-journalonline.mycapture.com/mycapture/folder.asp?event=810989&CategoryID=51982&ListSubAlbums=0" target="_top">						<a href="http://news-journalonline.mycapture.com/mycapture/folder.asp?event=810989&CategoryID=51982&ListSubAlbums=0" target="_top"></a>\n					</td>\n				</tr>\n				<tr>\n					<td align=center class=MYCfeaturedescrip10804 id="divDetails">\nJunior bull rider Zackary Chesser narrowly escapes getting tangled up with this bull during the rodeo, at Cracker Day at the Flagler County Fairgrounds, Saturday, March 28, 2009. (David Massey)					</td>\n				</tr>\n			</table>\n		</td>\n	</tr>\n</table>\n';
document.write(theContent);
