

registerPloneFunction( function() {

var data = { 
              'http://highnoonsolar.com/photo-gallery/Residential/ground-mount/r_g_gj_9.9.jpg/image_large': { caption: '9.9KW: Grand Junction, CO' },
              'http://highnoonsolar.com/photo-gallery/Residential/ground-mount/r-gm-gj_9.36.jpg/image_large': { caption: '9.36KW: Grand Junction, CO' },
              'http://highnoonsolar.com/photo-gallery/Residential/ground-mount/r-gm-gj_9.9.jpg/image_large': { caption: '9.9KW: Grand Junction, CO' },
              'http://highnoonsolar.com/photo-gallery/Residential/ground-mount/r-gm-gj_5.4.jpg/image_large': { caption: '5.4 KW: Grand Junction, CO' },
              'http://highnoonsolar.com/photo-gallery/Residential/ground-mount/8.64kw-gj-co.jpg/image_large': { caption: '8.64 kW: Grand Junction, CO' },
              'http://highnoonsolar.com/photo-gallery/Residential/ground-mount/6.56kw-gj-co.jpg/image_large': { caption: '6.56 kW: Grand Junction, CO' },
              'http://highnoonsolar.com/photo-gallery/Residential/ground-mount/4.62kw-whitewater-co.jpg/image_large': { caption: '4.62 kW: Whitewater, CO' },
              'http://highnoonsolar.com/photo-gallery/Residential/ground-mount/9.36kw-gj-co-02.jpg/image_large': { caption: '9.36 kW: Grand Junction, CO' },
              'http://highnoonsolar.com/photo-gallery/Residential/ground-mount/6.5-kw-gj-co.jpg/image_large': { caption: '6.56 KW: Grand Junction, CO' },
              'http://highnoonsolar.com/photo-gallery/Residential/ground-mount/2.97kw-carbondale-co.jpg/image_large': { caption: '2.97 kW: Carbondale, CO' },
              'http://highnoonsolar.com/photo-gallery/Residential/ground-mount/off-grid-glade-park-co.jpg/image_large': { caption: 'Off Grid: Glade Park, CO' },
              'http://highnoonsolar.com/photo-gallery/Residential/ground-mount/2.16kw-gj-co.jpg/image_large': { caption: '2.16 kW: Grand Junction, CO' },
              'http://highnoonsolar.com/photo-gallery/Residential/ground-mount/1.08kw-off-grid-mesa-co.jpg/image_large': { caption: '1.08 kW: Off Grid, Mesa, CO' },
              'http://highnoonsolar.com/photo-gallery/Residential/ground-mount/1.7kw-gj-co.jpg/image_large': { caption: '1.7 kW: Grand Junction, CO' },
              'http://highnoonsolar.com/photo-gallery/Residential/ground-mount/9.36kw-gj-co-01.jpg/image_large': { caption: '9.36 kW: Grand Junction, CO' }
 };

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


});


