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