// configuration structure
	var A_TPL2 = {
		// 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' : 35,
		// transition duration in seconds
		'transtime': 2,
		// slide time in seconds
		'slidetime': 4,
		// width of the slide (optional)
		'width' : 225,
		// height of the slide (optional)
		'height': 175,
		// alt text for the image (optional)
		'alt' : 'MBIS',
		// css class assigned to the slide <img> (optional)
		'css' : 'pics'
	};

	// list of images to display
	var A_ITEMS2 = [
		'slideshow/img_two_01.jpg',
		'slideshow/img_two_02.jpg',
		'slideshow/img_two_03.jpg',
		'slideshow/img_two_04.jpg',
		'slideshow/img_two_05.jpg',
		'slideshow/img_two_06.jpg',
		'slideshow/img_two_07.jpg',
		'slideshow/img_two_08.jpg'
	];

	// fader initialization	
	var mySlideShow2 = new tFader (A_ITEMS2, A_TPL2);