function noSpam(person,domain) {
    locationstring = "mailto:" + person + "@" + domain;
    window.location = locationstring;
}
