var arnews = new Array(10);
totcount = 10;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Freema Agyeman the Dalek | Patrick Jones, The Red Cyclone
";
arnews[0] += "Apparently the DVD set of Doctor Who Season 3 contains a studio tour with Freema Agyeman. I pulled this short clip out where we're introduced to Nick Briggs,";
arnews[0] += "
";
arnews[1]="nextian: tell me tell me tell me the answer
";
arnews[1] += "(Freema Agyeman) Akilah: When we meet the Delta Culture and we finally get to ask them all the questions we've been wanting the answers to, I'm going to insist that I get to be the one to smack them across the face. ...";
arnews[1] += "
";
arnews[2]="Law & Order: UK - Dear L&O:UK Writers...
";
arnews[2] += "Welcome to your community about Law & Order: UK, where you can talk about everything related to the show, starring Bradley Walsh, Jamie Bamber, Harriet Walter, Ben Daniels, Freema Agyeman and Bill Paterson. ...";
arnews[2] += "
";
arnews[3]="Law & Order: UK – Ep5 | Mark Nolan - Radio Presenter
";
arnews[3] += "As the father of a daughter, he pressures Crown Prosecutors James Steel (Ben Daniels) and Alesha Phillips (Freema Agyeman) to bring all charges possible against the defendant. Not an easy case given that are no witnesses, ...";
arnews[3] += "
";
arnews[4]="Familiar Faces on BBC America's Viral Apocalypse Drama 'Survivors ...
";
arnews[4] += "Freema Agyeman will likely be the first familiar face to those who might not watch other Brit shows. As Martha Jones, she's been both a regular and a guest on both Dr. Who and Torchwood. Agyeman plays schoolteacher Jenny Collins. ...";
arnews[4] += "
";
arnews[5]="SARAH-JANE.tv || A news resource for the Doctor Who spin-off "The ...
";
arnews[5] += "Freema Agyeman also stars. (Interesting story from The Writer's Tale: The Final Chapter - Freema was set to guest star as Martha Jones in Enemy of the Bane, but couldn't commit because she won a starring role on Law & Order: UK, ...";
arnews[5] += "
";
arnews[6]="Doctor Who Facts & Figures Page; Doctor Who DVDs, CDs, eBay Items ...
";
arnews[6] += "Freema Agyeman won the role as Martha Jones, after impressing as Torchwood operative Adeola in the second series of 'Doctor Who'. Still working as a theatre usher, Freema was sworn to secrecy about her upcoming role. ...";
arnews[6] += "
";
arnews[7]="Library Loot (34) and review copies
";
arnews[7] += "Featuring the Doctor and Martha as played by David Tennant and Freema Agyeman in the hit series from BBC Television, \"The Story of Martha\" is read by Freema Agyeman. [I reviewed the print book of this last year but this is an abridged ...";
arnews[7] += "
";
arnews[8]="Icons
";
arnews[8] += "[10] Billie Piper [12] Freema Agyeman Here @ [info] vulcan_sky.";
arnews[8] += "
";
arnews[9]="ohnotheydidnt: Who Wants To Play Dress Up?
";
arnews[9] += "Various garments worn by the Doctor's assistants, Martha Jones (Freema Agyeman) and Donna Noble (Catherine Tate) are also up for auction. Stephanie Connell, entertainment memorabilia specialist at Bonhams, said: \"Doctor Who is without ...";
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("