Una joven funcionaria aparece asesinada en la Casa Blanca. De la investigación se encarga el detective de homicidios de la policía de Washington D.C. Harlan Regis (Wesley Snipes). El caso no es fácil, pero es que además los miembros del servicio secreto no parecen dispuestos a colaborar; es más: siembran su camino de obstáculos y pistas falsas. Sólo la agente Nina Chance (Diane Lane) se decide a ayudarlo. Mientras tanto, el Presidente debe resolver una crisis con Corea del Norte, que retiene como rehenes a un grupo de americanos.
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);
});