var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Violinist Mutter seeks the soul beneath the notes
";
arnews[0] += "Mark Kanny is the Pittsburgh Tribune-Review's classical music critic and can be reached at 412-320-7877 or via e-mail. Ways to get us Mastering the notes a composer writes is just the start of artistry for real performers.";
arnews[0] += "
Publ.Date : Thu, 28 Jan 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Violinist Mutter seeks the soul beneath the notes
";
arnews[1] += "Mark Kanny is the Pittsburgh Tribune-Review's classical music critic and can be reached at 412-320-7877 or via e-mail. Mastering the notes a composer writes is just the start of artistry for real performers.";
arnews[1] += "
Publ.Date : Thu, 28 Jan 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="March Madness games of the decade: Syracuse-Kansas at No. 6
";
arnews[2] += "Watch the entire Syracuse-Kansas game from 2003 Carmelo Anthony was a rarity in the straight-to-the-NBA era, a super-skilled prospect who postponed a professional career to enroll in college and make a huge and immediate impact.";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 18:12:00 GMT";
arnews[2] += "
";
arnews[3]="Boxerwood Groundhog Wakes Up in Preschool
";
arnews[3] += "Boxerwood naturalists Hannah Klein teach Danielle Moran and Judi Statona s Head Start class at Enderly Heights Elementary about hibernation first-hand from a drowsy groundhog, who wakes up briefly from his long wintera s nap to visit them using hand puppets Woodchuck Chuck and his side-kick, Chatter the Squirrel.";
arnews[3] += "
Publ.Date : Mon, 01 Feb 2010 23:15:12 GMT";
arnews[3] += "
";
arnews[4]="53rd International Red Cross Ball maintains its best, not to mention dancing, music and ... cookies
";
arnews[4] += "If Red Cross ball chairwomen Mary Mochary, Susan Keenan and Michele Kessler decide to go into business together, that business should be construction.";
arnews[4] += "
Publ.Date : Mon, 01 Feb 2010 17:36:58 GMT";
arnews[4] += "
";
arnews[5]="Ambassador from Monaco a hit at Red Cross weekend for prince's gift to Haiti
";
arnews[5] += "When the word gets out about Gilles Alexandre Noghes, he'll be at the top of every guest list in town.";
arnews[5] += "
Publ.Date : Sun, 31 Jan 2010 01:27:42 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("