// JavaScript Document
function startGallery() {
		var myGallery = new gallery($('myGallery'), {
			timed: false
		});
	}
