var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Blink
";
arnews[0] += "Thursday 19 November 7:00pm - 7:45pm BBC3 10/13 - Blink In an old, abandoned house, the Weeping Angels wait.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 06:32:37 GMT";
arnews[0] += "
";
arnews[1]="Doctor Who
";
arnews[1] += "Sunday 15 November 7:00pm - 8:00pm BBC1 The Waters of Mars The Doctor's death is approaching, and he knows it as he awaits the summons that will lead him to his doom.";
arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 03:33:44 GMT";
arnews[1] += "
";
arnews[2]="'EastEnders' wins three MVSA prizes
";
arnews[2] += "BBC soap EastEnders has scored a hat-trick of prizes at the Birmingham Black International Film Festival's Music, Video and Screen Awards .";
arnews[2] += "
Publ.Date : Fri, 06 Nov 2009 15:17:17 GMT";
arnews[2] += "
";
arnews[3]="Planet of the Dead
";
arnews[3] += "Thursday 29 October 7:00pm - 8:00pm BBC3 Planet of the Dead A London bus takes a detour to an alien world, but can the Doctor defeat the terrifying Swarm? VIDEO Plus+: 1883558 Repeat, Subtitled, Widescreen, Audio-described Cast James Strong Add to Your Programmes Download from iTunes: Doctor Who, Season 4 Price - 24.99 Links Doctor Who - Planet of ...";
arnews[3] += "
Publ.Date : Thu, 29 Oct 2009 04:29:01 GMT";
arnews[3] += "
";
arnews[4]="Putting Small Island on the big screen
";
arnews[4] += "Clarissa Philip London, Putting Small Island on the big screen By Alison Roberts, Evening Standard Last updated at 10:19am on 21.10.09 Stealing the show: Ashley Walters plays Michael, whose sexual charisma prompts Queenie to risk her marriage Personal touch: Small Island's producer Vicky Licorish Starting out : Vicky Licorish with Mike Read, Keith ...";
arnews[4] += "
Publ.Date : Wed, 21 Oct 2009 10:04:26 GMT";
arnews[4] += "
";
arnews[5]="Martha Jones, meet Lee Adama
";
arnews[5] += "I just happened across an article from mid-2008 that says that Freema Agyeman and Jamie Bamber are starring in the new TV series Law & Order: UK .";
arnews[5] += "
Publ.Date : Tue, 20 Oct 2009 08:39:54 GMT";
arnews[5] += "
";
arnews[6]="Doctor Who: The Next Doctor
";
arnews[6] += "\"You're a very odd man.\" \"I still am.\" In the original run of Doctor Who , the Doctor met himself a few times.";
arnews[6] += "
Publ.Date : Mon, 05 Oct 2009 05:25:23 GMT";
arnews[6] += "
";
totcount = 7;
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("