
function mailto()
{
var username = 'mhamblin';
var domain = 'u-drive.co.uk';

document.location = 'mailto:' + username + '@' + domain;
}
