	  window.addEvent('domready', function(){
	    var data = {
			'1.jpg': { 'caption': 'Christoper Jones - Lead Singer and Guitarist' },
			'3.jpg': { 'caption': 'Jon Wan - Lead Guitar, Backup Vocals' },
			'2.jpg': { 'caption': 'Joe Williams - Bass Guitar' },
			'5.jpg': { 'caption': 'Van Patacxil - Keys, Backup Vocals' },
			'4.jpg': { 'caption': 'Troy Holcomb - Drummer' }
	    }
//	var myShow = new Slideshow('my_show', data, { captions: true, controller: true, hu: 'images/' });
	var myShow = new Slideshow.KenBurns('my_show', data, { captions: false, controller: true, delay: 4000, duration: 1000, height: 352, hu: 'pictures/the_band/', thumbnails: true, width: 475, zoom: 25 });
	});
