function callOutlook(name, domain) { location.href = "mailto:"+name+"@"+domain; }
