function confirmare(url, msg) {
	if (confirm(msg)) {
		document.location = url;	
	}
}
function startGallery() {
	var myGallery = new gallery($('myGallery'), {
	timed: true,
	showArrows: true,
	showCarousel: false
	});
}
function confirmare(url, msg) {
	if (confirm(msg)) {
		document.location = url;	
	}
}
window.addEvent('domready', startGallery);
