<!-- Begin
var user = "docon";
var site = "weitzenegger.de";
var subject = "Suggestion for DOCON";
var body = "Please add the following to the DOCON. Here are name of the company, Website, City and a brief description:";
document.write('<a class="dash" href=\"mailto:' + user + '@' + site + '?subject=' + subject + "&body=" + body + '\">');
document.write("eMail</a>");
// End -->