theDate = new Date();
theYear = theDate.getYear();
document.write("&nbsp;Copyright © 1995-" + theYear + "&nbsp;");

