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

				imgs.push({
					file: 'calvary.jpg',
					title: '',
					desc: '',
					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: 'by hot dog pit 3.jpg',
					title: '',
					desc: '',
					url: '#'
					
				});
				imgs.push({
					file: 'Cedar Park Fair_093006.jpg',
					title: 'Cedar Park Fair',
					desc: '',
					url: '#'
					
				});
				imgs.push({
					file: 'Lenny, Amanda and Alex_0508.jpg',
					title: '',
					desc: '',
					url: '#'
					
				});
				imgs.push({
					file: 'by hot dog pit 1.jpg',
					title: '',
					desc: '',
					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: 'hotdogs.jpg',
					title: '',
					desc: '',
					url: '#'
					
				});
				imgs.push({
					file: 'interfaith_walk.jpg',
					title: '',
					desc: '',
					url: '#'
					
				});
				imgs.push({
					file: 'retreat_session.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'
				});
			});
