function makeAddress(name, domain, ext)
{
	return name + "@" + domain + "." + ext
}