Maria Knapik, who made her soprano debut at the age of three-and-a-half in her native Poland, made her U.S. debut on March 26, 2002, at New York's Carnegie Hall in an all-Beethoven program with the New York Grand Orchestra and a two-hundred-ten-voice chorus conducted by Vincent La Selva on the 175th anniversary-to-the-day of the composer's death. At that time she also sang the title role of Puccini's "Manon Lescaut" and of Verdi's rarely-heard "Alzira." Most recently she performed with the New York Grand Opera as Suor Angelica in Suor Angelica and Nedda in Pagliacci during the 2006 summer season. Ms. Knapik is the eighth daughter of the celebrated Polish Knapik family, often compared to Austria's Von Trapps. From a very early age, as part of "The Eight Knapik Sisters," Ms. Knapik performed throughout Europe and the British Isles. Ms. Knapik graduated from Poland's Karol Szymanowski Academy of Vocal and Acting Arts, and went on to win a scholarship at the Britten-Pears School in Aldeburgh, England. She also studied voice in Canada at the Wilfried Laurier University and in 1996 was named winner of Montreal's National Debut Competition for Young Artists, which led to her debut on the SRC, the Canadian Broadcasting Corporation's French Radio Network. With Ottawa's Opera Lyra, she has been featured in Mozart's "Le Nozze di Figaro" and in Verdi's "La Traviata" and "Rigoletto." In 1998 she was named first prize-winner at the Accademia Musicale de Chigiana in Siena; her debut recital in Italy which was televised nationally. In 2000 she made her Czech debut as Musetta in Puccini's "La Bohème" and as Euridice in Glück's "Orfeo ed Euridice." In 2002, she performed the title role of a rarely-performed Stanislaw Moniuszko opera, "The Countess," broadcast nationwide in her native Poland by the Polish State Radio from Warsaw.
\")");*/
//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);
}
//-->