 window.addEvent('domready', function()

		 {
	 var data = {		 

			 'feature_familyfirst.jpg' : {caption: 'Family First'},
			 'feature_pockettestament.jpg' : {caption: 'The Pocket Testament League', href:'http://www.pocketpower.org/', target:'_blank'},
			 'feature_planofsalvation.jpg' : {caption: 'Plan of Salvation', href:'plan_of_salvation.php', target:''},
			 'feature_prayer_times.jpg' : {caption: 'Prayer Times', href:'prayer_requests.php', target:''},
			 'feature_explore_teams.jpg' : {caption: 'Elevate Teams', href:'connect_bwc_kids.php', target:''},
			 'feature_revolution_youth.jpg' : {caption: 'Revolution Youth', href:'connect_rev_youth.php', target:''},
			 'feature_adult_grow_groups.jpg' : {caption: 'Adult Grow Groups', href:'grow_adults.php', target:''},
			 'feature_celebraterecovery11.jpg' : {caption: 'Celebrate Recovery'},
			 'feature_churchdirectory12.jpg' : {caption: 'Church Directory Signup', href:'https://www.securedata-trans14.com/ap/brookhillwesleyan/index.php?page=10', target:'_blank'},
			 'feature_acquirethefire12.jpg' : {caption: 'Acquire the Fire 2012', href:'http://www.acquirethefire.com/tour/greensboro/', target:'_blank'},
			 'feature_discoverthejoy12.jpg' : {caption: 'Discover the Joy 2012', href:'http://www.discoverthejoy.ws', target:'_blank'},
			 'feature_love4life12.jpg' : {caption: 'Love 4 Life 2012', href:'http://www.aacc.net/conferences/2012-love-for-life/', target:'_blank'},
			 'feature_soulshift12.jpg' : {caption: 'Soul Shift Sermon Series', href:'media_podcast.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
		 });

		 });
