var arnews = new Array(9); totcount = 4; rnd = 0; document.title=document.title+ " "; arnews[0]="Idol Confessions - Seattle Times
"; arnews[0] += "We live-blogged Tuesday night's \"American Idol\" episode. It was the first appearance for new judge Ellen DeGeneres. It was the first of four shows dedicated to the \"Hollywood round,\" where 170-some Idol hopefuls is winnowed down to the Top 24 semi ..."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 05:22:00 GMT"; arnews[0] += "
"; arnews[1]="Singer Mary J. Blige Announced As Keynote Speaker At 2010 Disney's ... - All Headline News
"; arnews[1] += "Lake Buena Vista, FL, United States (CNS) - Superstar Mary J. Blige has been announced as the keynote speaker at 2010 Disney's Dreamers Academy with Steve Harvey. The singer, producer and actress will speak at the academy's commencement Ceremony ..."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 15:46:00 GMT"; arnews[1] += "
"; arnews[2]="Blige coming to Disney’s Dreamers Academy - MSN Money
"; arnews[2] += "Singer Mary J. Blige will be the keynote speaker as part of the third annual Disney’s Dreamers Academy with Steve Harvey on Feb. 11-14 at Walt Disney World Resort. Harvey, a syndicated radio personality, and Disney will host 100 high school ..."; arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 20:55:00 GMT"; arnews[2] += "
"; arnews[3]="'American Idol' recap: Skin Show! - Entertainment Weekly Online
"; arnews[3] += "I'm ready for some Melinda Doolittle-y phrasing, some David Cook-y rearranging, even some Frenchie Davis-Kimberley Locke-y verse exchanging. (Look at me, rhyming!) But before I start a one-way ''journey'' down Hell Week memory lane, let's not ..."; arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 18:16:00 GMT"; arnews[3] += "
"; totcount = 4; 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("
");