var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Christopher Eccleston 'plays John Lennon in TV drama' - Newstrack India
";
arnews[0] += "London, November 15 (ANI): 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 ...";
arnews[0] += "
Publ.Date : Sun, 15 Nov 2009 10:32:00 GMT";
arnews[0] += "
";
arnews[1]="Christopher Eccleston ‘plays John Lennon in TV drama’ - The Gaea Times
";
arnews[1] += "LONDON - 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 ...";
arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 10:19:00 GMT";
arnews[1] += "
";
arnews[2]="Eccleston to play John Lennon - Tech Watch
";
arnews[2] += "The actor who so convincingly brought back Dr Who from the far side of the TV universe, Christopher Eccleston, is to play another iconic figure in a BBC production. The character will be John Lennon and the programme will tell the story of the singer ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 10:01:00 GMT";
arnews[2] += "
";
arnews[3]="AMCs Prisoner Remake Disappoints - Tucson Citizen
";
arnews[3] += "Christopher Eccleston of the new Dr. Who series was, at one point, slated to play Six in the remake, and that I would have loved to witness! Eccleston is exciting, dangerous, and unpredictable and could have held his own against McKellan.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 20:52:00 GMT";
arnews[3] += "
";
arnews[4]="Guy Clapperton - Journalism.co.uk
";
arnews[4] += "Regular contributor to: Guardian, Financial Times, Observer, Mail on Sunday, Digital Living and ComputerActive. Other information: Freelance since 1993 and published in most of the national media from the Daily Mirror to the Financial Times ...";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 09:55:00 GMT";
arnews[4] += "
";
arnews[5]="Capsule revies of films playing the week of Nov. 18 - creative loafing
";
arnews[5] += "AMELIA In its effort to be one of the first Oscar-bait titles out of the gate, the stately but sterile Amelia ends up stumbling over its own feet. A handsome production that fusses over every detail in order to provide the proper look, this biopic ...";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 23:53:00 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("