var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="American Idols bring Purple to L.A. - Daily Trojan
"; arnews[0] += "When The Color Purple opens tonight at the Pantages Theatre, much of the talk will center on American Idol season three winner Fantasia Barrino’s return to the show. The funny thing is she will be starring alongside the woman whose shocking ..."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 06:40:00 GMT"; arnews[0] += "
"; arnews[1]="'The Color Purple': One-woman powerhouse steals the show at the Fox - News-Democrat
"; arnews[1] += "Powerful vocals and passionate performances lift \"The Color Purple\" in its incarnation as a stage musical. With its inspirational theme emphasizing the healing power of love and hope, this second national tour, now running at the Fox Theatre in St ..."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 12:04:00 GMT"; arnews[1] += "
"; arnews[2]="The Color Purple's La Toya London - KSDK
"; arnews[2] += "La Toya London's character, Nettie, is always wearing yellow in The Color Purple. \"It's a vibrant color, fun color. And that's what Nettie is,\" she said. So maybe, it's no coincidence, London finds herself wearing yellow in this interview. \"Oh, hey ..."; arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 22:18:00 GMT"; arnews[2] += "
"; arnews[3]="Open a New Window - BackStage.com
"; arnews[3] += "By the time I'm 25, I'm going to be a rich and famous singer and actress, then I'm going to settle down and get married. And after my husband ... LaToya London was named the early front-runner by Simon Cowell, Elton John, and fans to win Season 3 of ..."; arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 21:08:00 GMT"; arnews[3] += "
"; arnews[4]="'Color Purple' offers joyous noise and heartfelt emotion - St. Louis Post-Dispatch
"; arnews[4] += "Long before Precious Jones was enduring sexual and verbal abuse at the hands of her father in \"Precious,\" there was Celie from \"The Color Purple,\" which runs through Sunday night at the Fox Theatre. Both feature poverty-stricken, African-American ..."; arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 21:22:00 GMT"; arnews[4] += "
"; arnews[5]="Former Idol Contestant Latoya London is Moving On - FOX2now.com
"; arnews[5] += "MARYLAND HEIGHTS, MO (KTVI - FOX2Now.com) - American Idol contestant Latoya London was a fan favorite. Thousands of fans were in an uproar when she was eliminated on Idol. Now there is nothing but good news for London. She has moved on and is ..."; arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 15:31: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("
");