			window.RokSlideshowPath = '';
			var myshow;
			window.addEvent('load', function(){
				var imgs = [];

				imgs.push({
					file: 'calvary.jpg',
					title: '',
					desc: '',
					url: '#'
					
				});
				imgs.push({
					file: 'CongregationSingingOct24.2010.jpg',
					title: '',
					desc: 'Congregation (left side) singing during worship service, Oct. 24, 2010',
					url: '#'
				
				});
				imgs.push({
					file: 'PastorLorieHersheyOct24.2010.jpg',
					title: '',
					desc: 'Pastor Lorie Hershey preaching on Sunday, Oct. 24, 2010',
					url: '#'
					
				});
				imgs.push({
					file: 'DrickChildrensTimeOct24.2010.jpg',
					title: '',
					desc: 'Children\'\s Time during worship service, Sunday Oct. 24, 2010',
					url: '#'
					
				});
				imgs.push({
					file: 'AdultSundaySchoolOct24.2010.jpg',
					title: '',
					desc: 'Adult Sunday School class, Oct. 24, 2010',
					url: '#'
					
				});
				imgs.push({
					file: 'Christmas Play 2010-14.jpg',
					title: '',
					desc: 'Christmas Play, 2010',
					url: '#'
					
			});
				imgs.push({
					file: 'Christmas Play 2010-11.jpg',
					title: '',
					desc: 'Christmas Play, 2010',
					url: '#'
					
				});
				imgs.push({
					file: 'MayFair2010.BannerAndSign.jpg',
					title: '',
					desc: 'WPMF Peace Group at Clark Park for May Fair 2010',
					url: '#'
					
				});
				imgs.push({
					file: 'MayFair2010.TShirtsMade.jpg',
					title: '',
					desc: 'T-shirts made for kids at May Fair 2010',
					url: '#'
					
			
				});
				imgs.push({
					file: 'church retreat 2010 - all in a line.jpg',
					title: '',
					desc: 'Church Retreat, April 2010',
					url: '#'
			
				});
				imgs.push({
					file: 'church retreat 2010 - relay game line.jpg',
					title: '',
					desc: 'Church Retreat, April 2010',
					url: '#'
					
				});
				imgs.push({
					file: 'church retreat 2010 - sitting on the grass.jpg',
					title: '',
					desc: 'Church Retreat, April 2010',
					url: '#'
				
					
				});
				imgs.push({
					file: 'heading_gods_call.jpg',
					title: 'Heeding God\'s Call',
					desc: 'A call to oppose gun violence in Philadelphia',
					url: 'http://www.peacegathering2009.org/gathering-home'
					
				});
				imgs.push({
					file: 'interfaith_walk.jpg',
					title: '',
					desc: '',
					url: '#'
					
				});	
					
				myshow = new Slideshow('slides', { 
					type: 'combo',
					showTitleCaption: 1,
					captionHeight: 45,
					width: 240, 
					height: 180, 
					pan: 0,
					zoom: 0,
					loadingDiv: 0,
					resize: true,
					duration: [2000, 9000],
					transition: Fx.Transitions.Expo.easeOut,
					images: imgs, 
					path: 'Images/slideshow/'
				});

				myshow.caps.h2.setStyles({
					color: '#fff',
					fontSize: '13px'
				});
				myshow.caps.p.setStyles({
					color: '#ccc',
					fontSize: '11px'
				});
			});

