

registerPloneFunction( function() {

var data = { 
              'http://arthur-ransome.org/Members/geraint/photo-albums/northern-region/coots-from-the-north/Aug%2020030010.jpg/image_large': { caption: 'The fleet at home' },
              'http://arthur-ransome.org/Members/geraint/photo-albums/northern-region/coots-from-the-north/CFTN0001.jpg/image_large': { caption: 'A misty dawn' },
              'http://arthur-ransome.org/Members/geraint/photo-albums/northern-region/coots-from-the-north/CFTN0002.jpg/image_large': { caption: 'Going to get some milk' },
              'http://arthur-ransome.org/Members/geraint/photo-albums/northern-region/coots-from-the-north/Aug%2020030013.jpg/image_large': { caption: 'Breakfast' },
              'http://arthur-ransome.org/Members/geraint/photo-albums/northern-region/coots-from-the-north/Aug%2020030017.jpg/image_large': { caption: 'Mustering the crews' },
              'http://arthur-ransome.org/Members/geraint/photo-albums/northern-region/coots-from-the-north/Aug%2020030014.jpg/image_large': { caption: 'This lot were a perfect height' },
              'http://arthur-ransome.org/Members/geraint/photo-albums/northern-region/coots-from-the-north/Aug%2020030016.jpg/image_large': { caption: 'Whilst they drank lots of tea' },
              'http://arthur-ransome.org/Members/geraint/photo-albums/northern-region/coots-from-the-north/Aug%2020030012.jpg/image_large': { caption: 'And this crew preferred to talk' },
              'http://arthur-ransome.org/Members/geraint/photo-albums/northern-region/coots-from-the-north/CFTN0005.jpg/image_large': { caption: 'Practice with the quant' },
              'http://arthur-ransome.org/Members/geraint/photo-albums/northern-region/coots-from-the-north/CFTN0003.jpg/image_large': { caption: 'And a trial trip under sail' },
              'http://arthur-ransome.org/Members/geraint/photo-albums/northern-region/coots-from-the-north/CFTN0006.jpg/image_large': { caption: 'Approaching Potter Heigham' },
              'http://arthur-ransome.org/Members/geraint/photo-albums/northern-region/coots-from-the-north/CFTN0007.jpg/image_large': { caption: 'Heading for the bridge' },
              'http://arthur-ransome.org/Members/geraint/photo-albums/northern-region/coots-from-the-north/CFTN0010.jpg/image_large': { caption: 'Plenty of teamwork required' },
              'http://arthur-ransome.org/Members/geraint/photo-albums/northern-region/coots-from-the-north/CFTN0009.jpg/image_large': { caption: 'Success...' },
              'http://arthur-ransome.org/Members/geraint/photo-albums/northern-region/coots-from-the-north/CFTN0011.jpg/image_large': { caption: 'Sailing on Horsey Mere' },
              'http://arthur-ransome.org/Members/geraint/photo-albums/northern-region/coots-from-the-north/CFTN0015.jpg/image_large': { caption: 'Tacking through Kendal Dyke - where Dick fell in' },
              'http://arthur-ransome.org/Members/geraint/photo-albums/northern-region/coots-from-the-north/CFTN0013.jpg/image_large': { caption: 'A calm mooring ' },
              'http://arthur-ransome.org/Members/geraint/photo-albums/northern-region/coots-from-the-north/Aug%2020030027.jpg/image_large': { caption: 'Another mooring - opposite Horning Staithe' },
              'http://arthur-ransome.org/Members/geraint/photo-albums/northern-region/coots-from-the-north/Aug%2020030025.jpg/image_large': { caption: 'With the wherry Albion moored opposite' },
              'http://arthur-ransome.org/Members/geraint/photo-albums/northern-region/coots-from-the-north/Aug%2020030026.jpg/image_large': { caption: 'A good chance to look inside ' },
              'http://arthur-ransome.org/Members/geraint/photo-albums/northern-region/coots-from-the-north/Aug%2020030024.jpg/image_large': { caption: 'Sailing down Horning Reach' },
              'http://arthur-ransome.org/Members/geraint/photo-albums/northern-region/coots-from-the-north/Copy%20of%20Aug%2020030023.jpg/image_large': { caption: 'Heading home' }
 };

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


});



