Miss «Up in the Air»
Milestone-Movies: Camp (2003), Twilight (2008), The Twilight Saga: New Moon (2009), Up in the Air (2009), The Twilight Saga: Eclipse (2010), Scott Pilgrim vs. the World (2010), 50/50 (2011), The Twilight Saga: Breaking Dawn 1&2 (2011/ 2012), What to Expect when you're Expecting (2012), ParaNorman (2012; nur Stimme), End of Watch (2012), Pitch Perfect (2012), The Company you Keep (2012), The Voices (2014), Into the Woods (2014), Pitch Perfect 2 (2015), Cake (2015), Mr. Right (2015), Trolls (2016; nur Stimme)
Stars & News
Anna Kendrick: «Stephanie ist meine positivste Filmfigur»
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': '825',
'weight': 'share'
});
};
});