Milestone-Movies: A Time to Kill (1996), Being John Malkovich (1999), Big Momma's House (2000), Spider-Man (2002), Bad Santa (2003), Miss Congeniality 2: Armed and Fabulous (2005), Pulse (2006), Seven Pounds (2008), Drag Me to Hell (2009), Dinner for Schmucks (2010), The Help (2011), Fruitvale Station (2013), Snowpiercer (2013), Get on Up (2014), The Divergent Series: Insurgent (2015)
Stars & News
«Ma»-Regisseur: «Wir alle haben Aggressionen»
So hat man Octavia Spencer noch nie gesehen
Sally Hawkins: «Es ist die ultimative Märchengeschichte»
Oscars 2018: «Shape of Water» mit 13 Nominationen
CH-Kinostart für Guillermo del Toros Venedig-Gewinnerfilm
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': '675',
'weight': 'share'
});
};
});