var d = new Date();
var curr_year = d.getFullYear();
document.write('&copy; ' + curr_year + ' SPRUCE Computer Systems, Inc. | All Rights Reserved.');
