

registerPloneFunction( function() {

var data = { 
              'http://www.ashevillebuncombelaw.net/for-members/bar-news/holiday-party-2009-photos/DSC_0147-Small.JPG/image_large': { caption: '' },
              'http://www.ashevillebuncombelaw.net/for-members/bar-news/holiday-party-2009-photos/DSC_0149-Small.JPG/image_large': { caption: '' },
              'http://www.ashevillebuncombelaw.net/for-members/bar-news/holiday-party-2009-photos/DSC_0151-Small.JPG/image_large': { caption: '' },
              'http://www.ashevillebuncombelaw.net/for-members/bar-news/holiday-party-2009-photos/DSC_0154-Small.JPG/image_large': { caption: '' },
              'http://www.ashevillebuncombelaw.net/for-members/bar-news/holiday-party-2009-photos/DSC_0063-Small.JPG/image_large': { caption: '' },
              'http://www.ashevillebuncombelaw.net/for-members/bar-news/holiday-party-2009-photos/DSC_0073-Small.JPG/image_large': { caption: '' },
              'http://www.ashevillebuncombelaw.net/for-members/bar-news/holiday-party-2009-photos/DSC_0076-Small.JPG/image_large': { caption: '' },
              'http://www.ashevillebuncombelaw.net/for-members/bar-news/holiday-party-2009-photos/DSC_0080-Small.JPG/image_large': { caption: '' },
              'http://www.ashevillebuncombelaw.net/for-members/bar-news/holiday-party-2009-photos/DSC_0081-Small.JPG/image_large': { caption: '' },
              'http://www.ashevillebuncombelaw.net/for-members/bar-news/holiday-party-2009-photos/DSC_0083-Small.JPG/image_large': { caption: '' },
              'http://www.ashevillebuncombelaw.net/for-members/bar-news/holiday-party-2009-photos/DSC_0085-Small.JPG/image_large': { caption: '' },
              'http://www.ashevillebuncombelaw.net/for-members/bar-news/holiday-party-2009-photos/DSC_0098-Small.JPG/image_large': { caption: '' },
              'http://www.ashevillebuncombelaw.net/for-members/bar-news/holiday-party-2009-photos/DSC_0101-Small.JPG/image_large': { caption: '' },
              'http://www.ashevillebuncombelaw.net/for-members/bar-news/holiday-party-2009-photos/DSC_0103-Small.JPG/image_large': { caption: '' },
              'http://www.ashevillebuncombelaw.net/for-members/bar-news/holiday-party-2009-photos/DSC_0107-Small.JPG/image_large': { caption: '' },
              'http://www.ashevillebuncombelaw.net/for-members/bar-news/holiday-party-2009-photos/DSC_0109-Small.JPG/image_large': { caption: '' },
              'http://www.ashevillebuncombelaw.net/for-members/bar-news/holiday-party-2009-photos/DSC_0114-Small.JPG/image_large': { caption: '' },
              'http://www.ashevillebuncombelaw.net/for-members/bar-news/holiday-party-2009-photos/DSC_0116-Small.JPG/image_large': { caption: '' },
              'http://www.ashevillebuncombelaw.net/for-members/bar-news/holiday-party-2009-photos/DSC_0119-Small.JPG/image_large': { caption: '' },
              'http://www.ashevillebuncombelaw.net/for-members/bar-news/holiday-party-2009-photos/DSC_0123-Small.JPG/image_large': { caption: '' },
              'http://www.ashevillebuncombelaw.net/for-members/bar-news/holiday-party-2009-photos/DSC_0124-Small.JPG/image_large': { caption: '' },
              'http://www.ashevillebuncombelaw.net/for-members/bar-news/holiday-party-2009-photos/DSC_0128-Small.JPG/image_large': { caption: '' },
              'http://www.ashevillebuncombelaw.net/for-members/bar-news/holiday-party-2009-photos/DSC_0129-Small.JPG/image_large': { caption: '' },
              'http://www.ashevillebuncombelaw.net/for-members/bar-news/holiday-party-2009-photos/DSC_0130-Small.JPG/image_large': { caption: '' },
              'http://www.ashevillebuncombelaw.net/for-members/bar-news/holiday-party-2009-photos/DSC_0136-Small.JPG/image_large': { caption: '' },
              'http://www.ashevillebuncombelaw.net/for-members/bar-news/holiday-party-2009-photos/DSC_0137-Small.JPG/image_large': { caption: '' },
              'http://www.ashevillebuncombelaw.net/for-members/bar-news/holiday-party-2009-photos/DSC_0145-Small.JPG/image_large': { caption: '' }
 };

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


});


