
	// 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' : 298,
		// height of the slide (optional)
		'height': 115,
		// alt text for the image (optional)
		'alt' : 'www.leuechotzeler.ch',
		// css class assigned to the slide <img> (optional)
		'css' : 'imgSlide'
	};

	// list of images to display
	var A_ITEMS2 = [
		'images/content/bilder_head/rechts_01.jpg',
		'images/content/bilder_head/rechts_02.jpg',
		'images/content/bilder_head/rechts_03.jpg',
		'images/content/bilder_head/rechts_04.jpg',
		'images/content/bilder_head/rechts_05.jpg',
		'images/content/bilder_head/rechts_06.jpg',
		'images/content/bilder_head/rechts_07.jpg',
		'images/content/bilder_head/rechts_08.jpg',
		'images/content/bilder_head/rechts_09.jpg',
		'images/content/bilder_head/rechts_10.jpg',
		'images/content/bilder_head/rechts_11.jpg',
		'images/content/bilder_head/rechts_12.jpg',
		'images/content/bilder_head/rechts_13.jpg',
		'images/content/bilder_head/rechts_14.jpg',
		'images/content/bilder_head/rechts_15.jpg',
		'images/content/bilder_head/rechts_16.jpg',
		'images/content/bilder_head/rechts_17.jpg',
		'images/content/bilder_head/rechts_18.jpg'
	];

	// fader initialization	
	var mySlideShow2 = new tFader (A_ITEMS2, A_TPL2);

