// JavaScript Document
var now = new Date();
var year = now.getFullYear();
document.write('<p>&copy; Copyright ');
document.write(year);
document.write(' Precision Systems. All rights reserved.</p>');
