	// 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': .4,
		// slide time in seconds
		'slidetime': 3.5,
		// width of the slide (optional)
		'width' : 709,
		// height of the slide (optional)
		'height': 241,
		// alt text for the image (optional)
		'alt' : 'Paranzino Brothers Auctioneers',
		// css class assigned to the slide <img> (optional)
		'css' : ''
	};

	// list of images to display
	var A_ITEMS = [
		'images/header01.jpg',
		'images/header02.jpg',
		'images/header03.jpg',
		'images/header04.jpg',
		'images/header05.jpg',
		'images/header06.jpg',
		'images/header07.jpg',
		'images/header08.jpg',
		'images/header09.jpg',
		'images/header10.jpg',
		'images/header11.jpg',
		'images/header12.jpg',
		'images/header13.jpg',
		'images/header14.jpg'
	];

	// fader initialization	
	var mySlideShow = new tFader (A_ITEMS, A_TPL);
