var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="David Tennant pulls out of Burke and Hare - Monsters and Critics
";
arnews[0] += "Former Doctor Who star David Tennant has pulled out of murder movie Burke and Hare. Ex-Doctor Who David Tennant leaving BBC Radio Two with his girlfriend Gerorgia Moffett after presenting Jonathan Ross show. David was covering the show with Catherine ...";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 11:22:00 GMT";
arnews[0] += "
";
arnews[1]="David Tennant approached by bosses to star in Doctor Who movie - Monsters and Critics
";
arnews[1] += "Actor David Tennant has reportedly been approached by bosses to star in a Doctor Who movie. Doctor Who star David Tennant is pictured signing autographs as he is mobbed by fans on his arrival at the BBC Radio One studios for a chat with presenter Jo ...";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 16:44:00 GMT";
arnews[1] += "
";
arnews[2]="David Tennant takes on role of rebel UK ambassador - The Guardian
";
arnews[2] += "He drank a lot of whisky and had a shamefully leery eye when it came to women but, as our man in Tashkent, Craig Murray also exposed the brutal tyranny and torture of a regime which had little regard for human rights. Now the story of a \"flawed hero ...";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 08:36:00 GMT";
arnews[2] += "
";
arnews[3]="WHO WILL BE THE FILM STAR? DAVID TENNANT OR BILLIE PIPER - Daily Express
";
arnews[3] += "HOLLYWOOD is calling Doctor Who star David Tennant to play the Time Lord on the big screen. The secret was revealed by Billie Piper, who played his companion Rose Tyler in the long-running television series. Billie, 27, said in a radio interview ...";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 00:03:00 GMT";
arnews[3] += "
";
arnews[4]="MJ’s doctor to appear in court - The Gaea Times
";
arnews[4] += "LONDON - Michael Jackson’s personal doctor Conrad Murray is reportedly set to appear in court over the singer’s death. The medic, who was said to be facing involuntary manslaughter charges, will be arraigned at a court near Los Angeles ...";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 13:37:00 GMT";
arnews[4] += "
";
arnews[5]="Blu-Ray Review: Great Box Set of ‘Doctor Who: The Complete Specials ... - HollywoodChicago.com
";
arnews[5] += "CHICAGO – The last five hours of David Tennant’s spectacular run as the tenth doctor of “Doctor Who” have been collected in a great Blu-ray box set from BBC Home Video titled “Doctor Who: The Complete Specials”. Tennant was recently voted ...";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 17:33:00 GMT";
arnews[5] += "
";
arnews[6]="Mail not keen on BBC's Tennant extra - The Guardian
";
arnews[6] += "The BBC has been accused of overkill in the lead-up to David Tennant's depature from Doctor Who. According to the Daily Mail , Tennant has made some 75 appearances on BBC channels in three weeks. \"Just 28 of his appearances come in new programmes ...";
arnews[6] += "
Publ.Date : Fri, 05 Feb 2010 08:34:00 GMT";
arnews[6] += "
";
arnews[7]="Nighy To Star In Doctor Who - The Gaea Times
";
arnews[7] += "Actor BILL NIGHY is set to make a cameo in the new series of DOCTOR WHO, according to an internet report. The veteran star will play the curator of a Vincent van Gogh exhibition in the upcoming episode, which will be set in both modern day and 19th ...";
arnews[7] += "
Publ.Date : Mon, 01 Feb 2010 13:25:00 GMT";
arnews[7] += "
";
totcount = 8;
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("