	// 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': .5,
		// slide time in seconds
		'slidetime': 5,
		// width of the slide (optional)
		'width' : 724,
		// height of the slide (optional)
		'height': 161,
		// alt text for the image (optional)
		'alt' : 'The Cellar',
		// css class assigned to the slide <img> (optional)
		'css' : ''
	};

	// list of images to display
	var A_ITEMS = [
		'http://www.thecellarrocks.com/images/cellarheader01.jpg',
		'http://www.thecellarrocks.com/images/cellarheader02.jpg',
		'http://www.thecellarrocks.com/images/cellarheader03.jpg',
		'http://www.thecellarrocks.com/images/cellarheader04.jpg',
		'http://www.thecellarrocks.com/images/cellarheader05.jpg',
		'http://www.thecellarrocks.com/images/cellarheader06.jpg',
		'http://www.thecellarrocks.com/images/cellarheader07.jpg',
		'http://www.thecellarrocks.com/images/cellarheader08.jpg',
		'http://www.thecellarrocks.com/images/cellarheader09.jpg'
	];

	// fader initialization	
	var mySlideShow = new tFader (A_ITEMS, A_TPL);