function sendto(e, d, t) {
	if (t == "") {t = e + "&#64;" + d;}
	s = '<a href="mai'+'lto:'+ e + "&#64;" + d+'">'+ t +'</a>';
	document.write(s);
}
