// configuration structure
	var A_TPL2 = {
		// randomize the array each time page loads
		'random' : false,
		// number of transparency changes during the transition
		//	increase for smoother transition, reduce for less CPU usage
		'steps' : 5,
		// transition duration in seconds
		'transtime': .5,
		// slide time in seconds
		'slidetime': 2,
		// width of the slide (optional)
		'width' : 290,
		// height of the slide (optional)
		'height': 68,
		// alt text for the image (optional)
		'alt' : 'Register to Win Free Gig Tickets',
		// css class assigned to the slide <img> (optional)
		'css' : 'noStyle'
	};

	// list of images to display
	var A_ITEMS2 = [
		'assets/images/img-buttonRegister.gif',
		'assets/images/img-buttonRegister2.gif'
	];

	// fader initialization	
	var mySlideShow2 = new tFader (A_ITEMS2, A_TPL2);