Privacy Statement

The Heritage Council considers your privacy very important and treats any personal information you share with us as confidential.

document.querySelectorAll('a[href$=".pdf"]').forEach(link => { link.addEventListener('click', event => { let fileName = link.getAttribute('href'); fathom.trackEvent(`PDF Download: ${fileName}`); }); });