var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Classical artists look for charted territory
";
arnews[0] += "On Jan. 14, violinist Hilary Hahn scored a rare gig for a classical music performer: She appeared on 'The Tonight Show.' And not just any 'Tonight Show' - one during the final days of Conan O'Brien's brief tenure as host.";
arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 10:39:29 GMT";
arnews[0] += "
";
arnews[1]="Regrettably, how performers are dressed does matter
";
arnews[1] += "Blog Opera Chic's comments on performers' concert clothing highlight the importance of appearance on stage.";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 18:37:50 GMT";
arnews[1] += "
";
arnews[2]="The NS interview: Clive James
";
arnews[2] += "'We wore little forage caps and looked like the Hitler Youth' You turned 70 not long ago.";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 06:28:13 GMT";
arnews[2] += "
";
arnews[3]="SFO presents 2010 Schwabacher Debut Recital Series; Heidi Melton in Germany interview by Paul Ziller
";
arnews[3] += "Twenty-eighth season includes performances by tenor Eleazar Rodriguez and baritone Michael Sumuel; pianist Allen Perriello with Adler Fellows Susannah Biller and Austin Kness; and soprano Leah Crocetto SAN FRANCISCO San Francisco Opera Center presents the 28th season of the Schwabacher Debut Recital Series, on February 21, March 28 and April 18 at ...";
arnews[3] += "
Publ.Date : Mon, 01 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Lucia di Lammenmoor
";
arnews[4] += "Anna Netrebko and Piotr Beczala star as Donizetti's fragile title heroine and her lover, Edgardo.";
arnews[4] += "
Publ.Date : Tue, 20 Oct 2009 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="Anna Nicole Smith opera for 2010 at the Royal Opera House, status?
";
arnews[5] += "Anna Nicole Smith's opera at the Royal Opera House at Covent Garden scheduled for 2010 should be a highlight of the year around the world, so what's the status? I just googled and as one may imagine casting has been a hot issue.";
arnews[5] += "
Publ.Date : Thu, 28 Jan 2010 08:00:00 GMT";
arnews[5] += "
";
totcount = 6;
if (rnd) {
for (x=0;x<=100;x++) {
y=Math.round(Math.random()*totcount-0.5);
z=x%totcount;
tval=arnews[y];
arnews[y] = arnews[z];
arnews[z] = tval;
}
}
for (x=0;x<=(totcount-1);x++) {
document.write(arnews[x]);
if (x != (totcount-1) ) document.write("
"); }
document.write("