

registerPloneFunction( function() {

var data = { 
              'http://rodhoodphotography.com/main/fetish/suspension/114.jpg/image_large': { caption: 'Suspension #1' },
              'http://rodhoodphotography.com/main/fetish/suspension/118.jpg/image_large': { caption: 'Suspension #2' },
              'http://rodhoodphotography.com/main/fetish/suspension/imgp0002-copy-2.jpg/image_large': { caption: 'Suspension #3' },
              'http://rodhoodphotography.com/main/fetish/suspension/imgp0008-copy-2.jpg/image_large': { caption: 'Suspension #4' },
              'http://rodhoodphotography.com/main/fetish/suspension/imgp0013.jpg/image_large': { caption: 'Suspension #5' },
              'http://rodhoodphotography.com/main/fetish/suspension/imgp0016-bw.jpg/image_large': { caption: 'Suspension #6' },
              'http://rodhoodphotography.com/main/fetish/suspension/suspension-7/image_large': { caption: 'Suspension #7' },
              'http://rodhoodphotography.com/main/fetish/suspension/suspension-8/image_large': { caption: 'Suspension #8' },
              'http://rodhoodphotography.com/main/fetish/suspension/suspension-9/image_large': { caption: 'Suspension #9' },
              'http://rodhoodphotography.com/main/fetish/suspension/suspension-10/image_large': { caption: 'Suspension #10' }
 };

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


});


