//<!--
function webmaster() {
var first = "webmaster";
var second= "prezza.net";
location.href="mailto:" + first + "@" + second;
}

function contatti() {
var first = "contatti";
var second= "prezza.net";
location.href="mailto:" + first + "@" + second;
}

function contacts() {
var first = "contacts";
var second= "prezza.net";
location.href="mailto:" + first + "@" + second;
}

function annullaNewsletter() {
var first = "annulla-newsletter";
var second= "prezza.net";
location.href="mailto:" + first + "@" + second;
}

function unsubscribeNewsletter() {
var first = "unsubscribe-newsletter";
var second= "prezza.net";
location.href="mailto:" + first + "@" + second;
}
// -->
