/* ANTI-SPAM */

function noSpam(user,domain) {
	document.location = "mailto:" + user + "@" + domain;
}