myDate = new Date();
theYear = myDate.getFullYear();
document.write('Copyright (C) ' + theYear + '  Aspex Inc.. All Rights Reserved.');

