var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Posted 2/10/2010
";
arnews[0] += "WHAT IT DO NINJAS?! The show is full today so you have to make sure you keep checking back to get all the stuff you missed.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 13:58:33 GMT";
arnews[0] += "
";
arnews[1]="TV Best Bets
";
arnews[1] += "Cougar Town, 9:30 p.m., ABC. A block of four Valentine episodes concludes with this funny one.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Also On: Cartoon Characters Robert Verdi, Charlie Brown: Roger Catlin | TV Eye
";
arnews[2] += "Robert Verdi always seemed like a reasonable, though colorful, judge in his seasons on \"project Runway\" or \"She's Got the Look.\" But turning himself into a caricature on the new reality series, \"The Robert Verdi Show\" , he tries too hard to be an unreasonable and extreme.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 08:04:49 GMT";
arnews[2] += "
";
arnews[3]="CD reviews: Sade, Allison Moorer, The Album Leaf, Adam Green
";
arnews[3] += "Sade, \"Soldier of Love\" It's been a decade since the last full-length Sade album, a long wait for fans of those lush rhythms and melancholy vocals that come together to create the signature sound of the singer born Helen Folasade Adu 51 years ago.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 22:54:50 GMT";
arnews[3] += "
";
arnews[4]="Allison Moorer, Reckless Kelly Deliver New Independent Albums
";
arnews[4] += "Allison Moorer and Reckless Kelly are among the artists releasing new independent albums on Tuesday .";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 21:22:26 GMT";
arnews[4] += "
";
arnews[5]="CD review: Time has been kind to Sade
";
arnews[5] += "Helen Folasade Adu, the voice and face of the group Sade, creates on her own timetable.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 20:26:46 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("