
// 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': 7,
		// width of the slide (optional)
		'width' : 443,
		// height of the slide (optional)
		'height': 320,
		// alt text for the image (optional)
		'alt' : 'Bocktown',
		// css class assigned to the slide <img> (optional)
		'css' : ''
	};

	// fader initialization	
	// photoarray is defined in getimages.php and called from home_content.php
	var mySlideShow = new tFader (photoarray, A_TPL);


