// JavaScript Document  <!--   //variables  var user = "webmaster";   var domain = "fortheloveoffit.com";  var subject = "Feedback on Fortheloveoffit.com";  var bodytext = " ";     //output  document.write('<a href=\"mailto:' + user + '@' + domain + '?subject=' + subject + '&body=' + bodytext + '\">');   document.write('E-Mail Webmaster</a>');    // -->