var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Brits Auction Off 'Doctor Who' - Airlock Alpha
";
arnews[0] += "If you've ever wanted a chance to own just a small piece of \"Doctor Who\" history, now is your chance as the BBC prepares to auction off several key props and costumes from the long-running series. Among the many items being auctioned are Cybermen and ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 03:50:00 GMT";
arnews[0] += "
";
arnews[1]="Blu-Ray Review: Great Box Set of ‘Doctor Who: The Complete Specials ... - HollywoodChicago.com
";
arnews[1] += "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[1] += "
Publ.Date : Wed, 03 Feb 2010 17:33:00 GMT";
arnews[1] += "
";
arnews[2]="New pictures from Neil Marshall’s Centurion - Den Of Geek
";
arnews[2] += "Marshall's assembled an interesting cast, too, with Michael Fassbender, Dominic West, Noel Clarke and David Morrissey all lining up for action. The film itself arrives on 23rd April. And as soon as we have a trailer, we'll let you know.";
arnews[2] += "
Publ.Date : Mon, 01 Feb 2010 23:55:00 GMT";
arnews[2] += "
";
arnews[3]="In Pictures: Doctor Who auction - BBC Entertainment
";
arnews[3] += "The complete costume David Morrissey wore in the 2008 episode entitled The Next Doctor including waistcoat, cravat and braces is estimated to fetch up to £600. The 1988 monster The Kandyman and 1984 Magma Beast are priced up to £1,600.";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 12:23:00 GMT";
arnews[3] += "
";
arnews[4]="The Red Riding trilogy - Slate
";
arnews[4] += "The 1980 episode picks up with an investigation of the apparently unrelated murders of several Yorkshire prostitutes. Peter Hunter (Paddy Considine) is called in from Manchester as the head detective on the case, but his ethical probity and Roman ...";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 20:58:00 GMT";
arnews[4] += "
";
arnews[5]="Dramatic start for young actor's career - yorkshirepost
";
arnews[5] += "Luke Hudson was auditioning for the first time when he clinched the part as the on-screen son of actor David Morrissey in the forthcoming drama Five Days, which tells the story of a newborn baby abandoned at a Yorkshire hospital. The 11-year-old from ...";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 13:57:00 GMT";
arnews[5] += "
";
arnews[6]="'Red Riding': Noir Horror In Britain's Grim Gray North - WBUR
";
arnews[6] += "With a bit of patience, though, they won't be lost. A heady stew of pornography, prostitution, pedophilia and police brutality, the story opens in 1974 as Eddie Dunford (a terrific Andrew Garfield), a young newspaper reporter, returns home for his ...";
arnews[6] += "
Publ.Date : Wed, 03 Feb 2010 23:52:00 GMT";
arnews[6] += "
";
arnews[7]="Neil Marshall Story Influence - femalefirst.co.uk
";
arnews[7] += "The movie brings together a strong British cast of Michael Fassbender, Dominic West, Noel Clarke, David Morrissey and Max Payne star Olga Kurylenko.";
arnews[7] += "
Publ.Date : Wed, 03 Feb 2010 10:38:00 GMT";
arnews[7] += "
";
arnews[8]="Duff and Serkis scoop Standard film awards - BBC Entertainment
";
arnews[8] += "Anne-Marie Duff and Andy Serkis celebrate their award wins Anne-Marie Duff and Andy Serkis have won the best acting prizes at the Evening Standard British Film Awards. Duff took the best actress award for her role as John Lennon's mother in Nowhere ...";
arnews[8] += "
Publ.Date : Mon, 08 Feb 2010 23:39:00 GMT";
arnews[8] += "
";
totcount = 9;
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("