SHARE
Event
Upcoming: A Screening of Shared Struggles, Hosted by Courageous Parents Network
June 30, 2026 7:00 pm View Event Details
Submitting registration...
Event Registration Form
Please complete the following form to register for the event.
0) {
const rect = $el.getBoundingClientRect();
const clickX = $event.clientX - rect.left;
const percentage = clickX / rect.width;
const newTime = percentage * $store.globalAudio.duration;
$refs.audio.currentTime = newTime;
}">