function mailto(m0, m1, d)
{
    var m = m1 + '@' + m0;
    d.write('<a href="mailto:' + m + '">' + m + '</a>');
}
