var domain = "aerotechsails.eu";function unicode(text){	code = "";  	for (i=0; i < text.length; i++){		code = code + "&#" + text.charCodeAt(i) + ";";	}	return code;}function mcode(name, domain) {	codeName = unicode(name);	codeDomain = unicode(domain);	document.write(codeName + "&#64;" + codeDomain);	document.getElementById(name).href = document.getElementById(name).href + name + "@" + domain;}
