	// 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' : 20,
		// transition duration in seconds
		'transtime': 3,
		// slide time in seconds
		'slidetime': 5,
		// width of the slide (optional)
		'width' : 250,
		// height of the slide (optional)
		'height': 150,
		// alt text for the image (optional)
		'alt' : 'Velkommen til Hotel Svanen',
		// css class assigned to the slide <img> (optional)
		'css' : ''
	};

	// list of images to display
	var A_ITEMS = [
		'grafik/rotation/food1.jpg',
		'grafik/rotation/room2.jpg',
		'grafik/rotation/toilet2.jpg',
		'grafik/rotation/keys.jpg',
		'grafik/rotation/restaurant2.jpg',
		'grafik/rotation/vinkaelder.jpg',
		'grafik/rotation/bar.jpg',
		'grafik/rotation/room1.jpg'
	];

	// fader initialization	
	var mySlideShow = new tFader (A_ITEMS, A_TPL);