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