	// configuration structure
	var A_TPL = {
		// randomize the array each time page loads
		'random' : true,
		// number of transparency changes during the transition
		//	increase for smoother transition, reduce for less CPU usage
		'steps' : 10,
		// transition duration in seconds
		'transtime': .25,
		// slide time in seconds
		'slidetime': 3,
		// width of the slide (optional)
		'width' : 540,
		// height of the slide (optional)
		'height': 405,
		// alt text for the image (optional)
		'alt' : 'St. Jude Hall',
		// css class assigned to the slide <img> (optional)
		'css' : ''
	};

	// list of images to display
	var A_ITEMS = [
		'images/stjude01.jpg',
		'images/stjude02.jpg',
		'images/stjude03.jpg',
		'images/stjude04.jpg',
		'images/stjude05.jpg',
		'images/stjude06.jpg',
		'images/stjude07.jpg',
		'images/stjude08.jpg',
		'images/stjude09.jpg',
		'images/stjude10.jpg'
		
	];

	// fader initialization	
	var mySlideShow = new tFader (A_ITEMS, A_TPL);