function makeMail(user, domain, tld, obj) {
	obj.href='mailto:'+user+'@'+domain+'.'+tld;;
	return true;
}