MSG_COPYRIGHT = "LSI - LCF - Tous droits réservés - 2003 - {0}";

function initZoneCopyright()
{
  if (document.getElementById)
  {
    var zoneCopyright = document.getElementById("ZoneCopyright");
    
    if ((zoneCopyright != null) && (typeof zoneCopyright != "undefined"))
      zoneCopyright.innerText = MSG_COPYRIGHT.replace(/\{0\}/gi, new Date().getFullYear());
  }
}
