var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="DeGeneres says Cowell is 'meaner than I thought'
"; arnews[0] += "Tuesday, February 09, 2010 at 1:43 p.m. Read more: Entertainment , Ellen Degeneres , American Idol , Simon Cowell , Cowell is Meaner , Paula Abdul LOS ANGELES a ' Ellen DeGeneres, the newest judge on \"American Idol,\" says Simon Cowell is \"meaner\" than she thought."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 22:46:41 GMT"; arnews[0] += "
"; arnews[1]="Judging Ellen
"; arnews[1] += "Ellen DeGeneres makes her American Idol debut tonight . Photograph by: Handout, Fox 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 Tuesday , as the aspiring pop stars who survived the show's hodgepodge audition ..."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 22:45:53 GMT"; arnews[1] += "
"; arnews[2]="Carrie Underwood Gets Behind Ellen DeGeneres As Idol Judge
"; arnews[2] += "American Idol kicks off Hollywood Week Tuesday night on FOX as Ellen DeGeneres makes her first appearance at the judges' table."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 22:41:43 GMT"; arnews[2] += "
"; arnews[3]="'American Idol' preview: Ellen DeGeneres debuts tonight as judge
"; arnews[3] += "After months of waiting, Ellen DeGeneres will make her debut as a judge tonight on \"American Idol\" alongside Simon Cowell ."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 22:25:31 GMT"; arnews[3] += "
"; arnews[4]="Howard Stern Says It's Possible He Could Replace Simon on American Idol
"; arnews[4] += "Howard Stern says it's possible he could replace Simon on American Idol. According to TV.com , the outrageous radio show personality, Howard Stern said it's possible that he could replace Simon Cowell on the Fox hit talent show, \"American Idol,\" but they would have to pay him a ton of dough to do it."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 22:23:48 GMT"; arnews[4] += "
"; arnews[5]="Simon Cowell gets serious
"; arnews[5] += "Simon Cowell is reportedly \"getting serious\" with make-up artist Mezhgan Hussainy."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 22:15:42 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("
");document.write("
");