var arnews = new Array(10); totcount = 10; rnd = 1; document.title=document.title+ " "; arnews[0]="allDAY: Al and Ann talk Twitter with Derek Luke
"; arnews[0] += "Sept. 28: Here is a behind-the-scenes moment from this morning with Al, Ann and \"Trauma's\" Derek Luke. (Today Show)"; arnews[0] += "
Publ.Date : Mon, 28 Sep 2009 20:35:39 GMT"; arnews[0] += "
"; arnews[1]="Derek Luke on ‘Trauma’ premiere
"; arnews[1] += "Sept. 28: TODAY’s Hoda Kotb and Kathie Lee Gifford talk to actor Derek Luke about his new show, “Trauma.” (Today Show)"; arnews[1] += "
Publ.Date : Mon, 28 Sep 2009 14:46:49 GMT"; arnews[1] += "
"; arnews[2]="Madea Goes To Jail
"; arnews[2] += "Tyler Perry's latest Madea installment hits theaters today and HipHollywood.com is giving you the inside scoop on the film from three of its biggest stars. Mr. Perry, Keisha..."; arnews[2] += "
Publ.Date : Fri, 20 Feb 2009 05:20:30 GMT"; arnews[2] += "
"; arnews[3]="Last Call With Carson Daly : Highlights - Derek Luke
"; arnews[3] += "Derek Luke, who plays Sean \"Puffy\" Combs in \"Notorious\" stopped by to talk with Carson!"; arnews[3] += "
Publ.Date : Sat, 17 Jan 2009 09:16:17 GMT"; arnews[3] += "
"; arnews[4]="NOTORIOUS TV: "Diddy Interviews Derek Luke"!
"; arnews[4] += "Puff interviews Puff...Diddy interviews Derek Luke who plays Diddy in the new movie \"NOTORIOUS\" in theaters 01.16, sountrack available EVERYWHERE 01.13!"; arnews[4] += "
Publ.Date : Fri, 09 Jan 2009 21:03:49 GMT"; arnews[4] += "
"; arnews[5]="Derek Luke portrays Producer/Mogul Puff Daddy/P.Diddy in 'Notorious'
"; arnews[5] += "I had a chance to sit down with actor Derek Luke to discuss his portrayal of Producer, Sean 'Puff Daddy' 'P.Diddy' Combs in the new movie Notorious, which chronicles a critical..."; arnews[5] += "
Publ.Date : Tue, 06 Jan 2009 05:23:34 GMT"; arnews[5] += "
"; arnews[6]="Derek Luke stars as Puff Daddy in new biopic NOTORIOUS
"; arnews[6] += "CHRISTOPHER WALLACE LIVES ON IN NOTORIOUS STARRING ANGELA BASSETT, DEREK LUKE AND AFTER WORLDWIDE SEARCH JAMAL WOOLARD AS THE NOTORIOUS B.I.G Fox Searchlight Pictures President of..."; arnews[6] += "
Publ.Date : Mon, 17 Nov 2008 07:35:48 GMT"; arnews[6] += "
"; arnews[7]="Common feat. Alicia Keys, Kanye West, Serena Williams, Kerry Washington aamp; Derek Luke - I Want You
"; arnews[7] += "Common hosts an intimate and stylish star-studded party at his posh modern home. His former girlfriend shows up unexpectedly."; arnews[7] += "
Publ.Date : Wed, 31 Oct 2007 06:00:00 GMT"; arnews[7] += "
"; arnews[8]="USA: New Tim Robbins drama about terrorism in apartheid South Africa, "Catch a Fire", opens
"; arnews[8] += "Oscar winner Tim Robbins and Derek Luke star in \"Catch a Fire,\" the true story of Patrick Chamusso, an easy-going oil-refinery foreman who is wrongly accused of sabotage, and..."; arnews[8] += "
Publ.Date : Thu, 02 Nov 2006 00:00:00 GMT"; arnews[8] += "
"; arnews[9]="Amnesty International PSA from Derek Luke ("Catch a Fire" star)
"; arnews[9] += "Amnesty International PSA from Derek Luke (\"Catch a Fire\" star)"; arnews[9] += "
Publ.Date : Wed, 18 Oct 2006 17:37:03 GMT"; arnews[9] += "
"; totcount = 10; 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("
");