var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ellen DeGeneres says ‘Idol’ judge Simon Cowell is ‘meaner than I ... - The Gaea Times
";
arnews[0] += "... WASHINGTON - Paula Abdul has wished talk show host Ellen DeGeneres best of luck for her stint in American Idol. Fox television had announced that DeGeneres would sit alongside Simon Cowell, Randy Jackson and Kara DioGuardi in the new season of ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 21:58:00 GMT";
arnews[0] += "
";
arnews[1]="Ellen DeGeneres Makes 'American Idol' Debut Tonight - MTV
";
arnews[1] += "With the addition of professional songwriter Kara DioGuardi last year, who sits alongside longtime producer/musician Randy Jackson and music-industry veteran Cowell, the panel has plenty of cred. And though DeGeneres doesn't have experience in the ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 11:49:00 GMT";
arnews[1] += "
";
arnews[2]="Randy Jackson: Simon and Ellen are getting along fine - Los Angeles Times Blogs
";
arnews[2] += "Don't believe the hype. That's what \"American Idol's\" Randy Jackson had to say about rumors that his fellow judges Ellen DeGeneres and Simon Cowell were clashing. We ran into the dawg man at Capitol Studios on Tuesday, where he was a session player ...";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 20:10:00 GMT";
arnews[2] += "
";
arnews[3]="Randy Jackson Says Family Wasn’t Invited To 2010 Grammys, Just Michael’s Kids? - HipHopRX.com
";
arnews[3] += "Brother to Michael Jackson, Randy Jackson, says that the Jackson family was not invited to this year’s Grammy Awards, only his late brother’s kids, Prince Michael Joseph Jr, 12, Paris-Michael Katherine Jackson, 11, and Prince Michael ‘Blanket’ Jackson II, age 7. Michael Jackson was honored";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 21:35:00 GMT";
arnews[3] += "
";
arnews[4]="RANDY JACKSON ANGRY AT GRAMMYS SNUB - PR Inside
";
arnews[4] += "His two eldest children, Paris and Prince Michael, came onstage to coll= ect their father's Lifetime Achievement Award and received a standing ova= tion from the star-studded crowd. But Randy is fuming that the rest of the hitmaking clan were not ...";
arnews[4] += "
Publ.Date : Tue, 02 Feb 2010 08:30:00 GMT";
arnews[4] += "
";
arnews[5]="Fans delighted by DeGeneres' 'American Idol' debut - Fresno Bee
";
arnews[5] += "... DeGeneres says Cowell is 'meaner than I thought' Ellen DeGeneres, the newest judge on \"American Idol,\" says Simon Cowell is \"meaner\" than she thought. Cowell, Randy Jackson, Kara DioGuardi and various guest judges kicked off the ninth season of ...";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 04:53:00 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("