// mask email address
var domain;
var id;
function glwb(domain, id) {
location.href = "mailto:" + id + "@" + domain;
}