var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Sea Wall
";
arnews[0] += "Have your say THE prejudices and injustices of the colonial era are the familiar ingredients at the heart of The Sea Wall, a languorous adaptation of a Marguerite Duras novel.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 17:58:06 GMT";
arnews[0] += "
";
arnews[1]="The Sea Wall
";
arnews[1] += "This glossy, soapy tale will inevitably trigger fond memories of the once controversial 1992 film The Lover, says Peter Bradshaw This glossy, soapy tale will inevitably trigger fond memories of the once controversial 1992 film The Lover, starring Jane March and Tony Leung: a teenage girl has an affair with a worldly older man in 1920s French ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 07:01:25 GMT";
arnews[1] += "
";
arnews[2]="Twilight: New Moon review
";
arnews[2] += "THE TWILIGHT SAGA is the Romeo and Juliet of teen fantasy fiction. The first film in the series traced the impossible love between a mere mortal and a sensitive vampire.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 03:21:52 GMT";
arnews[2] += "
";
arnews[3]="Film review: The Sea Wall
";
arnews[3] += "This glossy, soapy tale will inevitably trigger fond memories of the once controversial 1992 film The Lover, says Peter Bradshaw 'Robust and enjoyable storytelling' ... The Sea Wall The Sea Wall Production year: 2008 Countries: France, Rest of the world Cert : 12A Runtime: 116 mins Directors: Rithy Panh This glossy, soapy tale will inevitably ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 22:49:00 GMT";
arnews[3] += "
";
arnews[4]="Film review: The Vintner's Luck
";
arnews[4] += "It wasn't supposed to be this way. Niki Caro, the director of Whale Rider and North Country , should have been a great match for Elizabeth Knox's novel.";
arnews[4] += "
Publ.Date : Fri, 13 Nov 2009 06:39:34 GMT";
arnews[4] += "
";
arnews[5]="The Vintner's Luck: Movie Review
";
arnews[5] += "From the much loved book by Elizabeth Knox, and with the reteaming of Niki Caro and Keisha Castle-Hughes, there's a lot of attention and a lot riding on The Vintner's Luck.";
arnews[5] += "
Publ.Date : Wed, 11 Nov 2009 18:50:09 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("