	  window.addEvent('domready', function(){
	    var data = {
			'nrg.jpg': { caption: 'Youth Camp' },
			'youth2.jpg': { caption: '' },
		    'stuff.jpg': { caption: 'Stuff' },
			'youth3.jpg': { caption: '' },
			'starbucks.jpg': { caption: 'Saint Arbucks Cafe' },
			'youth1.jpg': { caption: '' },
			'be-all-there.jpg': { caption: 'Be All There' },
			'youth4.jpg': { caption: '' },
	    };
	    var myShow = new Slideshow('show', data, {controller: true, height: 375, hu: '/slides/', thumbnails: true, width: 500});
	  });

