var arnews = new Array(6); totcount = 2; rnd = 0; document.title=document.title+ " - "Jane+March" - Google News"; document.title=document.title+ " "; arnews[0]="The Sea Wall - guardian.co.uk
"; arnews[0] += "

guardian.co.uk

The Sea Wall
guardian.co.uk
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 ...

and more »
"; arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 22:50:36 GMT+00:00"; arnews[0] += "
"; arnews[1]="Paramount picks up 'Five Girlfriends' - Hollywood Reporter
"; arnews[1] += "

Paramount picks up 'Five Girlfriends'
Hollywood Reporter
The film stars newcomer Brendan Patricks with Naomie Harris, Jane March and Cecile Cassel in the story of a man looking back at his former loves. ...

and more »
"; arnews[1] += "
Publ.Date : Mon, 26 Oct 2009 12:33:44 GMT+00:00"; arnews[1] += "
"; totcount = 2; 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("
");document.write("
");