Vista Novedades
';
let player = document.getElementById('player_pre')
player.innerHTML = video;
document.querySelector('.player').remove();
});
// $(document).ready(function(){
// $(".avatar, #play").click(function() {
// var video = '';
// $("#player_pre").hide(0).next().html(video);
// });
// $("#elejimos-play").click(function() {
// var videoEleccion = '';
// $("#elejimos").hide(0).next().html(videoEleccion);
// });
// });