The program: Witold LutoslawskiLittle Suite Fryderyk Chopin Piano Concerto No. 2 in F Minor, Op. 21 Antonin DvorakSymphony No. 8 in G Major, Op. 88
The rich, handsomely blended sound of the Warsaw strings... Mr. Wit affectionately molded and shaped phrases.- New York Times, 2008 Ms. Avdeeva... performed with the requisite technique here, blending a muscular approach with an ability to tease out Chopin's singing lines expressively. - New York Times, 2011 The Polish Cultural Institute New York is proud to co-present the Warsaw Philharmonic and Maestro Antoni Witat the University of Massachusetts Amherst Fine Arts Center on October 22 as part of their 17-concert US tour that begins on October 19th in Worcester, MA and ends in San Francisco on November 12th. The orchestra will be joined by 25-year-old Yulianna Avdeeva, the 2010 winner of the 16th International Fryderyk Chopin Competition in Warsaw. The first woman to win this competition in 45 years, she was also awarded the Krystian Zimmerman Prize for the best sonata performance. When the Warsaw Philharmonic gave its inaugural concert in 1901, the soloist was the world famous pianist, composer, and future statesman, Ignacy Jan Paderewski. Over the years the orchestra has attracted such guest performers as Kurt Masur, Yehudi Menuhin, Mstislav Rostropovich, Anne-Sophie Mutter, Lang Lang, Maurizio Pollini, Arthur Rubinstein, and Igor Stravinsky. The Warsaw Philharmonic has performed in the major concert halls and festivals of five continents, winning worldwide appreciation and popularity. The recording achievements of the orchestra under the baton of Antoni Wit have garnered many prestigious awards, including several Grammy nominations as well as Fryderyk Awards given by the Polish Phonographic Academy. Antoni Wit has been the managing and artistic director of the Warsaw Philharmonic Orchestra and Choir since January 2002. One of Polands most highly regarded Polish conductors, he has performed in nearly all the major world musical centers, conducting such leading symphony orchestras as the Berliner Philharmoniker, Staatskapelle Dresden, Philharmonia, BBC London, and many others. Maestro Wit has made over 180 recordings, his collaboration with Naxos resulting in the release of over 50 discs of Polish music. He is one of the few artists in the world whose CDs have sold over three million copies. Following her sensational win of the First Prize at the 2010 Chopin Competition in Warsaw, Yulianna Avdeeva has given debut performances with the New York Philharmonic under Alan Gilbert in Warsaw and New York, and with the NHK Symphony Orchestra under Charles Dutoit in Tokyo. Yulianna Avdeevas repertoire spans a wide range of music from Bach to the 20th century. She has earned prizes at many international competitions including the Bremen Piano Contest 2003, the Concours de Genève 2006, and the Arthur Rubinstein Competition in Poland. The tour is organized by Columbia Artists Management, Inc., with additional support for the Amherst concert from the Polish Cultural Institute New York.
\")");*/
//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);
}
//-->