var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]=", BBC1, BBC HD
";
arnews[0] += "Tuesday 09 February 9:00pm - BBC1 4/6 Tom and Greg are enslaved in Mr Smithson's coal mine.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 03:53:23 GMT";
arnews[0] += "
";
arnews[1]="Doctor Who
";
arnews[1] += "Monday 08 February 7:00pm - 8:00pm BBC3 The Runaway Bride The Doctor finds himself with a new companion, Donna, but she's late for her wedding.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 02:26:00 GMT";
arnews[1] += "
";
arnews[2]="Doctor Who monsters and villains go under hammer
";
arnews[2] += "MONSTERS and villains which have sent generations of Doctor Who fans fleeing for the safety of the back of the sofa are going under the hammer this month.";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 12:20:20 GMT";
arnews[2] += "
";
arnews[3]="Doctor Who costumes go under hammer
";
arnews[3] += "Outfits worn by Kylie Minogue, David Tennant and Billie Piper among items up for sale as well as Cybermen Press Association guardian.co.uk , Thursday 4 February 2010 23.14 GMT David Tennant and Kylie Minogue in Voyage of the Damned.";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 23:14:40 GMT";
arnews[3] += "
";
arnews[4]="Chance to dress like a Doctor as the Tardis has a clear-out
";
arnews[4] += "By Vicky Shaw MONSTERS and villains that have sent generations of Doctor Who fans fleeing for the safety of the back of the sofa are going under the hammer this month.";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 00:31:09 GMT";
arnews[4] += "
";
arnews[5]=", BBC1, BBC HD
";
arnews[5] += "Tuesday 02 February 9:00pm - 10:00pm BBC1 Samantha, the mad government minister who summarily executed a minor miscreant in the first series, is back and her plans for a brutal criminal justice system haven't changed.";
arnews[5] += "
Publ.Date : Tue, 02 Feb 2010 04:04:08 GMT";
arnews[5] += "
";
totcount = 6;
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("