var now = new Date();
year = now.getFullYear();
document.write('Copyright &copy; 1993-'+ year +' Andrew J. Cole');
document.write(' --- Questions - Comments - Please contact ');

