Milestone-Movies: Used Cars (1980), Romancing the Stone (1984), Back to the Future (1985), Who Framed Roger Rabbit (1988), Back to the Future II (1989), Back to the Future III (1990), Death Becomes Her (1992), Forrest Gump (1994), Contact (1997), What Lies Beneath (2000), Cast Away (2000), The Polar Express (2004), Beowulf (2007), A Christmas Carol (2009), Flight (2012), The Walk (2015)
Stars & News
«The Walk» als Eröffnungsfilm am New York Film Festival
Biopic sur le funambule français Philippe Petit, célèbre pour avoir joint en 1974 les deux tours du World Trade Center sur un fil, suspendu au-dessus du vide.
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': '1279',
'weight': 'share'
});
};
});