var name = "wbromp";
var domain = "rootsofmotivepower.com";
var text = "email Roots";
document.write('<a href=\"mailto:' + name + '@' + domain + '\">');
document.write(text + '</a>');


