You Might Also Like
Reviews

You Might Also Like

Reviews:

No reviews found.

Overview
You Might Also Like
Reviews

OK

49 Minutes Drama, Short HD G
Young Matthew has struggled a lot over the past two years. Losing his mother to cancer, dealing with bullies, and now moving to a new town to get a "fresh start", it seems like everything in his world is upside down. Through making new friends, growing through his grief, and dealing with new bullies, Matthew begins to realize that things are not always black and white and "Everyone has a story" in this personal and heartfelt drama.

You Might Also Like

Reviews:

No reviews found.

const handleInputChange = debounce(function() { var searchQuery = searchInput.value; if (searchQuery.length > 3) { dataLayer.push({ 'event': 'custom_search_input', 'search_term': searchQuery, 'user': 'Guest', }); } }, 300); // Adjust the delay as necessary searchInput.addEventListener('input', handleInputChange); });