onload = function() {
	if(!document.getElementsByTagName) return;
	l=document.getElementsByTagName("a");
	for(i=0;i<l.length;i++){
		if(l[i].className.indexOf("links")!=-1) {
			l[i].onclick=function(){window.open(this.href);return(false)};
		}
	}
}
function pagina() { 
	var p = document.getElementById('pagine').vai
	location.href = p.options[p.selectedIndex].value; 
}
function scrivi(domain,user) {
	document.location.href = "mailto:" + user + "@" + domain + "?subject=Richiesta Info. Inviata da www.siciliamania.it";
}