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

