// 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': .5,
		// slide time in seconds
		'slidetime': 1,
		// width of the slide (optional)
		'width' : 500,
		// height of the slide (optional)
		'height': 400,
		// alt text for the image (optional)
		'alt' : 'Martini orgel vespers',
		// css class assigned to the slide <img> (optional)
		'css' : ''
	};

	// list of images to display
	var A_ITEMS = [
'themes/Default/img/Martini/DSC05583.jpg',
'themes/Default/img/Martini/DSC05599.jpg',
'themes/Default/img/Martini/DSC05602.jpg',
'themes/Default/img/Martini/DSC05603.jpg',
'themes/Default/img/Martini/DSC05604.jpg',
'themes/Default/img/Martini/DSC05612.jpg',
'themes/Default/img/Martini/DSC05613.jpg',
'themes/Default/img/Martini/DSC05616.jpg',
'themes/Default/img/Martini/DSC05619.jpg',
'themes/Default/img/Martini/DSC05624.jpg',
'themes/Default/img/Martini/DSC05625.jpg',
'themes/Default/img/Martini/DSC05626.jpg',
'themes/Default/img/Martini/DSC05631.jpg',
'themes/Default/img/Martini/DSC05633.jpg',
'themes/Default/img/Martini/DSC05634.jpg',
'themes/Default/img/Martini/DSC05637.jpg',
'themes/Default/img/Martini/DSC05638.jpg',
'themes/Default/img/Martini/DSC05640.jpg',
'themes/Default/img/Martini/DSC05643.jpg',
'themes/Default/img/Martini/DSC05645.jpg',
'themes/Default/img/Martini/DSC05646.jpg',
'themes/Default/img/Martini/DSC05648.jpg',
'themes/Default/img/Martini/DSC05653.jpg',
'themes/Default/img/Martini/DSC05656.jpg',
'themes/Default/img/Martini/DSC05658.jpg',
'themes/Default/img/Martini/DSC05660.jpg',
'themes/Default/img/Martini/DSC05661.jpg',
'themes/Default/img/Martini/DSC05662.jpg',
'themes/Default/img/Martini/DSC05663.jpg',
'themes/Default/img/Martini/DSC05665.jpg',
'themes/Default/img/Martini/DSC05667.jpg',
'themes/Default/img/Martini/orgel.jpg'
	];

	// fader initialization	
	var mySlideShow = new tFader (A_ITEMS, A_TPL);
