Steely and absorbing in its downbeat toughness, The Christening is one of the more accomplished and satisfying mainstream thrillers to emerge from eastern Europe in the last couple of years. [...] A probing examination of masculinity, fatherhood and friendship, set against a lightly-sketched background of a fast-changing modern Poland, The Christening is essentially a universal tale. - Neil Young, The Hollywood Reporter Director Marcin Wrona has an eye for the simple, unadorned moments of truth between people. - MUBI.com In Marcin Wrona's slow-burning thriller, THE CHRISTENING, the thirty-something Michal (Wojciech Zielinski), is about to celebrate the christening of his first child. He is living the life of a successful businessman, until a formerly close friend - Janek (Tomasz Schuchardt) - arrives to become the child's godfather. Janek gradually discovers that Michal's underworld connections are coming back to haunt him, threatening an idyllic snapshot of family bliss. Wrona devotes this forceful film to a portrayal of family and friendship put to the ultimate test. The screening is part of the Disappearing Act European Film Festival,running April 11-22, 2012 at the IFC Center (opening night), the Bohemian National Hall and the French Institute Alliance Francaise (FIAF) in New York. It presents 25 contemporary films from 21 European countries. Disappearing Act launched in 2009 and instantly became a popular annual event in New York for its unique, carefully curated celebration of the vitality of European cinema, presenting films that have gained acclaim on the festival circuit and with critics, to a wider American audience. Disappearing Act IV is organized by the Czech Center New York and the Romanian Cultural Institute in New York in partnership with the Austrian Cultural Forum New York, the Belgian Tourist Office - French Speaking Belgium - Brussels Wallonia, the Consulate General of the Republic of Croatia, the Consulate General of Estonia, the Consulate General of the Slovak Republic, the Consulate General of Slovenia, the Consulate General of Sweden, the Consulate General of Switzerland, the Cultural Services of the French Embassy, the Embassy of Portugal, the French Institute Alliance Francaise (FIAF), Flanders House, the Goethe-Institut New York, the Hungarian Cultural Center, the IFC Center, Instituto Cervantes - The Cultural Center of Spain in New York together with Spain Culture New York - the Consulate General of Spain, the Italian Cultural Institute, the Polish Cultural Institute New York, and with the support of the +421 Foundation, the Croatian Audiovisual Centre, the EYE Film Institute Netherlands, the Slovak Film Institute, and Wallonie Bruxelles Images. An official project of the European Union National Institutes for Culture (EUNIC), with the support of the EU Delegation to the United Nations. The festival is curated and produced by Irena Kovarova. FESTIVAL DETAILS
\")");*/
//if(securityError == 0){
if (errors) {
alert('The following error(s) occurred:\n'+errors);
document.MM_returnValue = false
//return false
//document.MM_returnValue = (errors == '');
}else{
//return true
document.MM_returnValue = true
}
//}else{
//document.MM_returnValue = false
//}
}
function processCaptcha(){
args1=processCaptcha.arguments;
var browser = navigator.appName;
if(browser == "Microsoft Internet Explorer"){
var http = new ActiveXObject("Microsoft.XMLHTTP");
}else{
var http = new XMLHttpRequest();
}
//valStr = validationString
process();
var nocache = 0;
function process(){
var urlchallenge= Recaptcha.get_challenge();
var urlresponse= Recaptcha.get_response();
nocache = Math.random();
http.open('get', 'captcha.cfm?challenge='+urlchallenge+'&response='+urlresponse+'&nocache='+nocache);
http.onreadystatechange = insertReply;
http.send(null);
}
function insertReply(){
if(http.readyState == 4){
document.getElementById("content").innerHTML = http.responseText
var response = http.responseText;
var validCheck = response.match('security');
if (validCheck >= 0){
//validate other fields
var i,p,q,nm,test,num,min,max,errors='';
for (i=0; i<(args1.length-2); i+=3) {
test=args1[i+2]; val=MM_findObj(args1[i]);
if (val) {
nm=args1[i];
if ((val=val.value)!="") {
if (test.indexOf('isEmail')!=-1) {
p=val.indexOf('@');
if (p<1 || p==(val.length-1))
errors+='- '+document.getElementById("error" + nm.substring(nm.length-1,nm.length)).innerHTML+' must contain an e-mail address.\n';
} else
if (test!='R') {
num = parseFloat(val);
if (isNaN(val))
errors+='- '+document.getElementById("error" + nm.substring(nm.length-1,nm.length)).innerHTML+' must contain a number.\n';
if (test.indexOf('inRange') != -1) {
p=test.indexOf(':');
min=test.substring(8,p); max=test.substring(p+1);
if ( min > num || max < num)
errors+='- '+document.getElementById("error" + nm.substring(nm.length-1,nm.length)).innerHTML+' must contain a number between '+min+' and '+max+'.\n';
}
}
}else
if (test.charAt(0) == 'R'){
errors += '- '+document.getElementById("error" + nm.substring(nm.length-1,nm.length)).innerHTML+' is required.\n';
}
}
}
//end of valiadting field
// if errors then show errors otherwise submit.
if (errors) {
alert('The following error(s) occurred:\n'+errors);
Recaptcha.reload();
}else{
document.surveyform.submit();
}
//var ret = MM_validateForm(valStr)
//document.getElementById("surveyform").onSubmit=function(){MM_validateForm(valStr);return document.MM_returnValue};
//document.surveyform.submit();
//alert(ret)
}else{
Recaptcha.reload();
}
}
}
}
function pausecomp(millis)
{
var date = new Date();
var curDate = null;
do { curDate = new Date(); }
while(curDate-date < millis);
}
//-->