All News

Subscribe
  • Molly_IMG_1181_1200x600px.jpg
    New Mural Unveiled in Downtown Whitby Honours Molly, Whitby’s First Fire Safety Dog

    `; function toggleChat() { const container = document.getElementById('chatBox'); if (container) { container.innerHTML = chatBotContent; document.getElementById('chatBox').classList.toggle('show'); } else { console.error("Not found"); } } function refreshChat() { const iframe = document.getElementById('botIframe'); iframe.src = iframe.src; }