

registerPloneFunction( function() {

var data = { 
              'http://www.oxfamamerica.org/slideshows/camp-conditions-in-somalia-are-among-the-worst-this-aid-worker-has-ever-seen/idp-camp-at-agfooye-somalia/image_large': { caption: 'Streams of newly displaced people, fleeing violence in Somalia\'s capital, have fled to camps in Afgooye where living conditions are among the worst Oxfam\'s Hassan Noor has ever seen. Photo: Oxfam' },
              'http://www.oxfamamerica.org/slideshows/camp-conditions-in-somalia-are-among-the-worst-this-aid-worker-has-ever-seen/oxfam-relief-supplies-being-offloaded-from-a-jet-at-mogadishu-airport/image_large': { caption: 'Oxfam recently flew nine tons of relief goods into Somalia\'s capital for distribution in camps where displaced people have settled to escape violence in the city. Photo: Oxfam' },
              'http://www.oxfamamerica.org/slideshows/camp-conditions-in-somalia-are-among-the-worst-this-aid-worker-has-ever-seen/oral-rehydration-center-at-idp-camp-in-somalia/image_large': { caption: 'Oxfam helped to set up an oral rehydration center to treat children who are suffering from diarrhea and cholera. Photo: Oxfam' },
              'http://www.oxfamamerica.org/slideshows/camp-conditions-in-somalia-are-among-the-worst-this-aid-worker-has-ever-seen/jerry-cans-lined-up-at-watering-station-at-idp-camp-in-somalia/image_large': { caption: 'Despite an expansion of the water delivery system for people in camps around Afgooye, lines for clean water remain long. Here, people have lined up their jerry cans to wait for their turn at the tap. Photo: Oxfam' }
 };

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]';


});



