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


