//	mascheramento indirizzo contro spammer
function Mail()
{
	var first = "contact";
	var second = "eelle.net"
	document.location = "mailto:" + first + "@" + second;
}
