







// configuration structure







	var A_TPL = {







		// randomize the array each time page loads







		'random' : false,







		// number of transparency changes during the transition







		//	increase for smoother transition, reduce for less CPU usage







		'steps' : 40,







		// transition duration in seconds







		'transtime': .8,







		// slide time in seconds







		'slidetime': 5.5,







		// width of the slide (optional)







		'width' : 579,







		// height of the slide (optional)







		'height': 289,







		// alt text for the image (optional)







		'alt' : 'Slideshow',







		// css class assigned to the slide <img> (optional)







		'css' : ''







	};















	// list of images to display







	var A_ITEMS = [
				   		'flash_banners/potluck.jpg',	
						'flash_banners/valentinebanner.jpg',	
'flash_banners/superbowl.jpg',	
	
		'flash_banners/giveonline.jpg',		
	'flash_banners/promotion2011flash.jpg',
			'flash_banners/flashbannerbiblestudy.jpg',

			'flash_banners/community.jpg',



				

	'flash_banners/meals.jpg',

							'flash_banners/school1.jpg',



														'flash_banners/school2.jpg',



																					'flash_banners/school3.jpg',



			'flash_banners/flashpic1.jpg',







		'flash_banners/flashpic2.jpg',







		'flash_banners/flashpic3.jpg',







				'flash_banners/flashpic4.jpg'







































	















		







		















		















	];















	// fader initialization	







	var mySlideShow = new tFader (A_ITEMS, A_TPL);
















