

registerPloneFunction( function() {

var data = { 
              'http://rodhoodphotography.com/main/fetish/interrogation/nicole-sept06-28.jpg/image_large': { caption: 'Interrogation #1' },
              'http://rodhoodphotography.com/main/fetish/interrogation/nicole-sept06-31.jpg/image_large': { caption: 'Interrogation #2' },
              'http://rodhoodphotography.com/main/fetish/interrogation/nicole-sept06-33.jpg/image_large': { caption: 'Interrogation #3' },
              'http://rodhoodphotography.com/main/fetish/interrogation/nicole-sept06-34.jpg/image_large': { caption: 'Interrogation #4' },
              'http://rodhoodphotography.com/main/fetish/interrogation/nicole-sept06-36.jpg/image_large': { caption: 'Interrogation #5' },
              'http://rodhoodphotography.com/main/fetish/interrogation/nicole-sept06-38.jpg/image_large': { caption: 'Interrogation #6' },
              'http://rodhoodphotography.com/main/fetish/interrogation/nicole-sept06-39.jpg/image_large': { caption: 'Interrogation #7' },
              'http://rodhoodphotography.com/main/fetish/interrogation/nicole-sept06-41.jpg/image_large': { caption: 'Interrogation #8' },
              'http://rodhoodphotography.com/main/fetish/interrogation/nicole-sept06-43.jpg/image_large': { caption: 'Interrogation #9' },
              'http://rodhoodphotography.com/main/fetish/interrogation/nicole-sept06-46.jpg/image_large': { caption: 'Interrogation #10' },
              'http://rodhoodphotography.com/main/fetish/interrogation/nicole-sept06-51.jpg/image_large': { caption: 'Interrogation #11' },
              'http://rodhoodphotography.com/main/fetish/interrogation/nicole-sept06-53.jpg/image_large': { caption: 'Interrogation #12' },
              'http://rodhoodphotography.com/main/fetish/interrogation/nicole-sept06-56.jpg/image_large': { caption: 'Interrogation #13' },
              'http://rodhoodphotography.com/main/fetish/interrogation/nicole-sept06-58.jpg/image_large': { caption: 'Interrogation #14' },
              'http://rodhoodphotography.com/main/fetish/interrogation/nicole-sept06-63.jpg/image_large': { caption: 'Interrogation #15' },
              'http://rodhoodphotography.com/main/fetish/interrogation/nicole-sept06-69.jpg/image_large': { caption: 'Interrogation #16' }
 };

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


});


