var user = "webmaster";
var domain = "motorcycleroads.us";
var subject = document.title;
var bodytext = "Please provide your comments ON THIS ROAD ONLY! Comments on other roads will not be posted. If you want credit for your comments, provide your name.";
document.write('<a href=\"mailto:' + user + '@' + domain + '?subject=' + subject + '&body=' + bodytext + '\">');
document.write('comments<\/a>');