var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="This week at the movies
";
arnews[0] += "Incurable film buffs will have plenty of choice today, as four new Argentine productions - two fiction features and two documentaries - get their local premiere, and three foreign movies from different genres will modify the cinematic offers in Buenos Aires.";
arnews[0] += "
Publ.Date : Thu, 12 Nov 2009 19:31:03 GMT";
arnews[0] += "
";
arnews[1]="It's time to get into The Spirit
";
arnews[1] += "No comic-book creator has seen his work brought to the screen with more reverence than Frank Miller, whose ultra-violent graphic novels 300 and Sin City were adapted to film practically panel by panel.";
arnews[1] += "
Publ.Date : Fri, 14 Nov 2008 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Richard Kelly hopes to push moviegoers' buttons with The Box'
";
arnews[2] += "Filmmaker Richard Kelly's initial encounter with Richard Matheson's fiendish little short story \"Button, Button\" - about a cash-strapped couple offered a million dollars to push a button on a box that will instantly cause someone they don't know to drop dead - came not on the page, but on TV.";
arnews[2] += "
Publ.Date : Thu, 05 Nov 2009 15:35:33 GMT";
arnews[2] += "
";
arnews[3]="Two actors do all the work in play 'Love Child'
";
arnews[3] += "Families of all kinds - biological, theatrical and even ancient Greek - are lovingly lampooned by two Broadway veterans in the zany farce \"Love Child.\" Still one of the funniest plays-about-a-play that you'll see, \"Love Child\" has resurfaced at the off-Broadway New World Stages, following a successful New York premiere a year ago at Primary Stages.";
arnews[3] += "
Publ.Date : Mon, 02 Nov 2009 14:12:45 GMT";
arnews[3] += "
";
arnews[4]="Whiteout: A reviewClick to see if Kate Beckinsale`s new thriller has anything to offer.
";
arnews[4] += "It's probably not director Dominic Sena's fault that his new snowbound thriller, Whiteout, suggests so many tantalizing genre directions in which the movie itself, unfortunately, doesn't go.";
arnews[4] += "
Publ.Date : Fri, 30 Oct 2009 17:01:50 GMT";
arnews[4] += "
";
arnews[5]="asahi.com Ea AEu E11 4O E Movies
";
arnews[5] += "Screenwriters Sarah Williams and Kevin Hood take a minor incident in the life of Jane Austen and use it as the basis for a movie that imagines how the beloved English novelist came to write her most famous book, \"Pride and Prejudice.\" Anne Hathaway plays the 19th century English author as a 20-year-old, before she was published.";
arnews[5] += "
Publ.Date : Fri, 30 Oct 2009 02:48:01 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("