

registerPloneFunction( function() {

var data = { 
              'http://northern.org/media-library/maps/mines/habitat-map-gallery/2005-Seasonal-Range-Map.jpg/image_large': { caption: '2005 Seasonal Range' },
              'http://northern.org/media-library/maps/mines/habitat-map-gallery/Calving-Grounds.jpg/image_large': { caption: 'Calving Grounds shown by 50% (red), 90%(blue), and 95%(perimeter line) kernel analysis of satelite collar locations from August 1988 through August 2007' },
              'http://northern.org/media-library/maps/mines/habitat-map-gallery/Summer_Movements.jpg/image_large': { caption: 'Summer movement routes showing concentrated range-use in insect relief areas in relation to the DNR Northwest Arctic Planning Area.  Satelite collar track histories from Alaska Department of Fish and Game.' },
              'http://northern.org/media-library/maps/mines/habitat-map-gallery/Insect_Relief_Areas.jpg/image_large': { caption: 'Insect relief areas in northwestern Alaska shown by 50%(red), 90%(blue), and 95%(perimeter line) kernel analysis of satelite collar locations from August 1988 through August 2007.  Data from the Alaska Department of Fish and Game.' },
              'http://northern.org/media-library/maps/mines/habitat-map-gallery/Fall_Migration.jpg/image_large': { caption: 'Fall migration routes showing concentrated range-use and convergence of migration in southern Unit 23. Important areas include:  broad area between Ambler and Kobuk; mountains between Salmon and Squirrel Rivers drainages; the Aggie and Ely Rivers; the coast near Cape Krusenstern. Satellite collar track histories from Alaska Department of Fish and Game.' },
              'http://northern.org/media-library/maps/mines/habitat-map-gallery/Winter_Range.jpg/image_large': { caption: 'Winter range in northern and western Alaska shown by 50% (red), 90% (blue) and 95% (perimeter line) kernel analysis of satellite collar locations from August 1988 through August 2007. Data from Alaska Department of Fish and Game.' },
              'http://northern.org/media-library/maps/mines/habitat-map-gallery/Spring_Migration.jpg/image_large': { caption: 'Spring migration routes showing high-level range-use and convergence of migration in the Selawik-Kobuk area. Satellite collar track histories from Alaska Department of Fish and Game.' }
 };

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: 15000,
                width: 600,
                controller: false,
                duration: 500,
                captions: true,
                height: 450,
                linked: true,
                loop: false
                });


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


});



