// 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' : 'Jacobi orgel vespers',
		// css class assigned to the slide <img> (optional)
		'css' : ''
	};

	// list of images to display
	var A_ITEMS = [
'themes/Default/img/Jacobi/MVC-868F.jpg',
'themes/Default/img/Jacobi/MVC-886S.jpg',
'themes/Default/img/Jacobi/MVC-888F.jpg',
'themes/Default/img/Jacobi/MVC-890S.jpg',
'themes/Default/img/Jacobi/MVC-891S.jpg',
'themes/Default/img/Jacobi/MVC-894F.jpg',
'themes/Default/img/Jacobi/MVC-895F.jpg',
'themes/Default/img/Jacobi/MVC-896S.jpg',
'themes/Default/img/Jacobi/MVC-898F.jpg',
'themes/Default/img/Jacobi/MVC-915S.jpg',
'themes/Default/img/Jacobi/Uithuizen-2004-001.jpg',
'themes/Default/img/Jacobi/Uithuizen-2004-002.jpg',
'themes/Default/img/Jacobi/Uithuizen-2004-008.jpg',
'themes/Default/img/Jacobi/Uithuizen-2004-009.jpg',
'themes/Default/img/Jacobi/Uithuizen-2004-010.jpg',
'themes/Default/img/Jacobi/Uithuizen-2004-011.jpg',
'themes/Default/img/Jacobi/Uithuizen-2004-015.jpg',
'themes/Default/img/Jacobi/Uithuizen-2004-016.jpg',
'themes/Default/img/Jacobi/Uithuizen-2004-018.jpg',
'themes/Default/img/Jacobi/Uithuizen-2004-020.jpg',
'themes/Default/img/Jacobi/Uithuizen-2004-022.jpg',
'themes/Default/img/Jacobi/Uithuizen-2004-026.jpg',
'themes/Default/img/Jacobi/Uithuizen-2004-027.jpg',
'themes/Default/img/Jacobi/Uithuizen-2004-030.jpg',
'themes/Default/img/Jacobi/Uithuizen-2004-032.jpg',
'themes/Default/img/Jacobi/Uithuizen-2004-033.jpg',
'themes/Default/img/Jacobi/Uithuizen-2004-045.jpg',
'themes/Default/img/Jacobi/Uithuizen-2004-046.jpg',
'themes/Default/img/Jacobi/Uithuizen-2004-060.jpg',
'themes/Default/img/Jacobi/Uithuizen-2004-068.jpg',
'themes/Default/img/Jacobi/Uithuizen-2004-069.jpg',
'themes/Default/img/Jacobi/Uithuizen-2004-071.jpg',
'themes/Default/img/Jacobi/Uithuizen-2004-072.jpg',
'themes/Default/img/Jacobi/Uithuizen-2004-074.jpg',
'themes/Default/img/Jacobi/Uithuizen-2004-075.jpg',
'themes/Default/img/Jacobi/Uithuizen-2004-076.jpg',
'themes/Default/img/Jacobi/Uithuizen-2004-077.jpg',
'themes/Default/img/Jacobi/Uithuizen-2004-078.jpg'
	];

	// fader initialization	
	var mySlideShow = new tFader (A_ITEMS, A_TPL);