var arnews = new Array(8);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="A Chat with Adrian Hodges (”Survivors,” “Primeval”) - TV.com
";
arnews[0] += "Adrian Hodges : Wow, look at your recorder. I used to do a bit of journalism when I first started out, but my tape recorder was… ( Holds his hands several inches apart, then laughs ) That's technology for you! Bullz-Eye: Hey, mine's shrunk by two ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 05:36:00 GMT";
arnews[0] += "
";
arnews[1]="Chance to dress like a Doctor as the Tardis has a clear-out - Scotsman
";
arnews[1] += "Various garments worn by the Doctor's companions 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 doubt one of the ...";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 23:58:00 GMT";
arnews[1] += "
";
arnews[2]="Doctor Who costumes to go under the hammer - The Guardian
";
arnews[2] += "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 doubt one of ...";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 08:05:00 GMT";
arnews[2] += "
";
arnews[3]="Doctor Who sale: costumes worn by BBC show's characters to be ... - Daily Telegraph
";
arnews[3] += "Costumes worn by David Tennant when he starred in the BBC show are to go under the hammer at auction. Photo: BBC Monsters and villains which sent generations of fans of the BBC show fleeing for the safety of the back of the sofa are also included in ...";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 07:29:00 GMT";
arnews[3] += "
";
totcount = 4;
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("