Happy Holidays

Tap to show controls
0:00 / 0:00
2025 Year In Review
Favorites of 2025
The Artful Experience

Leave a Message

Sign the guestbook for Bryant & Torrie

Thank you! Your message has been saved. 🎉
There was an error. Please try again.
function goToPortal() { // Close any open overlays and return to the ArtKey Portal screen const overlays = [ 'videoOverlay', 'pdfOverlay', 'favoritesOverlay', 'favoritesLinksOverlay', 'experienceOverlay', 'messageOverlay' ]; overlays.forEach(id => { const el = document.getElementById(id); if (el) el.classList.remove('active'); }); // Reset any embedded frames const pdfFrame = document.getElementById('pdfFrame'); if (pdfFrame) pdfFrame.src = ''; const favoritesFrame = document.getElementById('favoritesFrame'); if (favoritesFrame) favoritesFrame.src = ''; // Stop video if needed const video = document.getElementById('holidayVideo'); if (video) { video.pause(); video.currentTime = 0; } }