

registerPloneFunction( function() {

var data = { 
              'http://www.longwallconference.com.au/longwall-photo-gallery-2008/IMG_1619.JPG/image_large': { caption: '' },
              'http://www.longwallconference.com.au/longwall-photo-gallery-2008/DSC00777.JPG/image_large': { caption: '' },
              'http://www.longwallconference.com.au/longwall-photo-gallery-2008/DSC00783.JPG/image_large': { caption: '' },
              'http://www.longwallconference.com.au/longwall-photo-gallery-2008/DSC00803.JPG/image_large': { caption: '' },
              'http://www.longwallconference.com.au/longwall-photo-gallery-2008/DSC00820.JPG/image_large': { caption: '' },
              'http://www.longwallconference.com.au/longwall-photo-gallery-2008/DSC00848.JPG/image_large': { caption: '' },
              'http://www.longwallconference.com.au/longwall-photo-gallery-2008/DSC00860.JPG/image_large': { caption: '' },
              'http://www.longwallconference.com.au/longwall-photo-gallery-2008/IMG_1511.JPG/image_large': { caption: '' },
              'http://www.longwallconference.com.au/longwall-photo-gallery-2008/IMG_1520.JPG/image_large': { caption: '' },
              'http://www.longwallconference.com.au/longwall-photo-gallery-2008/IMG_1532.JPG/image_large': { caption: '' },
              'http://www.longwallconference.com.au/longwall-photo-gallery-2008/IMG_1564.JPG/image_large': { caption: '' },
              'http://www.longwallconference.com.au/longwall-photo-gallery-2008/IMG_1577.JPG/image_large': { caption: '' },
              'http://www.longwallconference.com.au/longwall-photo-gallery-2008/mickfetch.gif/image_large': { caption: 'Mickfetch' }
 };

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


});



