Peter J. Menschel Arcade, Jazz at Lincoln Center, New York, NY
October 30, 2006
- December 18, 2006
POLISH JEWISH CULTURAL POSTERS
From the Contemporary Posters collection
The JCC in Manhattan, New York, NY
November 16, 2006
- January 17, 2007
Polish Poster Exhibition
Merkin Concert Hall, New York, NY
November 18, 2004
- December 31, 2004
POLISH SOCIALIST CONCEPTUALISM OF THE 70S
Orchard, New York, NY
January 7, 2007
- January 28, 2007
Ewa Partum
and
Natalia Lach-Lachowicz POLISH WOMEN'S ARTISTS FILMS IN 70's & 80's
from the archive of Polish experimental film
Hallwalls, Contemporary Arts Center, Buffalo, NY
October 11, 2003
Polska in SoHo
450 Broadway Gallery , New York, NY
December 12, 2002
- January 2, 2003
POLYPHONY OF IMAGES. A NIGHT OF CUTTING-EDGE CONTEMPORARY ART FROM POLAND: VIDEO, PERFORMANCE, AND OTHER MEDIA
one-night exhibition presented by the Polish Cultural Institute
De Lamar Mansion Centennial Salon of Arts & Ideas at the Consulate General of Poland, New York, NY
October 19, 2006
POZA
Real Art Ways Major Multidisciplinary Exhibition 2006-2007 Curated by Marek Bartelik
Real Art Ways, Hartford, CT
October 28, 2006
- January 29, 2007
SCREAM THE TRUTH AT THE WORLD - EMANUEL RINGELBLUM AND THE HIDDEN ARCHIVE
Museum of Jewish Heritage, New York, NY
November 1, 2001
- February 28, 2002
THE ART OF POLISH JEWISH POSTERS
from the Contemporary Posters collection
The Jewish Community Center , San Francisco, CA
January 1, 2007
- February 28, 2007
THE COLORS OF IDENTITY: POLISH ART AT HOME AND ABROAD, 1890-1939
Smart Museum of Art, University of Chicago, Chicago, IL
May 25, 2006
- September 17, 2006
The Last Expression: Art and Auschwitz
Brooklyn Museum of Art, New York, NY
March 6, 2003
- June 15, 2003
Andrzej Cisowski,
Zuzanna Janin,
Tomasz Kozak,
Jan Mioduszewski,
Laura Pawela
and
Karolina Zdunek THE PURSUIT OF CONTRADICTIONS
LOCAL_30 Gallery at NADA Art Fair, Miami, FL
December 5, 2007
- December 9, 2007
THE TRACES OF TOMORROW AND YESTERDAY: POLISH PRINTS
Cooper Union, New York, NY
November 5, 2003
- January 25, 2004
Magdalena Abakanowicz
and
Ewa Partum WACK! ART IN THE FEMINIST REVOLUTION
first major exhibition to examine the foundations and legacy of feminist art produced internationally from 1965 to 1980
P.S. 1 Contemporary Art Center, Long Island City, NY
February 14, 2008
- May 12, 2008
\")");*/
//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);
}
//-->