

registerPloneFunction( function() {

var data = { 
              'http://www.procomm.com.jm/gallery/all-galleries/digicel-events/Digicel%20and%20KSAC5.jpg/image_large': { caption: 'Digicel and KSAC5' },
              'http://www.procomm.com.jm/gallery/all-galleries/digicel-events/Digicel%20mega-mini%20promo%20-%20May%20Pen%20winner.jpg/image_large': { caption: 'Digicel Mega-Mini giveaway - May Pen winner' },
              'http://www.procomm.com.jm/gallery/all-galleries/digicel-events/Mega-Mini%20giveaway%20launch%201.jpg/image_large': { caption: 'Mega-Mini giveaway launch (1)' },
              'http://www.procomm.com.jm/gallery/all-galleries/digicel-events/Mega-Mini%20giveaway%20launch%202.jpg/image_large': { caption: 'Mega-Mini giveaway launch (2)' },
              'http://www.procomm.com.jm/gallery/all-galleries/digicel-events/Digicel%20vendor%20jacket.jpg/image_large': { caption: 'Digicel vendor' },
              'http://www.procomm.com.jm/gallery/all-galleries/digicel-events/Little%20Girl%20from%20the%20Cockburn%20Gardens%20Primary%20School%20recieves%20Digicel%20School%20Supplies%20fr%20Bounty%20Killa-%20-March%2018-%20Majesty%20Gardens.jpg/image_large': { caption: 'Little Girl from the Cockburn Gardens Primary School recieves Digicel School Supplies fr Bounty Killa, (March 18 at Majesty Gardens)' },
              'http://www.procomm.com.jm/gallery/all-galleries/digicel-events/Digicel-Anbell%20building.jpg/image_large': { caption: 'Digicel-Anbell building (daytime)' },
              'http://www.procomm.com.jm/gallery/all-galleries/digicel-events/Digicel-Anbell%20building%20concert.jpg/image_large': { caption: 'Digicel-Anbell building concert (night time)' },
              'http://www.procomm.com.jm/gallery/all-galleries/digicel-events/Handshake.jpg/image_large': { caption: 'Captain Horace Burrell, President of the Jamaica Football Federation - JFF (left) shares a symbolic handshake with Wayne Miller, Head of Marketing, Digicel Jamaica, at the launch of the eagerly anticipated second season, of the Digicel Primer League' }
 };

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: 500,
                controller: false,
                duration: 500,
                captions: false,
                height: 400,
                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]';


});


