var arnews = new Array(8);
totcount = 8;
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 two on Andrew Marr's sofa
";
arnews[2] += "This Sunday Stephen Poliakoff, writer and director of new movie Glorious 39, and its star Romola Garai join Andrew Marr.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 18:09:18 GMT";
arnews[2] += "
";
arnews[3]="Movie Review: Glorious 39 ****
";
arnews[3] += "IT IS the summer of 1939 and Britain is on the brink of war. But a clique of government aristocrats, fearful of the perceived military strength of Germany, is determined to make a deal with Hitler and avoid losing their power, wealth and privileged way of life.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 13:37:42 GMT";
arnews[3] += "
";
arnews[4]="Glorious 39 - Romola Garai interview
";
arnews[4] += "She also reveals how she got to grips with her character, why she never reads her reviews and the weird truth behind those Spider-Man 4 rumours! Q. How did you become involved with Glorious 39 ? Romola Garai: I was sent the script and I auditioned for Stephen [Poliakoff] three times.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 09:52:18 GMT";
arnews[4] += "
";
arnews[5]="Garai: 'I tried not to interview Tennant'
";
arnews[5] += "Romola Garai has admitted that she had to restrain herself from interviewing her Glorious 39 co-star David Tennant.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 08:34:50 GMT";
arnews[5] += "
";
arnews[6]="Glorious 39
";
arnews[6] += "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[6] += "
Publ.Date : Fri, 20 Nov 2009 07:00:25 GMT";
arnews[6] += "
";
arnews[7]="Glorious 39 review
";
arnews[7] += "Website of the Telegraph Media Group with breaking news, sport, business, latest UK and world news.";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 01:47:21 GMT";
arnews[7] += "
";
totcount = 8;
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("