

registerPloneFunction( function() {

var data = { 
              'http://islandwood.org/school_programs/educators/sesi-2012/sesi-2010/sesi-2009-pictures/Worksession.JPG/image_large': { caption: 'Participants at one of the many concurrent sessions at the conference.' },
              'http://islandwood.org/school_programs/educators/sesi-2012/sesi-2010/sesi-2009-pictures/IMG_0955.JPG/image_large': { caption: 'Many concurrent sessions means small numbers of participants - which means much more interaction!' },
              'http://islandwood.org/school_programs/educators/sesi-2012/sesi-2010/sesi-2009-pictures/IMG_0949.JPG/image_large': { caption: 'Looking back towards the parking lot from the registration area. ' },
              'http://islandwood.org/school_programs/educators/sesi-2012/sesi-2010/sesi-2009-pictures/IMG_0891.JPG/image_large': { caption: 'Plenty of time for small group discussions in the dining hall.' },
              'http://islandwood.org/school_programs/educators/sesi-2012/sesi-2010/sesi-2009-pictures/DSCN1323.jpg/image_large': { caption: 'Presenter Stacy Noland tells us about his Moontown Foundation (http://www.moontownfoundation.org)' },
              'http://islandwood.org/school_programs/educators/sesi-2012/sesi-2010/sesi-2009-pictures/DSCN1301.jpg/image_large': { caption: 'The topics and presenters generated much discussion.' },
              'http://islandwood.org/school_programs/educators/sesi-2012/sesi-2010/sesi-2009-pictures/DSCN1264.jpg/image_large': { caption: 'We\'ll have another Sustainable Art Project in 2010. We\'re working towards a silk screen project where you can print to whatever cloth item you bring.' },
              'http://islandwood.org/school_programs/educators/sesi-2012/sesi-2010/sesi-2009-pictures/DSCN1244.jpg/image_large': { caption: 'We had many opportunities to explore the sustainable design elements of IslandWood\'s LEED Gold Level Campus.  In this case, we\'re looking at the Learning Studio with it\'s PV roof.' },
              'http://islandwood.org/school_programs/educators/sesi-2012/sesi-2010/sesi-2009-pictures/DSCN1215.jpg/image_large': { caption: 'Victor Nolet welcomes everyone at the beginning of the conference.' },
              'http://islandwood.org/school_programs/educators/sesi-2012/sesi-2010/sesi-2009-pictures/DSCN1191.jpg/image_large': { caption: 'IslandWood\'s Great Hall was the venue for the large group activities.' },
              'http://islandwood.org/school_programs/educators/sesi-2012/sesi-2010/sesi-2009-pictures/DSC00141.jpg/image_large': { caption: 'With temperatures at the highest ever recorded, we help many sessions outdoors. We like to do this even when it\'s not blistering hot!' }
 };

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


});



