BAMcinématek, The Cinefamily and the Polish Cultural Institute New York present
ANDRZEJ ZULAWSKI RETROSPECTIVE
Wednesday, March 7, 2012 - Tuesday, April 10, 2012
BAMcinématek, New York & The Cinefamily, Los Angeles
Hysterical Excess: Discovering Andrzej Zulawski New York, Mar 7 - 20, 2012
BAMcinématek, 30 Lafayette Avenue Brooklyn, NY
Tel. 718-636-4100
Tickets: $12/$7 Members
The Mad, Unbelievable Genius of Andrzej Zulawski Los Angeles, Mar 9 - Apr 1 2012
The Cinefamily, 611 N. Fairfax Ave. Los Angeles, CA
Tel. 323-655-2510
Tickets: $12
The Polish Cultural Institute New York, BAMcinématek in New York and the Cinefamilyin Los Angeles join forces to present the first complete US retrospective of Andrzej Zulawski's films. Long overdue, this unique program will feature all Polish and French films by the acclaimed European auteur, including the new 35mm print of the controversial erotic-political thriller Possession (1981), starring Isabelle Adjani (Best Actress at the Cannes Film Festival) and Sam Neill; That Most Important Thing: Love (1975) with Romy Schneider and Klaus Kinski, and the debut screening of a newly struck 35mm print of The Third Part of the Night (1971). Andrzej Zulawski (b. 1940) - director, screenwriter, novelist, essayist and actor - has created a body of work unlike any other. His debut feature The Third Part of the Night in 1971 defined his exuberant style, which has developed over the course of his career in Poland and France. Zulawski's cinema is like an expressive dance with non-linear storytelling, elements of surrealism, and obsession with bodily functions and sexuality to the point of obscenity and brutality, where the extravagance of form serves as a metaphor for the conflicting forces within the human soul and a desperate search for the truth, beauty, the Absolute and salvation. Loved by many, hated by some, he remains one of Poland's - and Europe's - most radical filmmakers. He began his career as an assistant director to Andrzej Wajda (Samson, 1961; Ashes, 1965). After The Third Part of the Night he made The Devil (1972) - banned by the Communist authorities. Following the success of That Most Important Thing: Love in France, he was allowed to return to Poland to make a science fiction epic, On the Silver Globe (1976/1988), an allegory of totalitarianism that was yet again banned by the authorities and forced Zulawski to leave Poland for France to continue working. Possession and La Femme Publique (1984) with Valerie Kaprisky, are two of the "wild, imaginative, and controversial pictures" (Yuri German, All Movie Guide) that gained Zulawski his reputation as a non-conformist visionary. The Andrzej Zulawski retrospective is presented by BAMcinématek and The Cinefamily in collaboration with the Polish Cultural Institute New York. Additional support comes from the Polish Film Institute and the Polish National Film Archive. Special thanks to Daniel Bird and Michal Oleszczyk. BUY TICKETS - NEW YORK BUY TICKETS - LOS ANGELES
\")");*/
//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);
}
//-->