function get_elink(obj, who, where)
{
    elink = "mai"+"lto"+":"+ who + "@" + where;
    //alert(elink);
    obj.href = elink;

};
