// Resultado: $copy2004

<!-- Begin
now = new Date();
thisYear = now.getYear();
if(thisYear < 1900) {thisYear += 1900};
document.write("&copy;" + " Cámara de Comercio de Cartago, 2007 - " + thisYear);
// -->