window.addEvent('domready', function() {
	document.myGallery = new gallery($('myGallery'), {
		timed: true
	});
});

