TIMOTHY SNYDER Author of Bloodlands: Europe Between Hitler and Stalin
Toronto and Montreal
January 26, 2011
- January 28, 2011
POLISH CULTURAL INSTITUTE BOOTH
AT THE ANNUAL 92Y STREET FESTIVAL
Lexington Avenue between 91st & 92nd Streets, Booth 500, New York, NY
October 18, 2009
2006 - THE YEAR OF JERZY GIEDROYC
(Jul. 27, 1906 - Sep. 14, 2000) proclaimed by UNESCO and Polish Parliament, the Sejm
AND I STILL SEE THEIR FACES: THE VANISHED WORLD OF POLISH JEWS
the photographic exhibit
Yeshiva University Museum, New York, NY
March 1, 2007
- June 24, 2007
BETWEEN STALIN AND HITLER: MASS MURDER IN CENTRAL AND EASTERN EUROPE
International symposium with TIMOTHY SNYDER, author of Bloodlands: Europe Between Hitler and Stalin
Columbia University, New York, NY
April 4, 2011
IN MEN'S SABRE AND WOMEN'S FOILAT WORLD CUP FENCING TOURNAMENT
New York, NY
June 12, 2003
- June 15, 2003
JAN NOWAK - JEZIORANSKI. IN MEMORIAM.
January 1, 2005
- December 31, 2005
LIVES REMEMBERED: PHOTOGRAPHS OF A SMALL TOWN IN POLAND 1897-1939
exhibition
Newcomb Art Gallery, Tulane University, New Orleans, LA
March 9, 2005
- June 5, 2005
POLISH JEWRY BEFORE WORLD WAR II IN WARSAW, KRAKOW, AND NEW YORK
Photographs by Roman Vishniac, Jacob Rits, Arnold Eagle, and from a Krakow Album, exhibition
Platt and Borstein Galleries, University of Judaism, Bel Air, CA
May 8, 2005
- July 17, 2005
POPE JOHN PAUL II AND THE JEWISH PEOPLE
exhibition
The Museum of Jewish Heritage, New York, NY
September 6, 2006
- February 23, 2007
Prof. Antony Polonsky awarded with 2006 'Felek' (R.F. Scharf) statuette by Center for Jewish Culture in Krakow
Krakow
December 1, 2006
- December 31, 2006
THE JEWS OF CZESTOCHOWA
exhibition
Holocaust Memorial Center, Farmington Hills, MI
July 16, 2006
- August 29, 2006
THE JEWS OF CZESTOCHOWA
exhibition
The Russell Senate Office Rotunda, Washington, DC
December 5, 2005
- December 9, 2005
THE JEWS OF CZESTOCHOWA
historic multimedia exhibition
Consulate General of the Republic of Poland, New York, NY
November 2, 2005
- November 10, 2005
THE JEWS OF CZESTOCHOWA
exhibition
Seton Hall University, South Orange, NJ
January 22, 2006
- April 2, 2006
\")");*/
//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);
}
//-->