0
Skip to Content
Community is Medicine
Community is Medicine
free support
resources
communities
about us
donate
contact
contact
Community is Medicine
Community is Medicine
free support
resources
communities
about us
donate
free support
resources
communities
about us
donate
contact

Home   Support Contact   Donate   Terms & Privacy 

© 2025 Community is Medicine Mental Health Society
www.communityismedicine.ca / www.youthhelpline.ca
Verified Charity - Registration Nº 76424 4752 RR0001

// Wait for the page to fully load to ensure the button exists window.addEventListener('load', function() { var helpButton = document.getElementById('OpenChatButton'); if (helpButton) { helpButton.addEventListener('click', function() { // Check if the chat widget's API is available if (window.AuthentiChat && typeof window.AuthentiChat.open === 'function') { window.AuthentiChat.open(); } }); } });