function eml(u, d, e) {
	document.write('<a href="mailto:'+u+'@'+d+'.'+e+'">'+u+'@'+d+'.'+e+'</a>');
}
