function getMail(host, name, obj) 
{
	obj.href = 'mailto:' + name + '@' + host;
	obj.innerHTML = name + '@' + host;
}
