

registerPloneFunction( function() {

var data = { 
              'http://rodhoodphotography.com/main/fetish/rope-bondage/fetish-32.jpg/image_large': { caption: 'On the Beach #1' },
              'http://rodhoodphotography.com/main/fetish/rope-bondage/fetish-28.jpg/image_large': { caption: 'On the Beach #2' },
              'http://rodhoodphotography.com/main/fetish/rope-bondage/fetish-30.jpg/image_large': { caption: 'On the beach #3' },
              'http://rodhoodphotography.com/main/fetish/rope-bondage/fetish-31.jpg/image_large': { caption: 'On the Beach #4' },
              'http://rodhoodphotography.com/main/fetish/rope-bondage/rebecca-at-rod-s-spring-2005-roll-1-16.jpg/image_large': { caption: 'In the doorway' },
              'http://rodhoodphotography.com/main/fetish/rope-bondage/fetish-26.jpg/image_large': { caption: 'Rope #1' },
              'http://rodhoodphotography.com/main/fetish/rope-bondage/fetish-24.jpg/image_large': { caption: 'Rope #2' },
              'http://rodhoodphotography.com/main/fetish/rope-bondage/fetish-23.jpg/image_large': { caption: 'Rope #3' },
              'http://rodhoodphotography.com/main/fetish/rope-bondage/fetish-15.jpg/image_large': { caption: 'Rope #6' },
              'http://rodhoodphotography.com/main/fetish/rope-bondage/angela-21.jpg/image_large': { caption: 'Rope #7' },
              'http://rodhoodphotography.com/main/fetish/rope-bondage/angela-74.jpg/image_large': { caption: 'Rope #8' },
              'http://rodhoodphotography.com/main/fetish/rope-bondage/angela-92.jpg/image_large': { caption: 'Rope #9' },
              'http://rodhoodphotography.com/main/fetish/rope-bondage/imgp0016.jpg/image_large': { caption: 'Rope #10' },
              'http://rodhoodphotography.com/main/fetish/rope-bondage/imgp0010.jpg/image_large': { caption: 'Rope #11' },
              'http://rodhoodphotography.com/main/fetish/rope-bondage/imgp0082.jpg/image_large': { caption: 'Rope #12' },
              'http://rodhoodphotography.com/main/fetish/rope-bondage/imgp0091.jpg/image_large': { caption: 'Rope #13' },
              'http://rodhoodphotography.com/main/fetish/rope-bondage/rope-14/image_large': { caption: 'Rope #14' },
              'http://rodhoodphotography.com/main/fetish/rope-bondage/rope-15/image_large': { caption: 'Rope #15' }
 };

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


});


