var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="CD reviews: Pianist McCoy Tyner showcases strengths in 'Solo'
";
arnews[0] += "Since his days with John Coltrane, McCoy Tyner has shown himself to be a wizard on the piano.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 06:34:00 GMT";
arnews[0] += "
";
arnews[1]="Giraud electrifies crowd at first solo performance
";
arnews[1] += "Matt Giraud had his ``swagger on high'' Saturday at his first solo concert, warmly engaging the sold-out crowd with his marvelous voice, gorgeous piano playing and outsized charm.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 06:33:13 GMT";
arnews[1] += "
";
arnews[2]="'Idol' winner Allen remains humble on new album
";
arnews[2] += "Kris Allen knows he's not garnering as much attention as Adam Lambert - and that's OK with him.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 06:30:04 GMT";
arnews[2] += "
";
arnews[3]="Twins win Cowell's grudging praise
";
arnews[3] += "Talent guru Simon Cowell has admitted that twins John and Edward have \"converted a lot of people\" after their latest performance on X Factor, despite being compared to the less successful half of Wham! John and Edward Grimes sang a medley of Wham!'s I'm Your Man and Wham Rap! on a George Michael theme night on the ITV show.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 06:18:41 GMT";
arnews[3] += "
";
arnews[4]="Public Nopinion
";
arnews[4] += "I'm not quite sure how she did it, but this year my wife managed to convince me to follow the latest weekly pandering to public opinion that is \"The X Factor\" - our annual TV search here in Britain for the next major singing and recording star.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 06:14: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("