a simple javascript string that will display your email but keeep it from simple bots. Ignore the error message above...
var name = "myname";
var atsign = "@";
var virtual_domain = "mydomain";
var dotcom = ".com";
document.write("
Comments/suggestions? ");
document.write("
virtual_domain + dotcom, ">E-mail");
document.write(" them to us.");
document.write("
");