window.addEvent('domready', function() {
	document.myGallerySet = new gallerySet($('PhotoGallery'), {
		timed: false
	});
});