	// 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' : 10,
		// transition duration in seconds
		'transtime': .25,
		// slide time in seconds
		'slidetime': 3,
		// width of the slide (optional)
		'width' : 540,
		// height of the slide (optional)
		'height': 405,
		// alt text for the image (optional)
		'alt' : 'VIB 2009',
		// css class assigned to the slide <img> (optional)
		'css' : ''
	};

	// list of images to display
	var A_ITEMS = [
		'images/vib2009_01.jpg',
		'images/vib2009_02.jpg',
		'images/vib2009_03.jpg',
		'images/vib2009_04.jpg',
		'images/vib2009_05.jpg',
		'images/vib2009_06.jpg'
		
	];

	// fader initialization	
	var mySlideShow = new tFader (A_ITEMS, A_TPL);