var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Carmen Ileana Rom n: High Note
";
arnews[0] += "If during the holiday season you want to treat yourself to a sumptuous feast that wona t add calories or need elaborate preparation, I highly recommend you go see the movie \"La Boheme\" with Anna Netrebko and Rolando Villazon .";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:47:44 GMT";
arnews[0] += "
";
arnews[1]="Film version of 'La Boheme' saved by its tenor
";
arnews[1] += "It would take a lot to ruin a production of Puccini's masterpiece, \"La Boheme,\" although one or two \"concept\" stagings have tried.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 04:55:35 GMT";
arnews[1] += "
";
arnews[2]="La Boheme -- The Film Starring Netrebko and Villazon on DVD & Blu-Ray Dec. 15th
";
arnews[2] += "New York, NY, November 15, 2009 -- -- Anna Netrebko & Rolando Villazn Starring in Academy Award Nominated Director Robert Dornhelm's Feature Film of Puccini's La Bohme Debuts on DVD & Blu-ray December 15th Kultur is proud to announce the DVD & Blu-ray release of Giacomo Puccini's immortal opera La Bohme in the acclaimed high budget feature-film ...";
arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 10:57:54 GMT";
arnews[2] += "
";
arnews[3]="Nick Frost to star in BBC2 adaptation of Martin Amis's Money
";
arnews[3] += "Nick Frost will star in a BBC2 adaptation of Martin Amis's Money and Sophie Dahl will present a cookery show in the new season of programmes for early 2010.";
arnews[3] += "
Publ.Date : Wed, 11 Nov 2009 12:35:52 GMT";
arnews[3] += "
";
arnews[4]="La Boheme
";
arnews[4] += "There is no reason, in theory, why it should be any more difficult to bring an opera to the film screen than any other piece of musical theatre.";
arnews[4] += "
Publ.Date : Tue, 10 Nov 2009 06:00:00 GMT";
arnews[4] += "
";
totcount = 5;
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("