<!-- comment out the script to hide it from older browsers// This function creates a robot-proof e-mail link// Davide Andrea 2005function mail(d,u,L){	// Receives the name of the domain and the user	var a = "@"; var b = u + a + d;	document.write("<a href=" + "ma" + "il" + "to:" + b + ">")	if (L) document.write(b + "<" + "/a>")}//	-->
