
<!-- comment out the script to hide it from older browsers

// This function creates a robot-proof e-mail link
// Davide Andrea 2004
function mail(d,u,t){	// Receives the name of the domain and the user, and the text to be displayed (if blank, show the actual address)
	var a = "@"; var b = u + a + d;
	document.write("<a href=" + "ma" + "il" + "to:" + b + ">" + (t == ''? b : t) + "<" + "/a>")
}


//	-->
