	// 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' : 20,
		// transition duration in seconds
		'transtime': 1,
		// slide time in seconds
		'slidetime': 7,
		// width of the slide (optional)
		'width' : 1000,
		// height of the slide (optional)
		'height': 350,
		// alt text for the image (optional)
		'alt' : 'This is why GSF is so unique',
		// css class assigned to the slide <img> (optional)
		'css' : ''
	};
	// list of images to display
	var A_ITEMS = [
'img/home_rot_9.jpg',
'img/home_rot_5.jpg',
'img/home_rot_6.jpg',
'img/home_rot_4_v3.jpg',
'img/home_rot_8.jpg',
'img/home_rot_7.jpg',
'img/home_rot_14.jpg',
'img/home_rot_3.jpg',
'img/home_rot_12.jpg',
'img/home_rot_13.jpg',
'img/home_rot_11.jpg',
'img/home_rot_10.jpg',
'img/home_rot_15.jpg'								 
	];
	// fader initialization	
	var mySlideShow = new tFader (A_ITEMS, A_TPL);
