SHARE
Audio
Podcast: McKenna, Joelle & Ben – the bond of siblings
Ben is 15 years old and lives with his mother, father and two younger sisters, McKenna and Joelle. Ben was born with Cerebral Palsy. Â He loves school, the Red Sox, Â and spending time with his sisters. Â Makenna and Joelle include Ben in everything they do and have become compassionate advocates for children with disabilities.
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;
}">