Milestone-Movies: Flags of Our Fathers (2006), You got Served (2007), Pride (2007), Gran Torino (2008), Invictus (2009), Trouble with the Curve (2012), Texas Chainsaw 3-D (2013), Fury (2014), The Longest Ride (2015), Snowden (2016)
Stars & News
La suite de «Pacific Rim» due à son succès en Asie
Super vidéos du tournage de «Fast & Furious 8»
Nicholas Sparks: «Sowas wie hier habe ich noch nie getan»
«Suicide Squad» ist ein Agententeam bestehend aus Superschurken des DC-Universums, die für die Regierung geheime Operationen durchführen sollen und dafür im Gegenzug Straferlass erhalten.
function getCookie(name) {
var cookieValue = null;
if (document.cookie && document.cookie != '') {
var cookies = document.cookie.split(';');
for (var i = 0; i < cookies.length; i++) {
var cookie = jQuery.trim(cookies[i]);
// Does this cookie string begin with the name we want?
if (cookie.substring(0, name.length + 1) == (name + '=')) {
cookieValue = decodeURIComponent(cookie.substring(name.length + 1));
break;
}
}
}
return cookieValue;
}
$('.up-log').on('click', function () {
var is_authenticated = eval('False'.toLocaleLowerCase());
if (is_authenticated) {
$.post("/api/user_profiling/", {
'csrfmiddlewaretoken': getCookie('csrftoken'),
'object': 'person',
'id': '1215',
'weight': 'share'
});
};
});