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