var theEmail = "comments@etalkinghead.com"; // the email address
var theLink = "comments@etalkinghead.com";  // the link
document.write('<a href=mailto:' + theEmail + '>'+theLink+'</a>');
