// for podcast video function changeVideo(videoId) { document.getElementById("mainVideo").src = "https://www.youtube.com/embed/" + videoId; }