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

