var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Movie Review: Glorious 39 ****
";
arnews[0] += "SET in pre-war Britain with national tension at an all time high, Glorious 39 is a beautifully shot and marvellously directed period piece by Steven Poliakoff.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 22:42:18 GMT";
arnews[0] += "
";
arnews[1]="Family friction in Glorious 39
";
arnews[1] += "Remarkable romantic comedy set among a nomadic tribe in Kazakhstan. 2. An Education 3. The White Ribbon Michael Hameke's Palme d'Or winner at Cannes is set in a German village just before the start of the First World War.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 19:11:56 GMT";
arnews[1] += "
";
arnews[2]="Glorious 39
";
arnews[2] += "Stephen Poliakoff's return to the cinema is a ripping, old-school conspiracy thriller, says Xan Brooks Stephen Poliakoff returns to the cinema after a 10-year absence and, by jingo, he appears to have secured the ghost of John Buchan to be his chaperone.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 07:00:25 GMT";
arnews[2] += "
";
arnews[3]="Film review: Glorious 39
";
arnews[3] += "Stephen Poliakoff returns to the cinema after a 10-year absence and, by jingo, he appears to have secured the ghost of John Buchan to be his chaperone.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 22:40:00 GMT";
arnews[3] += "
";
arnews[4]="Suchet, Hershey board 'Express' TV movie
";
arnews[4] += "David Suchet and Barbara Hershey are set to star in a new British TV adaption of Agatha Christie 's mystery novel \"Murder on the Orient Express,\" the BBC said.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 19:09:01 GMT";
arnews[4] += "
";
arnews[5]="Star cast revealed for new Poirot
";
arnews[5] += "Award-winning actress Dame Eileen Atkins and Barbara Hershey will star in a new TV adaption of Agatha Christie's Murder On The Orient Express.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 10:07: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("