var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Violin virtuoso Joshua Bell to perform at Boston Symphony Hall - Patriot Ledger
";
arnews[0] += "Violin virtuoso Joshua Bell will perform Brahms’s Violin Concerto when he joins the Boston Symphony Orchestra, under the baton of conductor Sir Andrew Davis, for a program of Thanksgiving week concerts that will also include Debussy’s ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 10:18:00 GMT";
arnews[0] += "
";
arnews[1]="Charice on Pacquiao's win: Proud to be Filipino - ABS-CBN
";
arnews[1] += "MANILA – The Philippines' international singing sensation Charice Pempengco on Saturday thanked people for supporting Filipinos like her and boxing champion Manny Pacquiao, adding that their triumphs make her feel \"proud to be Filipino.\" Charice ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 10:33:00 GMT";
arnews[1] += "
";
arnews[2]="Joshua Bell - At Home With Friends - The Celebrity Cafe.com
";
arnews[2] += "- Joshua Bell got his first violin at the age of four after his parents found his plucking at rubber bands he stretched over the handles of his dresser. Bell gained national attention at 14 with his debut with Riccardo Muti and the Philadelphia ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 23:59:00 GMT";
arnews[2] += "
";
arnews[3]="Hamish Hamilton to direct Oscars - Variety
";
arnews[3] += "Hamilton has helmed the MTV Video Music Awards kudocasts as well as numerous concert specials by such stars as U2, Neil Diamond, Josh Groban, Stevie Wonder and Christina Aguilera. He’s also set to direct the upcoming Super Bowl half-time show on ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 19:33:00 GMT";
arnews[3] += "
";
arnews[4]="Hamish Hamilton to direct 82nd Academy Awards telecast - Entertainment Weekly Online
";
arnews[4] += "Hamilton—who is also helming the Super Bowl XLIV halftime show on Feb. 7—has directed the MTV Video Music Awards multiple times, as well as live performances by artists such as U2, Neil Diamond, Josh Groban, and Christina Aguilera.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 22:46:00 GMT";
arnews[4] += "
";
arnews[5]="Christmas comes early to WHNN - MLive.com
";
arnews[5] += "On tap is everything from traditional favorites to classics from Nat King Cole and Bing Crosby to contemporary hits by the likes of Mariah Carey and Josh Groban. “We always have a few who aren’t happy with us starting it so early,” he said ...";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 17:52: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("