// JavaScript Document

// testa	id logo2
			function startGallery() {
				var logo2 = new gallery($('logo2'), {
					timed: true,
					showArrows: false,
					showCarousel: false,
					embedLinks: false
				});
				document.gallery = logo2;
			}
			window.onDomReady(startGallery);

	