

registerPloneFunction( function() {

var data = { 
              'http://chancellor.ucla.edu/photos/staff-events/staff-honors-1.jpg/image_large': { caption: 'Staff Honors Reception – Chancellor Block with staff members at annual reception acknowledging those who participated in or managed career development programs. (May 2009)' },
              'http://chancellor.ucla.edu/photos/staff-events/staff-honors-2.jpg/image_large': { caption: 'Staff Honors Reception – Chancellor Block with more staff members. (May 2009)' },
              'http://chancellor.ucla.edu/photos/staff-events/staff-honors-3.jpg/image_large': { caption: 'Staff Honors Reception – Chancellor Block with Sherry Lewis, associate director of UCLA Transportation-Fleet &amp; Transit. (May 2009)' },
              'http://chancellor.ucla.edu/photos/staff-events/faculty-center-anniversary.jpg/image_large': { caption: 'Faculty Center 50th Anniversary Celebration – Chancellor Block gets the honor of cutting the cake. Also photographed from left to right are Professors Vijay Gupta, John Edmond and Ronald Mellor. (May 2009)    ' },
              'http://chancellor.ucla.edu/photos/staff-events/staff-town-hall-1.jpg/image_large': { caption: 'Staff Town Hall – On stage with Chancellor Block is Kyrie Bass, president of Staff Assembly. (April 2009)' },
              'http://chancellor.ucla.edu/photos/staff-events/staff-town-hall-2.jpg/image_large': { caption: 'Staff Town Hall – Chancellor Block updates staff on budget issues and other campus news. (April 2009)' },
              'http://chancellor.ucla.edu/photos/staff-events/staff-picnic-1.jpg/image_large': { caption: 'All-Staff Picnic — Chancellor and Mrs. Block enjoy the picnic. (August 2008)' },
              'http://chancellor.ucla.edu/photos/staff-events/staff-picnic-2.jpg/image_large': { caption: 'All-Staff Picnic — AVC Keith Parker introduces the Blocks to participants of the Summer Youth Employment Training Program who are working in Government &amp; Community Relations. (August 2008) ' }
 };

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


});


