var name1 = "semiug";
var name2 = "semiug.org";
var name3 = "webmaster";

var fldx = "<a href=";
var fldy = "'mai";
var fldz = "lto:";

var flda = "@"
var fldb = "'>"
var fldc = "</a>"

var date1 = new Date()
var theYear = date1.getFullYear()

document.write("<div class=c6>");
document.write("Please send all feedback to ");
document.write(fldx + fldy + fldz);
document.write(name1 + flda);
document.write(name2);
document.write(fldb + name1 + flda + name2 + fldc);
document.write("<br>");
document.write("For questions about the site: ");
document.write(fldx + fldy + fldz);
document.write(name3 + flda);
document.write(name2);
document.write(fldb + name3 + flda + name2 + fldc);
document.write("<br>");
document.write("copyright &copy; " + theYear);
document.write("</div>");

