

registerPloneFunction( function() {

var data = { 
              'http://fitforher.net/Members/oklahoma02/club-pictures/4-Cardio%20Equip.JPG/image_large': { caption: '4-Cardio Equip' },
              'http://fitforher.net/Members/oklahoma02/club-pictures/5-Cardio%20Equip.JPG/image_large': { caption: '5-Cardio Equip' },
              'http://fitforher.net/Members/oklahoma02/club-pictures/7-Strength%20Equip..JPG/image_large': { caption: '7-Strength Equip.' },
              'http://fitforher.net/Members/oklahoma02/club-pictures/9-Fitness%20Room.JPG/image_large': { caption: '9-Fitness Room' },
              'http://fitforher.net/Members/oklahoma02/club-pictures/10-Dressing%20Area.JPG/image_large': { caption: '10-Dressing Area' },
              'http://fitforher.net/Members/oklahoma02/club-pictures/14%20-%20Stand%20Up%20Tanning.JPG/image_large': { caption: '14 - Stand Up Tanning' },
              'http://fitforher.net/Members/oklahoma02/club-pictures/15%20-%20Massage%20Chairs.JPG/image_large': { caption: '15 - Massage Chairs' },
              'http://fitforher.net/Members/oklahoma02/club-pictures/8-Free%20Weights.jpg/image_large': { caption: '8-Free Weights' },
              'http://fitforher.net/Members/oklahoma02/club-pictures/12-Dressing%20ARea.JPG/image_large': { caption: '12-Dressing ARea' },
              'http://fitforher.net/Members/oklahoma02/club-pictures/13-Lay%20Down%20Tanning.JPG/image_large': { caption: '13-Lay Down Tanning' },
              'http://fitforher.net/Members/oklahoma02/club-pictures/11%20-Dressing%20Area.JPG/image_large': { caption: '11 -Dressing Area' },
              'http://fitforher.net/Members/oklahoma02/club-pictures/6-Strength%20Equip..JPG/image_large': { caption: '6-Strength Equip.' },
              'http://fitforher.net/Members/oklahoma02/club-pictures/3-Lobby.JPG/image_large': { caption: '3-Lobby' }
 };

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


});



