var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ellen DeGeneres makes her American Idol debut tonight (Feb. 9).
";
arnews[0] += "After weeks of hit-or-miss guest judges - hits: Neil Patrick Harris, Katy Perry; misses: Avril Lavigne, Victoria Beckham - Ellen DeGeneres finally makes her debut on American Idol tonight, as the aspiring pop stars who survived the show's hodge-podge audition episodes make their way to Hollywood for the next round.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 17:18:14 GMT";
arnews[0] += "
";
arnews[1]="Dr. Horrible 2: News and Thoughts
";
arnews[1] += "It's not often that my love for mad scientists and pompous super heroes gets to merge with musicality and freeze raysbut by god Dr.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 17:14:54 GMT";
arnews[1] += "
";
arnews[2]="Did celeb judges make the grade?
";
arnews[2] += "Kiss those weeks of amusing auditions goodbye, and give Ellen DeGeneres a great ol' big welcome hug.Amer ican Idol's Hollywood Round has arrived.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 16:01:00 GMT";
arnews[2] += "
";
arnews[3]="Trading Ray Allen only hope for Ca s
";
arnews[3] += "It was a national TV game against a tough conference rival, with their entire lineup back together on their home floor, and yet the Celtics [ team stats ] appeared as disinterested Sunday as Neil Patrick Harris at the Lingerie Bowl.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 16:00:40 GMT";
arnews[3] += "
";
arnews[4]="How I Met Your Mother, 'Rabbit or Duck': Don the pants-less duck
";
arnews[4] += "Barney at the Super Bowl. A quick review of last night's coming up just as soon as you call me Allie Westside... What a bizarre but ultimately funny episode of \"HIMYM.\" \"Rabbit or Duck\" pushed into some incredibly broad territory, not just for the cartoonish-by-design Barney, but for the other characters.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 13:11:17 GMT";
arnews[4] += "
";
arnews[5]="It's finally time to plunge into that singing circus
";
arnews[5] += "My fellow Americans, our long national nightmare is over. By that, I mean, naturally, that the auditions phase of \"American Idol\" has shuttered and this week we plummet, headlong, screaming and nauseous, into the greatest circus ever devised by reality television, Hollywood Week.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 07:51:32 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("