This page has been machine-translated from Finnish and may contain errors.

Children's Theatre

; var active = linkMap[entry.target.id]; if (active) active.classList.add('is-active'); } }); }, { rootMargin: '0px 0px -70% 0px', threshold: 0 }); headings.forEach(function(h) { observer.observe(h); }); })(); (function() { document.querySelectorAll('.share-btn--native').forEach(function(btn) { if (!navigator.share) { btn.style.display = 'none'; return; } btn.addEventListener('click', function() { navigator.share({ title: btn.dataset.title, url: btn.dataset.url }); }); }); document.querySelectorAll('.share-btn--copy').forEach(function(btn) { btn.addEventListener('click', function() { navigator.clipboard.writeText(btn.dataset.url).then(function() { btn.classList.add('copied'); btn.title = 'Copied!'; setTimeout(function() { btn.classList.remove('copied'); btn.title = 'Copy link'; }, 2000); }); }); }); })();