function loadNewVideo(id, startSeconds) {
  if (ytplayer) {
    ytplayer.loadVideoById(id, startSeconds);
    ytplayer.mute();
  }
}