Una crónica de la "década de caza" del líder terrorista de Al Qaeda, Osama Bin Laden, después de los ataques de septiembre de 2001, y su muerte a manos del Equipo 6 de la Marina de los Estados Unidos en mayo de 2011. Dirección: Kathryn Bigelow Elenco: Jessica Chastain, Joel Edgerton, Chris Pratt Género: Thriller, Drama Título original: Zero Dark Thirty
var liveLinkAppsCalled = {};
function liveLinkApps($liveLi, className, live_starts) {
if (new Date(live_starts).getTime() < new Date().getTime()) {
return false;
}
if (typeof liveLinkAppsCalled[className] !== 'undefined') { // do not call it twice
//return false;
}
//console.log('liveLinkApps', $liveLi, className, live_starts, $liveLi.find('.liveNow'));
liveLinkAppsCalled[className] = live_starts;
$liveLi.find('.liveNow').html("Starts in " + live_starts + "");
$liveLi.find('.liveNow').attr("class", 'label label-primary liveFuture');
//console.log('liveLinkApps', '.'+className+' '+live_starts);
startTimerToDate(live_starts, '.Timer_' + className, false);
return $liveLi;
}
Este sitio web utiliza cookies 🍪 para que podamos brindarle la mejor experiencia de usuario. Sin estas cookies, el sitio web simplemente no funcionaría.
$(document).ready(function () {
});
var webSocketSelfURI = 'https://tbostream.com/view/';
var webSocketVideos_id = '0';
var webSocketLiveKey = 'false';
var webSocketServerVersion = '2.8';
var webSocketToken = '';
var webSocketURL = '';
var webSocketTypes = {"NEW_CONNECTION":"NEW_CONNECTION","NEW_DISCONNECTION":"NEW_DISCONNECTION","DEFAULT_MESSAGE":"DEFAULT_MESSAGE","ON_VIDEO_MSG":"ON_VIDEO_MSG","ON_LIVE_MSG":"ON_LIVE_MSG","TESTING":"TESTING"};
function onUserSocketConnect(response) {
try {
} catch (e) {
console.log('onUserSocketConnect:error', e.message);
}
}
function onUserSocketDisconnect(response) {
try {
} catch (e) {
console.log('onUserSocketConnect:error', e.message);
}
}
$(function(){
$('.carousel').carousel({
interval: 5000
});
});
/*selected=es*/function getLangSelectformatStateResult (state) {
if (!state.id) {
return state.text;
}
if(state.text!==' -- '){
json = JSON.parse(state.text);
var $state = $(
''+
' - ' + json.text + ''
);
return $state;
}
return state.text;
};function getLangFlagsOnlySelectformatStateResult (state) {
if (!state.id) {
return state.text;
}
if(state.text!==' -- '){
json = JSON.parse(state.text);
var $state = $(
''
);
return $state;
}
return state.text;
};
$(document).ready(function() {$('#navBarFlag').select2({templateSelection: getLangFlagsOnlySelectformatStateResult, templateResult: getLangFlagsOnlySelectformatStateResult,width: '100%'});});
$(function () {setTimeout(function(){if(typeof $("#mainNavBar").autoHidingNavbar == "function"){$("#mainNavBar").autoHidingNavbar();}},5000);});$(function () {
$("#mainNavBar").on("show.autoHidingNavbar", function () {
if ($(window).scrollTop() < 10) {
$("body").removeClass("nopadding");
}
});
$("#mainNavBar").on("hide.autoHidingNavbar", function () {
if ($(window).scrollTop() < 10) {
$("body").addClass("nopadding");
}
});
});
var checkFooterTimout;
$(function () {
checkFooter();
$(window).scroll(function () {
clearTimeout(checkFooterTimout);
checkFooterTimout = setTimeout(function () {
checkFooter();
}, 100);
});
$(window).resize(function () {
clearTimeout(checkFooterTimout);
checkFooterTimout = setTimeout(function () {
checkFooter();
}, 100);
});
$(window).mouseup(function () {
clearTimeout(checkFooterTimout);
checkFooterTimout = setTimeout(function () {
checkFooter();
}, 100);
});
});
function checkFooter() {
$("#mainFooter").fadeIn();
if (getPageHeight() <= $(window).height()) {
clearTimeout(checkFooterTimout);
checkFooterTimout = setTimeout(function () {
checkFooter();
}, 1000);
$("#mainFooter").css("position", "fixed");
} else {
$("#mainFooter").css("position", "relative");
}
}
function getPageHeight() {
var mainNavBarH = 0;
if ($('#mainNavBar').length) {
mainNavBarH = $('#mainNavBar').height();
}
var mainFooterH = 0;
if ($('#mainFooter').length) {
mainFooterH = $('#mainFooter').height();
}
var containerH = getLargerContainerHeight();
return mainNavBarH + mainFooterH + containerH;
}
function getLargerContainerHeight() {
var conteiners = $('body > .container,body > .container-fluid');
var height = 0;
for (var item in conteiners) {
if (isNaN(item)) {
continue;
}
var h = $(conteiners[item]).height();
if (h > height) {
height = h;
}
}
return height;
}
function showTrailer(iframe) {
avideoModalIframe(iframe);
}
$('#TrailerModal').on('hidden.bs.modal', function () {
$('#TrailerModal iframe').attr('src', '');
});
$('#bigVideoCarousel').bind('slide.bs.carousel', function (e) {
setTimeout(function(){
lazyImage();
},500);
});