var arnews = new Array(10);
totcount = 10;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Celebrity Gossip and Entertainment: Ellen DeGeneres' first episode ...
";
arnews[0] += "Not that Paula Abdul wasn't missed... What did you think of Andrew Garcia's cover of Straight Up? Andrew Garcia paid excellent homage to the former Idol judge with his acoustic version of \"Straight Up,\" which for him was a straight shot ...";
arnews[0] += "
";
arnews[1]="Fans delighted by DeGeneres' 'Idol' debut (AP) | Daily News Blog
";
arnews[1] += "When Fox announced that DeGeneres, an Emmy winner with no formal music experience, would be the new judge last September, fans were divided over the unlikely replacement for Paula Abdul, the sugary sweet pop singer who judged “Idol” ...";
arnews[1] += "
";
arnews[2]="By Ken Levine: AMERICAN IDOL starring Ellen DeGeneres
";
arnews[2] += "Just how would Ellen DeGeneres do replacing Paula Abdul? It's amazing any work got done at all the last few months. Well breathe easy, America. She did fine. She's got a brain. She's got ears. She says funny things sometimes. ...";
arnews[2] += "
";
arnews[3]="Ellen DeGeneres Wows In Her American Idol Debut | ..::celebHeroes::..
";
arnews[3] += "The standout performance of the night was Andrew Garcia, who did a haunting acoustic rendition of Paula Abdul's Straight Up on his guitar. “Paula would be doing this,” Ellen told Garcia as she clapped her hands wildly over her head . ...";
arnews[3] += "
";
arnews[4]="Contestant Wows American Idol Judges With Acoustic “Straight Up ...
";
arnews[4] += "I don't even watch American Idol but when I saw this clip of Andrew Garcia rocking a Paula Abdul song ala' Jason Mraz..I was blown away. Much like.";
arnews[4] += "
";
arnews[5]="Hollywood Week Begins | American Idol News
";
arnews[5] += "This is the first time that Ellen Degeneres, the newest judge (replaced Paula Abdul) will be sitting in on the contestants. Ellen, and the other 3 judges, have to cut the contestants down to 12 men and 12 women. ...";
arnews[5] += "
";
arnews[6]="How Did Ellen DeGeneres Do During Her 'American Idol' Debut ...
";
arnews[6] += "At one point, after Kara DioGuardi praised Andrew Garcia's radical acoustic revamp of former judge Paula Abdul's \"Straight Up,\" saying the onetime pop star would have loved it, DeGeneres threw her hands in the air and did a loving ...";
arnews[6] += "
";
arnews[7]="Ashley Olsen » Yves Saint Laurent Tribute T-Strap Sandals Paula Abdul
";
arnews[7] += "il Clancy, Kim Cattrall, Elizabeth Banks, Adriana Lima, Alyssa Milano, Leslie Mann, Dannii Minogue, Kimberly Stewart, Pamela Anderson, Vahina Giocante, Sheryl Crow, Amanda Bynes, Olivia Munn, Kate Moss, Heidi Montag, Rose McGowan, ...";
arnews[7] += "
";
arnews[8]="You can't be gay for one person. Unless you are a lady and you ...
";
arnews[8] += "Compton Danny Gokey aka Andrew Garcia stole the show with an acoustic rendition of Paula Abdul's “Straight Up.” The judges took this as an opportunity to talk about Paula as if she were dead. Which she is, in their hearts. ...";
arnews[8] += "
";
arnews[9]="The Rants and Raves of a Lunatic: Hooray for Hollywood?
";
arnews[9] += "While a bit irritating at points, she is a solid replacement for Courtney Love Paula Abdul (confused my drug addicts). Since I am exhausted from trying to understand another episode of \"Lost\" and from writing some clever things in my ...";
arnews[9] += "
";
totcount = 10;
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("