

registerPloneFunction( function() {

var data = { 
              'http://www.restorativejustice.org/whatisslide/whatispart1/slide1/image_large': { caption: 'Slide 1' },
              'http://www.restorativejustice.org/whatisslide/whatispart1/slide2/image_large': { caption: 'Slide 2' },
              'http://www.restorativejustice.org/whatisslide/whatispart1/slide%203/image_large': { caption: 'Slide 3' },
              'http://www.restorativejustice.org/whatisslide/whatispart1/slide4/image_large': { caption: 'Slide 4' },
              'http://www.restorativejustice.org/whatisslide/whatispart1/slide5/image_large': { caption: 'Slide 5' },
              'http://www.restorativejustice.org/whatisslide/whatispart1/slide6/image_large': { caption: 'Slide 6' },
              'http://www.restorativejustice.org/whatisslide/whatispart1/slide7/image_large': { caption: 'Slide 7' },
              'http://www.restorativejustice.org/whatisslide/whatispart1/slide8/image_large': { caption: 'Slide 8' },
              'http://www.restorativejustice.org/whatisslide/whatispart1/slide9/image_large': { caption: 'Slide 9' }
 };

new Slideshow('myShow', data, 
                {hu: '', classes: ['slideshowfolder'], loader: {'animate': ['loader-#.png', 12]}, 
                paused: false,
                thumbnails: true,
                random: false,
                fast: true,
                replace: [/image_large/, 'image_tile'],
                delay: 10000,
                width: 600,
                controller: true,
                duration: 500,
                captions: false,
                height: 450,
                linked: true,
                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]';


});



