var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="I'm writing the new Doctor Who
";
arnews[0] += "This past year or two I've been revisiting what you might call my cultural roots.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 00:06:49 GMT";
arnews[0] += "
";
arnews[1]="Family filmgoer
";
arnews[1] += "\"Planet 51\": This computer-animated feature about an American astronaut landing on a distant planet, with aliens that seem to live in America in the 1950s, doesn't seem to know who its audience should be.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 17:05:00 GMT";
arnews[1] += "
";
arnews[2]="Short takes
";
arnews[2] += "Amelia historical drama: Nair's biopic, \"Amelia,\" about the world's most famous aviatrix, is right line with the era of bread lines and radio dramas in which it is set.";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 20:26:45 GMT";
arnews[2] += "
";
arnews[3]="Amelia: Takes off but doesn't soar
";
arnews[3] += "SINGAPORE: 'Amelia' takes flight but this biopic fails miserably to capture the legendary aviatrix Amelia Earhart's soaring spirit.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 10:30:04 GMT";
arnews[3] += "
";
arnews[4]="Edward Woodward: Star of 'Callan', 'The Equalizer' and 'The Wicker Man'
";
arnews[4] += "Two espionage series made Edward Woodward a television star on both sides of the Atlantic.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 00:19:59 GMT";
arnews[4] += "
";
arnews[5]="Christopher Eccleston 'plays John Lennon in TV drama'
";
arnews[5] += "London, November 15 : Television actor Christopher Eccleston will soon be seen playing John Lennon in new BBC drama 'John Lennon - Naked'. In fact, the first day of the shoot saw the filming of the event back in October 18, 1968, when the Beatles member and his girlfriend Yoko Ono were arrested following a drugs raid at a flat in London.";
arnews[5] += "
Publ.Date : Sun, 15 Nov 2009 14:33:13 GMT";
arnews[5] += "
";
arnews[6]="Tennant says a ta-raa to the Tardis
";
arnews[6] += "DAVID Tennant made his debut as the 10th incarnation of the Doctor back in 2005, as a trench-coated, trainer-wearing version of the 903-year-old Time Lord.Taking over from Christopher Eccleston, Tennant's energetic, lightly comic portrayal secured a legion of loyal fans.";
arnews[6] += "
Publ.Date : Sun, 15 Nov 2009 10:25:03 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("