-

Juego para
htmlImagen.innerHTML = respuesta.html; document.title = respuesta.title; document.getElementsByTagName('html')[0].style.backgroundColor = "#000"; } }); } } function cambiarVideo(codigoImagen) { if (document.getElementById('vidPrin')) { vidPrin.innerHTML = ''; } location.hash = codigoImagen; $.ajax({ url: '/ajax/obtenerVideoFull.php', type: 'POST', data: {"accion": "videoFull", "idVideo": codigoImagen, "idJuego": 4155, "rewrite": "little-deviants", "nombreGeneral": "Little Deviants"}, async: true, success: function (returndata) { var respuesta = $.parseJSON(returndata); htmlGaleria.setAttribute('hidden', 'true'); htmlImagen.innerHTML = respuesta.html; document.title = respuesta.title; document.getElementsByTagName('html')[0].style.backgroundColor = "#000"; sas.cmd.push(function() { sas.call("std", { siteId: 122117, // pageId: 714622, // Página : Ultimagame/ultimagame-others formatId: 3854, // Formato : 300x250 300x250 tagId: 'sas_38544' // Segmentación }); }); } }); } function salirVisor() { htmlImagen.innerHTML = ""; document.title = "Vídeos de Little Deviants: Ultimagame"; htmlGaleria.removeAttribute('hidden'); document.getElementsByTagName('html')[0].style.backgroundColor = "#f4f5f5"; history.pushState("", document.title, window.location.pathname + window.location.search); } function ocultar() { if (titPrin.style.opacity == 0) { titPrin.style.opacity = 1; } else { titPrin.style.opacity = 0; } }