function doStop() {
  $('video, audio').each(function() {
    $(this)[0].pause();
  });
}

window.mediaElements = [];
