
	// configuration structure
	var A_TPL2 = {
		// 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': 6,
		// width of the slide (optional)
		'width' : 962,
		// height of the slide (optional)
		'height': 145,
		// alt text for the image (optional)
		'alt' : 'Silvia Stoller',
		// css class assigned to the slide <img> (optional)
		'css' : 'imgSlide'
	};

	// list of images to display
	var A_ITEMS2 = [
		'http://www.silviastoller.ch/media/Seitenbilder_oben/headimage_1.jpg',
		'http://www.silviastoller.ch/media/Seitenbilder_oben/headimage_2.jpg',
		'http://www.silviastoller.ch/media/Seitenbilder_oben/headimage_3.jpg'
	];

	// fader initialization	
	var mySlideShow2 = new tFader (A_ITEMS2, A_TPL2);
