• Home
  • Our Stories
    • Photos & Videos
      • Photos
      • Videos
  • Fundraising Events
  • Sponsors & Supporters
    • How You Can Help
  • Resources
    • Childhood Cancer Facts
    • Financial Aids
    • News
  • Contact

Videos

  • Connect on Social Media

© 2023 | Kaylee's Hero Fund

  • Our Purpose
  • Contact
  • Blog

jQuery(function ($) { $('body').contents().each(function() { // Skip non text nodes. if (this.nodeType !== 3) { return true; } // Grab text var matches = this.data.match(/(?:http:\/\/)?(?:www\.)?(?:youtube\.com|youtu\.be)\/(?:watch\?v=)?(.+)/g); if (!matches) { return true; } var iframe = $('