function makeEm(tld, domain, handleB, handleA) {
	return handleA + handleB + '@' + domain + '.' + tld;
}
