dd = new Date();
yy = dd.getYear();
if (yy < 2000) { yy += 1900; }
oElement = document.getElementById("footer");
oElement.innerHTML = '<img src="/common/copyright.gif" alt="Copyright (C) '+yy+' CCS Inc. All Rights Reserved." width="768" height="38" />';

