

registerPloneFunction( function() {

var data = { 
              'http://www.usd253.org/home/community/emporia/exploring-emporia-with-photos/peter-pan-park/image_large': { caption: 'A memorial to William Allen White is reflected in the waters of a pond at Peter Pan Park. ' },
              'http://www.usd253.org/home/community/emporia/exploring-emporia-with-photos/william-allen-white/image_large': { caption: 'The Sage of Emporia, William Allen White' },
              'http://www.usd253.org/home/community/emporia/exploring-emporia-with-photos/the-entrance-to-toad-hollow/image_large': { caption: 'Toad Hollow, now in its eleventh year, became an American Hemerocollis Society (AHS) daylily display garden in 2004. Gaylord and Nina West created two acres of landscaped flower gardens featuring a hosta shade garden, a 30 ft. diameter round formal peony and daylily bed, a lilac border garden and the completed roadside bed. These features combine with the massive hillside garden for a peaceful retreat in the country. ' },
              'http://www.usd253.org/home/community/emporia/exploring-emporia-with-photos/toad-hollow-pathway/image_large': { caption: 'A walkway through the front of Toad Hollow flower beds' },
              'http://www.usd253.org/home/community/emporia/exploring-emporia-with-photos/esu_autumn.jpg/image_large': { caption: 'ESU in the Autumn' },
              'http://www.usd253.org/home/community/emporia/exploring-emporia-with-photos/dancers-at-the-howe-house/image_large': { caption: 'Dancers shuffle to the sounds of the Tallgrass Express bluegrass band at "A Step Back in Time", historical re-enactments at the Howe House.' },
              'http://www.usd253.org/home/community/emporia/exploring-emporia-with-photos/the-tallgrass-express/image_large': { caption: 'Bluegrass specialists, musicians of the Tallgrass Express entertain during historical re-enactments at the Howe House.' },
              'http://www.usd253.org/home/community/emporia/exploring-emporia-with-photos/field-of-sunflowers/image_large': { caption: 'Emporians enjoy the endless skies above the Kansas plains, a land of wildflowers, the scenic flint hills and tallgrass prairies.' },
              'http://www.usd253.org/home/community/emporia/exploring-emporia-with-photos/traditional-dance/image_large': { caption: 'Traditional dance, food and music enliven a Cinco de Mayo celebration' },
              'http://www.usd253.org/home/community/emporia/exploring-emporia-with-photos/riding-the-train-at-sodens-grove/image_large': { caption: 'The Soden\'s Grove park host a miniature train, a grand baseball diamond, and sits beside the Emporia zoo.' },
              'http://www.usd253.org/home/community/emporia/exploring-emporia-with-photos/we-the-people/image_large': { caption: 'A sculpture by local artist Alan Tollakson is installed at the Lyon County Historical Museum. The forms represent Emporia, past and present.' },
              'http://www.usd253.org/home/community/emporia/exploring-emporia-with-photos/riverside-elementary-school/image_large': { caption: '...and of course, we have excellent schools and an incredible teaching staff' },
              'http://www.usd253.org/home/community/emporia/exploring-emporia-with-photos/municipal_concert_11jun09.jpg/image_large': { caption: 'A relaxed evening listening to the Emporia Municipal Band at Fremont Park.' }
 };

new Slideshow('myShow', data, 
                {hu: '', classes: ['slideshowfolder'], loader: {'animate': ['loader-#.png', 12]}, 
                paused: false,
                thumbnails: true,
                random: false,
                fast: false,
                replace: [/image_large/, 'image_tile'],
                delay: 5000,
                width: 600,
                controller: true,
                duration: 500,
                captions: true,
                height: 450,
                linked: false,
                loop: true
                });


cssQuery('.slideshowfolder-controller li.pause a')[0].title = 'Play / Pause [P]';


cssQuery('.slideshowfolder-controller li.prev a')[0].title = 'Previous [Left arrow]';


cssQuery('.slideshowfolder-controller li.next a')[0].title = 'Next [Right arrow]';


cssQuery('.slideshowfolder-controller li.last a')[0].title = 'Last [Shift + Right arrow]';


cssQuery('.slideshowfolder-controller li.first a')[0].title = 'First [Shift + Left arrow]';


});


