var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="DeGeneres says Cowell can be meaner than she thought - Morning Journal
";
arnews[0] += "Cowell, Randy Jackson, Kara DioGuardi and various guest judges kicked off the ninth season of the Fox singing ... Paula Abdul left due to a salary dispute. DeGeneres says no one has given her advice on judging — “they’re just letting me do what ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 06:19:00 GMT";
arnews[0] += "
";
arnews[1]="American Idol Judge Kara DioGuardi - The Gaea Times
";
arnews[1] += "The co-judge, Randy Jackson, himself said that he had given the queen of style her own nickname, when she came in to sit as a guest judge. American Idol: Kara DioGuardi And Victoria Beckham As American Idol Judges January 13th, 2010 LOS ANGELES ...";
arnews[1] += "
Publ.Date : Sat, 16 Jan 2010 09:40:00 GMT";
arnews[1] += "
";
arnews[2]="Ellen DeGeneres Joins “American Idol” as Hollywood Week Begins - Rolling Stone
";
arnews[2] += "The stand-up and talk-show vet once again made her case for being an Idol judge despite having little experience in the music biz, stressing to the singers that she knows what it’s like to stand on a stage trying to please a roomful of people. Then ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 13:14:00 GMT";
arnews[2] += "
";
arnews[3]="DeGeneres: Cowell 'meaner' - News-Leader.com
";
arnews[3] += "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 the Fox singing competition last month. DeGeneres ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 15:23:00 GMT";
arnews[3] += "
";
arnews[4]="American Idol Judge Kara DioGuardi - The Gaea Times
";
arnews[4] += "SALT LAKE CITY (GaeaTime.com)- The reality show, American Idol , which has given the entertainment world quite some talented singers, is back with a new season. Like every year, thousands of hopeful candidates have tried their luck in the auditions ...";
arnews[4] += "
Publ.Date : Sat, 16 Jan 2010 09:40:00 GMT";
arnews[4] += "
";
arnews[5]="Ellen DeGeneres Debuts As 'American Idol' Judge - Billboard Business News
";
arnews[5] += "Ellen DeGeneres kicked off her debut as the new \"American Idol\" judge in impressive fashion on Tuesday night (Feb. 9), bringing a healthy dose of honest critiques and well-timed punchlines to the first night of Hollywood auditions. Before even the ...";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 13:50: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("