Toggle navigation
Inicio
Horarios
Programación
Contacto
Under the Cover 1
Sinopsis
Programa propuesto por alumnos del cuarto semestre de comunicación.
Temporada 2
Temporada 1
Piloto
Tweet
function isPlaying(audioPlayer) { var player = document.getElementById(audioPlayer); return !player.paused && !player.ended && 0 < player.currentTime; }