youth

TCN Behavioral Health to Offer Youth Virtual Walk-in Clinic

TCN Behavioral Health to Offer Youth Virtual Walk-in Clinic

TCN is excited to announce that we are now able to offer Assessments to Youth via tele-health. The tele-health assessment is a convenient alternative to the traditional initial face-to-face assessment. By attending the tele-health assessment, you will be able to receive an assessment without leaving the comfort of your home. Virtual appointments can be provided to anyone in the state of Ohio.

// JavaScript for click-to-flip functionality on touch devices document.addEventListener('DOMContentLoaded', function() { const flipCards = document.querySelectorAll('.flip-card'); flipCards.forEach(card => { card.addEventListener('click', function() { // Toggle the 'flipped' class on click this.classList.toggle('flipped'); }); }); });