	// 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' : 20,
		// transition duration in seconds
		'transtime': 1,
		// slide time in seconds
		'slidetime': 10,
		// width of the slide (optional)
		'width' : 945,
		// height of the slide (optional)
		'height': 223,
		// alt text for the image (optional)
		'alt' : 'TFP Home Page Slide Show',
		// css class assigned to the slide <img> (optional)
		'css' : ''
	};

	// list of images to display
	var A_ITEMS = [
		'HomeQuestions/HomeQ01.jpg',
		'HomeQuestions/HomeQ02.jpg',
		'HomeQuestions/HomeQ03.jpg',
		'HomeQuestions/HomeQ04.jpg',
		'HomeQuestions/HomeQ05.jpg',
		'HomeQuestions/HomeQ06.jpg',
		'HomeQuestions/HomeQ07.jpg',
		'HomeQuestions/HomeQ08.jpg',
		'HomeQuestions/HomeQ09.jpg',
		'HomeQuestions/HomeQ10.jpg',
		'HomeQuestions/HomeQ11.jpg',
		'HomeQuestions/HomeQ12.jpg',
		'HomeQuestions/HomeQ13.jpg',
		'HomeQuestions/HomeQ14.jpg',
		'HomeQuestions/HomeQ15.jpg',
		'HomeQuestions/HomeQ16.jpg',
		'HomeQuestions/HomeQ17.jpg',
		'HomeQuestions/HomeQ18.jpg',
		'HomeQuestions/HomeQ19.jpg',
		'HomeQuestions/HomeQ20.jpg',
		'HomeQuestions/HomeQ21.jpg',
		'HomeQuestions/HomeQ22.jpg',
		'HomeQuestions/HomeQ23.jpg',
		'HomeQuestions/HomeQ24.jpg',
		'HomeQuestions/HomeQ25.jpg',
		'HomeQuestions/HomeQ26.jpg',
		'HomeQuestions/HomeQ27.jpg',
		'HomeQuestions/HomeQ28.jpg'
	];

	// fader initialization	
	var mySlideShow = new tFader (A_ITEMS, A_TPL);
