
function mailto()
{
var username = 'stmichaels';
var domain = 'swanage.uk.com';

document.location = 'mailto:' + username + '@' + domain;
}
