function myTarget(target) {
    var value = target;
    value = value.replace("[at]","@");
    document.location = "mailto:"+value;
}