function writeML(a,b,c) {
	var eml = a+'@'+b+'.'+c;
	document.write('<a href="mai'+'lto:'+eml+'">'+eml+'</a>');
}
