// JavaScript Document
function Eventigolast(nippo,anny) {
		if (nippo==''){
			var theUrl="/cms/Eventi/Eventi"+anny;
			document.location.href = theUrl;
			return;
		}else if(anny=='main'){
			var theUrl="/cms/"+nippo;
			document.location.href = theUrl;
		}else{
			var theUrl="/cms/Eventi/Eventi"+anny+"/"+nippo;
			document.location.href = theUrl;
		}
}
function Curhand() {
        document.body.style.cursor = "pointer";
}
function Curdef() {
        document.body.style.cursor = "default";
}

