			var myGallery;
			function startGallery() {
			myGallery = new gallery($('myGallery'), {
			timed: false,
			showInfopane: false,
/* rande: true,  */   /* llamar a funcion random */
			embedLinks: false,
			fadeDuration: 800,
			useHistoryManager: false,
			showArrows: true,
			showCarousel: true,
			delay: 3500
			});
			myGallery.clearTimer();
			}
			window.onDomReady(startGallery);

