var myGallery = "";
function startGallery() {	myGallery = new gallery($('myGallery'), {	timed: true
	});			}window.onDomReady(startGallery);
