﻿function mlinkuk(add, dom) {
    document.write('<a href="mailto:' + add + '@' + dom + '.co.uk">' + add + '@' + dom + '.co.uk</a>');
}
