
function mailto()
{
var username = 'mwearing';
var domain = 'btinternet.com';

document.location = 'mailto:' + username + '@' + domain;
}

