﻿function whoDat(userName) {
    return("mail" + "to:" + userName + "@" + "factor" + "." + "ca");
}

