	// 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': .25,
		// slide time in seconds
		'slidetime': 3,
		// width of the slide (optional)
		'width' : 288,
		// height of the slide (optional)
		'height': 216,
		// alt text for the image (optional)
		'alt' : 'The Georgetown',
		// css class assigned to the slide <img> (optional)
		'css' : ''
	};

	// list of images to display
	var A_ITEMS = [
		'images/cun_200124pb1[1].jpg',
		'images/cun_200124pd1[1].jpg',
		'images/cun_200124pd2[1].jpg',
		'images/cun_200124pd3[1].jpg',
		'images/cun_200124pd4[1].jpg',
		'images/cun_200124pd5[1].jpg',
		'images/cun_200124pj1[1].jpg',
		'images/cun_200124pj2[1].jpg',
		'images/cun_200124po1[1].jpg',
		'images/cun_200124pp1[1].jpg',
		'images/cun_200124pp2[1].jpg',
		'images/cun_200124pr2[1].jpg',
		'images/cun_200124pr4[1].jpg',
		'images/puj_213739pj2[1].jpg',
		'images/puj_213739po3[1].jpg',
		'images/puj_213739pp1[1].jpg',
		'images/puj_213739pp2[1].jpg',
		'images/puj_213739pp3[1].jpg',
		'images/puj_213739pr3[1].jpg'
		
	];

	// fader initialization	
	var mySlideShow = new tFader (A_ITEMS, A_TPL);