var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="COMMENTS: 7
"; arnews[0] += "Malcolm D. Lee, best known for directing \"The Best Man\" and \"Undercover Brother\" will rewrite and direct the sports drama \"The Rucker.\" The project follows two basketball players, teammates and friends, one black and one white, who oppose one another in a very important tournament, and also compete for league MVP and NBA attention."; arnews[0] += "
Publ.Date : Tue, 02 Feb 2010 02:56:55 GMT"; arnews[0] += "
"; arnews[1]="Five sets return date for 'The Mentalist'
"; arnews[1] += "The Mentalist will return to UK screens Friday, February 19, Five has announced."; arnews[1] += "
Publ.Date : Wed, 27 Jan 2010 17:36:53 GMT"; arnews[1] += "
"; arnews[2]="'Precious' tops NAACP nominations
"; arnews[2] += "The heart-wrenching story of an illiterate and abused Harlem teen who finds hope in a classroom of misfits led the nominations announced Wednesday for the 41st annual NAACP Image Awards."; arnews[2] += "
Publ.Date : Wed, 06 Jan 2010 15:26:58 GMT"; arnews[2] += "
"; arnews[3]="Aunjanue Ellis boards 'The Mentalist'
"; arnews[3] += "Actress Aunjanue Ellis has signed on for a recurring role on CBS drama The Mentalist ."; arnews[3] += "
Publ.Date : Wed, 02 Dec 2009 02:33:38 GMT"; arnews[3] += "
"; arnews[4]="Maddie's Corner Announcement
"; arnews[4] += "23-29 [ P ] Made in Heaven to Close Dec. 7; Emperor Jones to Rule SoHo Playhouse [ NYT ] ArtsBeat Comedy Will Close to Make Way for 'Emperor Jones' By DAVE ITZKOFF [ NYT ] ArtsBeat 'Emperor Jones' Director Says Misunderstanding Almost Halted Transfer By DAVE ITZKOFF [ V ] Madden circling 'My Fair Lady' British director in talks for Columbia remake ..."; arnews[4] += "
Publ.Date : Tue, 01 Dec 2009 14:21:07 GMT"; arnews[4] += "
"; arnews[5]="Casting call: Aunjanue Ellis on 'The Mentalist,' Ryan Devlin to 'Cougar Town'
"; arnews[5] += "\"The Mentalist\" is getting a new supervisor. Aunjanue Ellis is joining the cast of the CBS drama in what's described as a \"heavily recurring\" part."; arnews[5] += "
Publ.Date : Mon, 30 Nov 2009 20:44:45 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("
");