var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Ellen DeGeneres Finds Simon Cowell 'A Challenge' On 'American Idol'
"; arnews[0] += "New \"American Idol\" judge Ellen DeGeneres on Tuesday hinted of fireworks between her and Simon Cowell, and said she'd prefer not to sit next to the acid-tongued Briton in future."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 11:28:45 GMT"; arnews[0] += "
"; arnews[1]="American Idol Hollywood highlights: Ellen DeGeneres, Andrew Garcia, Crystal Bowersox, Janell Wheeler
"; arnews[1] += "When \"American Idol\" kicked off the Hollywood round of season nine Tuesday, viewers got a glimpse of Ellen DeGeneres' judging abilities as well as some likely contenders for this season's top 24."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 09:35:36 GMT"; arnews[1] += "
"; arnews[2]="Lil Wayne off to jail, Lady Gaga explains what her NZ Monster Ball shows will be like
"; arnews[2] += "Conrad Murray shouldn't be the only one to blame! After yesterday's arraignment hearing Joe Jackson insisted Murray was just one part of a bigger conspiracy... \"To me, he's just a fall guy."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 08:40:29 GMT"; arnews[2] += "
"; arnews[3]="American Idol Hollywood: Day One Recap & Review
"; arnews[3] += "Tonight's American Idol in Hollywood kicks off what is arguably the most devastating round in this event."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 07:02:20 GMT"; arnews[3] += "
"; arnews[4]="'Dancing with the Stars' Casting Rumor: Kevin Federline?
"; arnews[4] += "First it's John Stamos, then it's Pamela Anderson and Kate Gosselin, now Kevin Federline? \"I would definitely do Dancing With The Stars ,\" he told Ryan Seacrest on his radio show, adding that the show's producers \"feel [he] might be overqualified because I'm a hip hop dancer but I know nothing about ballroom.\" Britney Spears' ex-hubby, who is also ..."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 23:57:23 GMT"; arnews[4] += "
"; arnews[5]="Roger Catlin: Middlebury's Katie Survives First Day of Hollywood Week
"; arnews[5] += "Katie Stevens, the 17 year old high school singer from Middlebury, survived the first day of Hollywood Week on \"American Idol\" Monday, and was in fact the first one seen in the show doing so."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 08:00: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("
");document.write("
");