	// configuration structure
	var A_TPL1 = {
		// 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': .5,
		// slide time in seconds
		'slidetime': 3,
		// width of the slide (optional)
		'width' : 600,
		// height of the slide (optional)
		'height': 250,
		// alt text for the image (optional)
		'alt' : 'Devotion Paintball - In God We Trust',
		// css class assigned to the slide <img> (optional)
		'css' : ''
	};

	// list of images to display
	var A_ITEMS1 = [
		'images/wfpict1.jpg',
		'images/wfpict2.jpg',
		'images/wfpict3.jpg',
		'images/wfpict4.jpg',
		'images/wfpict6.jpg',
		'images/wfpict7.jpg',
		'images/wfpict8.jpg'
	];

	// fader initialization	
	var mySlideShow1 = new tFader (A_ITEMS1, A_TPL1);
