OH no! We ran into a page that doesn't exist!
You can return to the
previous page
or use the top nav to find a new page.
document.querySelectorAll('.bookmarkLink:not(.is-bookmarked)').forEach(bookmarkLink => { bookmarkLink.addEventListener('click', () => { gtag('event','bookmark'); }); });