/* START EMAIL */
function mailto(name,domain){
    window.location.href = "mailto:"+name+"@"+domain;
}
/* END EMAIL */