function mailMe(sDom, sUser){
  return("mail"+"to:"+sUser+"@"+sDom.replace(/%2A/g,"."));
}