function startGallery() {
	var myGallery = new gallery($('myGallery'), {
		timed: true,
		showArrows: true,
		showCarousel: true,
		textShowCarousel: 'Gallery',
		delay: 6000
	});
}

window.addEvent('domready',startGallery);
