

registerPloneFunction( function() {

var data = { 
              'http://www.norwayrevivalchurch.com/bilder/nrc-images/141.jpg/image_large': { caption: '' },
              'http://www.norwayrevivalchurch.com/bilder/nrc-images/CHOIRMASTER-ANNETTE-TUYISAB.jpg/image_large': { caption: '' },
              'http://www.norwayrevivalchurch.com/bilder/nrc-images/Economy-and-youth-leader-Ev.jpg/image_large': { caption: '' },
              'http://www.norwayrevivalchurch.com/bilder/nrc-images/GENEVIEVE-NIYONZIMA.jpg/image_large': { caption: '' },
              'http://www.norwayrevivalchurch.com/bilder/nrc-images/NORWAY-REVIVAL-CHURCHS-MIS.jpg/image_large': { caption: '' },
              'http://www.norwayrevivalchurch.com/bilder/nrc-images/PASTOR-NAZAIRE-NYABENDA.jpg/image_large': { caption: '' },
              'http://www.norwayrevivalchurch.com/bilder/nrc-images/SECRETARY-KAGOMA-EDWIN.jpg/image_large': { caption: '' },
              'http://www.norwayrevivalchurch.com/bilder/nrc-images/JEANMARIECHOIRMASTER.JPG/image_large': { caption: 'Choir Master for NRC' },
              'http://www.norwayrevivalchurch.com/bilder/nrc-images/copy_of_JEANMARIECHOIRMASTER.JPG/image_large': { caption: 'Choir Master' },
              'http://www.norwayrevivalchurch.com/bilder/nrc-images/NURUSENGIYUMVADROMMESPILLER.JPG/image_large': { caption: 'Free Band in Jesus\'s drummer' },
              'http://www.norwayrevivalchurch.com/bilder/nrc-images/pastorbaptizing.JPG/image_large': { caption: 'Pastor experiencing the spirit of God!' },
              'http://www.norwayrevivalchurch.com/bilder/nrc-images/pastorserving.jpg/image_large': { caption: 'Pastor Nyabenda serving God!' },
              'http://www.norwayrevivalchurch.com/bilder/nrc-images/pastoratwork.JPG/image_large': { caption: 'At work!' }
 };

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


});


