	// configuration structure
	var A_TPL6 = {
		// 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': .5,
		// slide time in seconds
		'slidetime': 4,
		// width of the slide (optional)
		'width' : 225,
		'height' : 350,
		// alt text for the image (optional)
		'alt' : 'Site Photos',
		// css class assigned to the slide <img> (optional)
		'css' : ''
	};

	// list of images to display
	var A_ITEMS6 = [
	'images/fader/2b_sm.jpg', 
	'images/fader/4d_sm.jpg', 
	'images/fader/clubhouse2_sm.jpg', 
	'images/fader/flowers_sm.jpg', 
	'images/fader/water2_sm.jpg', 
	'images/fader/golfer_lady_sm.jpg', 
	'images/fader/picnicarea1_sm.jpg'
	'images/fader/picnicarea2_sm.jpg'
	'images/fader/picnicarea3_sm.jpg'
	'images/fader/picnicarea5_sm.jpg'
	'images/fader/picnicarea7_sm.jpg'
	'images/fader/pool2_sm.jpg'
	'images/fader/1d_sm.jpg'
	'images/fader/3d_sm.jpg'
	'images/fader/hole_4_sm.jpg',
	'images/fader/hole_7_sm.jpg',
	'images/fader/motorcycles1_sm.jpg',
	'images/fader/motorcycles6_sm.jpg'
				

	
	];

	// fader initialization	
	var mySlideShow6 = new fader (A_ITEMS6, A_TPL6);
