// load images for slide show

window.addEvent('domready', function(){

var data = { 'DSCF0326_900_150_Classical.jpg': { caption: '' }, 'DSCF0209_900_150_MedicalMusic.jpg': { caption: '' }, 'DSCF0211_900_150_Education.jpg': { caption: '' }, 'DSCF0928_900_150_Swing.jpg': { caption: '' }, 'DSCF1245_900_150_MusicEducation.jpg': { caption: '' }, 'DSCF1351_900_150_Latest.jpg': { caption: '' }};

new Slideshow('overlap', data, { delay: 4000, height: 150, hu: 'wtce/Slides_index/', width: 900 });

new Slideshow('noOverlap', data, { delay: 2000, height: 150, hu: 'wtce/Slides_index/', overlap: false, width: 900 });

new Slideshow.Flash('flash', data, { color: ['tomato', 'palegreen', 'orangered', 'aquamarine'], height: 150, hu: 'wtce/Slides_index/', width: 900 });

new Slideshow.Fold('fold', data, { height: 150, hu: 'wtce/Slides_index/', width: 900 });

new Slideshow.KenBurns('kenburns', data, { duration: 5000, height: 150, hu: 'wtce/Slides_index/', width: 900 });

new Slideshow.Push('push', data, { height: 150, hu: 'wtce/Slides_index/', transition: 'back:in:out', width: 900 });

});

