

// 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' : 50,

		// transition duration in seconds

		'transtime': .5,

		// slide time in seconds

		'slidetime': 2.5,

		// width of the slide (optional)

		'width' : 444,

		// height of the slide (optional)

		'height': 264,

		// alt text for the image (optional)

		'alt' : 'Slideshow',

		// css class assigned to the slide <img> (optional)

		'css' : ''

	};



	// list of images to display

	var A_ITEMS = [

		'slideshow_images/EasterSS1.gif',

		'slideshow_images/EasterSS2.gif',
				'slideshow_images/EasterSS3.gif',
						'slideshow_images/EasterSS4.gif',

		'slideshow_images/photo7.png'

			

	];



	// fader initialization	

	var mySlideShow = new tFader (A_ITEMS, A_TPL);




