var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="'American Idol' news roundup for Tuesday, Feb. 9: Ellen and Hollywood at last! | Idol Confessions
"; arnews[0] += "Hollywood. Ellen. Hollywood. Need I say more? The news today is that tonight, after three weeks of auditions, celebrity judges and drama over Simon Cowell 's impending departure, we finally arrive at Hollywood and the debut of new judge Ellen DeGeneres ."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 21:43:28 GMT"; arnews[0] += "
"; arnews[1]="Blige coming to Disney's Dreamers Academy
"; arnews[1] += "Singer Mary J. Blige will be the keynote speaker as part of the third annual Disney's Dreamers Academy with Steve Harvey on Feb."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 00:43:33 GMT"; arnews[1] += "
"; arnews[2]="TV Watch: 'American Idol' recap: Skin show
"; arnews[2] += "American Idol, the nation's No. 1 television program for eight seasons running, signed a two-year deal today with DermaFab Corp., to join its longstanding troika of sponsors, Coca-Cola, Ford, and AT&T. The upstart skin-care company's CEO brainstormed the partnership after watching Idol 's Denver audition episode and marveling at guest judge ..."; arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 12:05:00 GMT"; arnews[2] += "
"; arnews[3]="'American Idol' recap: Skin show
"; arnews[3] += "American Idol, the nation's No. 1 television program for eight seasons running, signed a two-year deal today with DermaFab Corp., to join its longstanding troika of sponsors, Coca-Cola, Ford, and AT&T. The upstart skin-care company's CEO brainstormed the partnership after watching Idol 's Denver audition episode and marveling at guest judge ..."; arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 14:29:30 GMT"; arnews[3] += "
"; arnews[4]="American Idol: 15 Best Auditions Ever
"; arnews[4] += "But close your eyes and listen to the unexpected choices Cookie makes with the song's tempo and melody, and you'll get a glimpse of the distinctive, daring re-arranger who inspired a nation of speed-dialers and changed the Idol game forever, and for the better."; arnews[4] += "
Publ.Date : Mon, 25 Jan 2010 01:45:59 GMT"; arnews[4] += "
"; arnews[5]="Edwards sells off part of ski resort
"; arnews[5] += "Financier Murray Edwards is selling half his interest in the Lake Louise resort area back to Charlie Locke -- a former ski hill mogul who owned the property for decades before his company went into receivership."; arnews[5] += "
Publ.Date : Fri, 03 Oct 2008 07: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("
");