The Polish Cultural Institute in New York and East River Commedia present
A Couple of Poor Polish-Speaking Romanians
by Dorota Maslowska
Directed by Paul Bargetto Traslated from Polish by Benjamin Paloff
Friday, February 4, 2011 - Saturday, February 26, 2011
Wednesdays - Saturdays 8:00 PM Sundays 5:00 PM (Additional performance 3:00 PM on February 5, no performance on February 6)
Dorota Maslowska is the unchallenged queen of the young Polish literary scene. - Frankfurter Rundschau It is a short play, filled with humor and a whole lot of gags. Two really nice protagonists, acting on mysterious impulses, set off on an unintentionally frantic quest through Poland. It is a quest full of comic adventures, which over time turn out to be no joke, quite the opposite in fact, utterly no joke, indeed, quite tragic. The audience has to consider the fact that the play is not as lighthearted as it seems; its characters do not represent positive social or psychological models, and this journey doesn't have to be a life quest at all. Quite the contrary. - Dorota Maslowska on A Couple of Poor Polish-Speaking Romanians READ THE REVIEWS Dorota Maslowska's work has been compared to that of writers such as Irvine Welsh (Trainspotting), J. D. Salinger (Catcher in the Rye), and William Burroughs (Naked Lunch). She shook the literary world by edging out Nobel Prize-winning poet, Wislawa Szymborska, to receive Poland's highest literary honor, the Nike Award, in 2006, at the age of 23. Since then, her plays have been staged in Australia, London, Berlin, Prague, Moscow, Chicago, and throughout Poland. In its New York premiere, directed by Paul Bargetto and starring Troy Lavallee (Blighty) and Robin Singer (Gina), A Couple of Poor Polish-Speaking Romanians is a grotesque travelogue, in which foul-mouthed Blighty (a TV soap opera actor) and glue-sniffing Gina (a pregnant single mother) pretend to be poor Romanians as they bully their way across the Polish countryside. They hijack a taxi, take a joy ride with a drunken middle-aged woman and finally take shelter at the home of a crazy hermit. "Maslowska comes from the bridge generation in Poland - a generation that experienced as children the fall of communism and the tidal wave of western consumer culture that swept in afterward - and a Catholic Church unchained," states Director Paul Bargetto. "In this play she has created a Bonnie and Clyde for our times, roaring down the highway, high on speed, inseparable, torn with desire and loathing for one another, on a journey of self revelation that is brutal, laugh out loud funny and unexpectedly mystical." The production us supported in part by public funds from the New York City Department of Cultural Affairs in partnership with the City Council. MORE ABOUT DOROTA MASLOWSKA MORE ABOUT PAUL BARGETTO MORE ABOUT THE EAST RIVER COMMEDIA
\")");*/
//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);
}
//-->