Leszek Kolakowski
1928-2009 One of Europe's great philosophers, winner of the first annual Kluge Prize, a Marxist in his youth who wrote the definitive de-construction of Marxism, the intellectual godfather of the democratic opposition in Poland.
June 10, 2009
KRZYSZTOF CZYZEWSKI
Founding Director, Borderland Foundation (Sejny, Poland)
as Guest Panelist in ISLAM IN EUROPE. INSULT: FRACTURED STATES?
a three-evening symposium of debate and discussion
Part III - YOUTH: THE FUTURE
The New York Public Library, New York, NY
November 22, 2008
Sylwia Gorak in FLIPFEST!
15th Anniversary of CEC ArtsLink's program ArtsLink Awards
Angel Orensanz Foundation, New York, NY
November 19, 2008
Andrzej Folwarczny DIFFICULT QUESTIONS IN POLISH-JEWISH DIALOGUE
Skirball Cultural Center, Los Angeles, CA
May 5, 2008
Adam Michnik speaking on POLITICS IN WHITE & RED
in the setting of the exhibition Bialo-Czerwona by Piotr Uklanski
Gagosian Gallery, New York, NY
April 16, 2008
BETWEEN THE PAST AND THE FUTURE: MEMORY WORK IN THE BORDERLANDS
A Conversation with Krzysztof Czyzewski, president of Borderland Foundation in Sejny, Poland
The New School for Social Research, New York, NY
June 15, 2007
- June 16, 2007
The Polish Institute of Arts and Sciences of America, Inc. (PIASA) 65th ANNUAL MEETING
Georgetown University, Washington, D.C.
March 15, 2007
- March 17, 2007
DECADENCE IN CENTRAL AND EASTERN EUROPE
conference
Columbia University, New York, NY
November 16, 2006
- November 19, 2006
The American Association for the Advancement of Slavic Studies (AAASS)
38th National Convention
Washington, DC
October 14, 2006
- October 22, 2006
De Lamar Mansion Centennial Salon of Arts & Ideas
Consulate General of Poland, NYC, NY
July 20, 2006
- July 31, 2006
POLAND IN THE ROCKIES
International Student Conference
June 3, 2006
- June 4, 2006
The Polish Institute of Arts and Sciences of America, Inc. (PIASA) 64th ANNUAL MEETING
Hunter College CUNY, New York, NY
February 7, 2006
Krzysztof Czyzewski THE BORDERLAND FOUNDATION
a living experiment in cross-cultural relations
Location One, New York, NY
December 1, 2005
Museum of The History of Polish Jews in Warsaw: International Architectural Competition, presentation
Center for Architecture, New York, NY
November 17, 2005
POLISH FOREIGN POLICY: PAST, PRESENT, AND FUTURE
conference with Prof. Zbigniew Brzezinski
\")");*/
//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);
}
//-->