

registerPloneFunction( function() {

var data = { 
              'http://www.foei.org/en/get-involved/photo/images/2010/movements-for-change/0228.jpg/image_large': { caption: '1st place - Rudolf Árpád Kozsák, Hungary: Urban bicycle parade, Budapest, Hungary. Friends of the Earth groups\' 1st choice ' },
              'http://www.foei.org/en/get-involved/photo/images/2010/movements-for-change/00353.jpg/image_large': { caption: '2nd place - Adela Nistora, Romania: Children protest the removal of ancient trees from a park in France in order to make way for an underground parking garage. ' },
              'http://www.foei.org/en/get-involved/photo/images/2010/movements-for-change/00564.jpg/image_large': { caption: '3rd place - Kaido Haagen, Estonia: Campaign in Estonia for canvas bags visually creates the effect of thousands of plastic bags in the ocean. Friends of the Earth groups\' 2nd choice ' },
              'http://www.foei.org/en/get-involved/photo/images/2010/movements-for-change/00433.jpg/image_large': { caption: '4th place (tied) - Gagan Nayar, India: Rally against Dow Chemical on the anniversary of the Bhopal gas tragedy, India. Friends of the Earth groups\' 2nd choice ' },
              'http://www.foei.org/en/get-involved/photo/images/2010/movements-for-change/00234.jpg/image_large': { caption: '4th place (tied) - Tatiana Rodriguez, Mexico: Protestor at a silent march in Mexico against the abuse of women.' },
              'http://www.foei.org/en/get-involved/photo/images/2010/movements-for-change/00181.jpg/image_large': { caption: '5th place - Jean Schwarz, Brazil: Worker in a recycling cooperative in Brazil.   ' },
              'http://www.foei.org/en/get-involved/photo/images/2010/movements-for-change/00695.jpg/image_large': { caption: '6th place - Wissam Nassar, Palestine: Palestinian demonstrators run for cover after Israeli forces opened fire at a peaceful demonstration to resist Israel\'s allocation of 300-meter-wide buffer zone along its borders with Gaza. The buffer zone restricts farmers\' access to their land.' },
              'http://www.foei.org/en/get-involved/photo/images/2010/movements-for-change/0059.jpg/image_large': { caption: '7th place - Alex G. Kamweru, Kenya: A mother carries her child on her back as she plants tree seedlings during a community reforestation exercise in Kenya.' },
              'http://www.foei.org/en/get-involved/photo/images/2010/movements-for-change/00432.jpg/image_large': { caption: '8th place - Gagan Nayar, India: Child at protest rally on the anniversary of the Bhopal gas tragedy, India.' },
              'http://www.foei.org/en/get-involved/photo/images/2010/movements-for-change/00437.jpg/image_large': { caption: '9th place (tied) - Gert Steenssens, Colombia: An artist performs a water ritual during a demonstration in support of a referendum that would have water included as a basic human right in the Colombian Constitution.' },
              'http://www.foei.org/en/get-involved/photo/images/2010/movements-for-change/00537.jpg/image_large': { caption: '9th place (tied) - Pradeep Tewari, India: Students of India\'s Government College for Girls take a pledge to fight against female feticide.' },
              'http://www.foei.org/en/get-involved/photo/images/2010/movements-for-change/00401.jpg/image_large': { caption: '10th place (tied) - Belén Déniz Martín, Spain: March in favor of the resumption of public transport on this road in the Canary Islands, Spain.' },
              'http://www.foei.org/en/get-involved/photo/images/2010/movements-for-change/0067.jpg/image_large': { caption: '10th place (tied) - Nahed Hamdi, USA: Demonstration against the Iraq war, United States. ' }
 };

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: 6000,
                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]';


});



