function makeAt(which,where,what){
document.location.href="mailto:" + which + "@" + where + "." + what;
}

