

registerPloneFunction( function() {

var data = { 
              'http://northern.org/media-library/photos/events/2009-annual-meeting-picnic/2009-Activist_of_the_Yr-KarlMonetti.jpg/image_large': { caption: 'Karl Monetti receives  the "Activist of the Year" award' },
              'http://northern.org/media-library/photos/events/2009-annual-meeting-picnic/2009-Conervationist_of_the_Yr-MaryShields.jpg/image_large': { caption: 'Mary Shields receives "Conservationist of the Year" award' },
              'http://northern.org/media-library/photos/events/2009-annual-meeting-picnic/2009-FlorenceCollinsAward-GinnyWood.jpg/image_large': { caption: 'Ginny Wood receives the "Florence Collins" award' },
              'http://northern.org/media-library/photos/events/2009-annual-meeting-picnic/2009-Volunteer_of_the_Yr-MaryZalar.jpg/image_large': { caption: 'Mary Zalar receives the "Volunteer of the Year" award' },
              'http://northern.org/media-library/photos/events/2009-annual-meeting-picnic/IMG_2557.jpg/image_large': { caption: 'Tim Robb performs during the NAEC Annual Meeting' },
              'http://northern.org/media-library/photos/events/2009-annual-meeting-picnic/IMG_2576.jpg/image_large': { caption: 'NAEC Executive Director Karen Max Kelly speaks during the meeting' },
              'http://northern.org/media-library/photos/events/2009-annual-meeting-picnic/IMG_2598.jpg/image_large': { caption: '       and Ginny Wood enjoy the Annual Meeting' },
              'http://northern.org/media-library/photos/events/2009-annual-meeting-picnic/IMG_2608.jpg/image_large': { caption: 'Stan Justice and family attend the Annual Meeting' },
              'http://northern.org/media-library/photos/events/2009-annual-meeting-picnic/IMG_2611.jpg/image_large': { caption: 'Jessie Peterson gives Dan Adams a thank you gift from the Center' },
              'http://northern.org/media-library/photos/events/2009-annual-meeting-picnic/IMG_2614.jpg/image_large': { caption: 'Dan Adams the past interim Executive Director speaks' },
              'http://northern.org/media-library/photos/events/2009-annual-meeting-picnic/IMG_2617.jpg/image_large': { caption: 'Volunteers help clean up after the Annual Meeting' }
 };

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


});



