﻿	// configuration structure
	var A_TPL = {
		// 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' : 20,
		// transition duration in seconds
		'transtime': .5,
		// slide time in seconds
		'slidetime': 5,
		// width of the slide (optional)
		'width' : 670,
		// height of the slide (optional)
		'height': 170,
		// alt text for the image (optional)
		'alt' : 'C.L.G., Cloch na gCoillte',
		// css class assigned to the slide <img> (optional)
		'css' : ''
	};

	// list of images to display
	var A_ITEMS = [
		'/Images/Content/ComplexFront.jpg',
		'/Images/Content/Stand.jpg',
		'/Images/Content/BackPitch.jpg',
		'/Images/Content/BalconyView.jpg',
		'/Images/Content/Gym.jpg',
		'/Images/Content/ChangingRooms.jpg',
		'/Images/Content/BarLounge.jpg',
		'/Images/Content/DiningArea.jpg'

	];

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