

registerPloneFunction( function() {

var data = { 
              'http://www.yesmagazine.org/multimedia/yes-photo-essays/lets-think-peace/century-of-war-cyclone/image_large': { caption: 'The Century of War Cyclone. Oil on Canvas. 84"x138"' },
              'http://www.yesmagazine.org/multimedia/yes-photo-essays/lets-think-peace/huong_02.jpg/image_large': { caption: ' Youth, War, and Peace. Oil on canvas, 30" x 30".' },
              'http://www.yesmagazine.org/multimedia/yes-photo-essays/lets-think-peace/faces-of-war-7/image_large': { caption: '"Every time I look at the horror faces of the current war victims, every single face I look at, I see myself in them," says Huong. "Suddenly all my pain and anger I have buried deep inside are surging up like a bleeding wound."   Faces of War 7. Oil on Canvas. 30" by 30."' },
              'http://www.yesmagazine.org/multimedia/yes-photo-essays/lets-think-peace/huong_03.jpg/image_large': { caption: 'Standing in sharp contrast to her war pieces, Huong\'s Let\'s Think Peace series illustrates her vision of a more peaceful world.   Let\'s Think Peace 1. Oil on canvas, 30" x 30".' },
              'http://www.yesmagazine.org/multimedia/yes-photo-essays/lets-think-peace/huong_04.jpg/image_large': { caption: 'Let\'s Think Peace 2. Oil on canvas, 30 x 30". ' },
              'http://www.yesmagazine.org/multimedia/yes-photo-essays/lets-think-peace/huong_05.jpg/image_large': { caption: 'Let\'s Think Peace 10. Oil on canvas, 30" x 30".' },
              'http://www.yesmagazine.org/multimedia/yes-photo-essays/lets-think-peace/huong_06.jpg/image_large': { caption: 'The artist in front of Truth, Bring It On. 94" x 100" ' },
              'http://www.yesmagazine.org/multimedia/yes-photo-essays/lets-think-peace/huong_07.jpg/image_large': { caption: 'Thought. Oil on canvas, 47" x 72", 1998.' },
              'http://www.yesmagazine.org/multimedia/yes-photo-essays/lets-think-peace/huong_08.jpg/image_large': { caption: 'It\'s All Right. Oil on canvas, 35" x 46", 1996.' },
              'http://www.yesmagazine.org/multimedia/yes-photo-essays/lets-think-peace/huong_10.jpg/image_large': { caption: 'Huong\'s Let\'s Think Peace series includes works modeled after protest signs. Love is Peace. Photo by Deborah Silver.' },
              'http://www.yesmagazine.org/multimedia/yes-photo-essays/lets-think-peace/huong_11.jpg/image_large': { caption: 'Coming Home. Mixed media, 50" x 95", 1998. ' }
 };

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


});



