function showRandomVid(value) {
  document.getElementById("randomVideo").innerHTML = value;
}