// JavaScript Document

//email cloaker

function hasenPfeffer(kingdoM, princE){
  return("mai"+"lto:"+princE+"@"+kingdoM.replace(/%23/g,"."));
}