THE WILD FINISH
Written and Performed by Monica Hunken
Wednesday, January 25, 2012 - Saturday, February 11, 2012
Written and Performed by Monica Hunken
Directed by Melissa Chambers
Lights by Evan True
Sound by Xana Chambers and Benjamin Cerf
Technical Direction by Evan True
The Wild Finish is one of the most exciting theater pieces I've seen in years. If you want to know where theater can take you, get on Monica's bike. - Stephen Wangh, author of An Acrobat of the Heart: A Physical Approach to Acting Inspired by the Work of Jerzy Grotowski; Arts Professor (ret), NYU; Adjunct Faculty, Naropa University Monica Hunken, one of the eminent actresses of our time, has created a play about her grandfather that is both autobiographical and innovative. An extraordinary artist, she is able to use her body and her voice - in fact several voices - to expand the theatrical vocabulary so that the spectator rides the myriad aspects of an extraordinary life - The Wild Finish, through the physical and spiritual rigor of one multi-faceted actress. -Judith Malina, Founder of The Living Theatre Hunken is a monologist to be watched. This is solo performance at its very best. -NYTheatre.com On a snowy Easter Sunday, Monica embarked on a lone bicycle journey across Poland in search of the man who haunts her, a man of power, genius, fame and violence; her grandfather, Leonidas Dudarew-Ossetynski. With an old address book, the spirit of Grotowski and the hard lessons of punk rock anarchists to guide her, she reveals a story of exile, love and justice spanning three generations of a family's survival. Along her path, she squats and pogos with anarchist punks in old factories, barely escapes a knifing by Neo-Nazis, hides in churches and is hypnotized in a para-theatrical workshop. You will be led by many eccentric guides through this surreal landscape; a mohawked bike messenger, the ghost of a Norwegian bride, a girl with a third eye and your bewildered hostess, Monica Dudarew-Ossetynska Hunken, heiress to cult and Slavic royalty. Presented by The Polish Cultural Institute New York and The Culture Project. Watch Trailer
\")");*/
//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);
}
//-->