 window.addEvent('domready', function()

		 {
	 var data = {
			 'feature_adult_grow_groups.jpg' : {caption: 'Adult Grow Groups', href:'grow_adults.php', target:''},
			 'feature_weekly_podcast.jpg' : {caption: 'Weekly Podcast', href:'media_podcast.php?feed=html', target:''},
			 'feature_elevate_teams.jpg' : {caption: 'Elevate Teams', href:'http://bwckids.com/', target:'_blank'},
			 'feature_revolution_youth.jpg' : {caption: 'Revolution Youth', href:'connect_rev_youth.php', target:''},
			 'feature_planofsalvation.jpg' : {caption: 'Plan of Salvation', href:'plan_of_salvation.php', target:''}

			 
		
			 
			 
	 };

	 
	 var myShow = new Slideshow('show', data, {
		 preload:true, 
		 titles: true, 
		 random: false, 
		 delay: 5000,
		 hold:7000,
		 controller: false, 
		 height: 348,
		 width: 831,
		 loader:false,
		 overlap: true,
		 hu: 'res/img/features/', 
		 thumbnails: true,
		 captions: false
		 });

		 });