//<![CDATA[
	window.addEvent('domready', function(){
	var data = {
		'Thomas_Starr_King.jpg': { caption: 'Rev Thomas Starr King' }, 
		'Front_Street_1869.jpg': { caption: 'Front Street, Sacramento, 1869' }, 
		'1915-001.jpg': { caption: '1415 27th St, Sacramento, 1915' }, 
		'1920-001.jpg': { caption: 'Arbor Day Celebration, 1920' },
		'Berkeley_Blake_1921.jpg': {caption: 'Rev Berkeley B. Blake, 1921-1927'},
		'1922-001.jpg': { caption: 'Sacramento Unitarian Society, 1922' },
		'1960-201.jpg': { caption: 'Rev Theodore Curtis Abell, 1945-1960'},
		'1950-009.jpg': { caption: 'First Unitarian Church of Sacramento Youth, 1950'},
		'1953-010.jpg': { caption: '27th Street Coffee Hour, 1953'},
		'1959-101.jpg': { caption: 'Sierra Boulevard Site for New Church, 1958'},
		'1958-103.jpg': { caption: 'John Harvey Carter, Ted Abell and Carl Anderson with Master Plan'},
		'1959-020.jpg': { caption: 'Groundbreaking Ceremony, Sunday, August 23, 1959'},
		'1959-124.jpg': { caption: 'Installing the Laminated Wood Beams for the New Social Hall'},
		'1959-133.jpg': { caption: 'Contruction Continues at the Sierra Blvd Site'},
		'1960-101.jpg': { caption: 'The House of a Thousand Windows'},
		'1960-202.jpg': { caption: 'Rev Ford Lewis, 1960-1970'},
		'1963-004.jpg': { caption: 'Theater One Production, 1963'},
		'1971-001.jpg': { caption: 'Rev Theodore Webb, 1971-1983'},
		'1990-128.jpg': { caption: 'Dinner in the Social Hall, 1990'},
		'Doug_Kraft.jpg': { caption: 'Rev Douglas Kraft, 2000-present'}
	    };
	// Note the use of "linked: true" which tells Slideshow to auto-link all slides to the full-size image.
	var myShow = new Slideshow('show', data, { 
		captions: true, 
		controller: true, 
		delay: 8000, 
		height: 300, 
		hu: 'http://uuss.org/modules/Misc/HistoryFiles/photos/', 
		linked: true, 
		width: 400 });

	// Here we create the Lightbox instance and will use the "close" and "open" 
	// callbacks to pause our show while the modal window is visible.
	var box = new Lightbox({ 
		'onClose': function(){ this.pause(false); }.bind(myShow), 
		'onOpen': function(){ this.pause(true); }.bind(myShow) 
		});
	});
//]]>