// http://www.quirksmode.org/js/datecompat.html
var d = new Date();
document.write("Copyright © " + d.getFullYear() + ", Graphic Systems, Inc.");
