var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Where The Wild Things Are: See It, But Only Once
";
arnews[0] += "I have a friend who dislikes seeing films twice, because, after the first viewing, he already knows the plot, so why would he see it again? Foolish.";
arnews[0] += "
Publ.Date : Thu, 15 Oct 2009 03:57:23 GMT";
arnews[0] += "
";
arnews[1]="Away We Go
";
arnews[1] += "Article by Jessica Grabert : 2009-10-12 15:20:25 There are all kinds of ways to do things right and all kinds of ways to do things wrong.";
arnews[1] += "
Publ.Date : Mon, 12 Oct 2009 22:20:25 GMT";
arnews[1] += "
";
arnews[2]="Away We Go
";
arnews[2] += "John Krasinksi , Maya Rudolph , Jeff Daniels , Maggie Gyllenhaal , Allison Janney , Chris Messina , Catherine O'Hara , Paul Schneider , Carmen Ejogo , Jim Gaffigan , Josh Hamilton , Melanie Lynskey Director: Length: 93 min Longtime couple Burt and Verona are going to have a baby.";
arnews[2] += "
Publ.Date : Fri, 12 Jun 2009 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Reviews of recent and upcoming DVD releases
";
arnews[3] += "Fermat's Room The real shame about all those \"Saw\" sequels is that the premise - a group of individuals, arranged for unknown but deliberate reasons, tasked with using their own wits to save their own lives - deserves so much more than to be used simply as an excuse to kill a few annoying people in various gory ways.";
arnews[3] += "
Publ.Date : Tue, 29 Sep 2009 23:02:25 GMT";
arnews[3] += "
";
arnews[4]="Away We Go
";
arnews[4] += "Our review of Away We Go , published September 29th, 2009, is also available. Verona: \"Burt, are we screw-ups?\" Burt: \"we're not screw-ups.\" Verona: \"We have a cardboard window.\" NOTE: Images are not taken from this Blu-ray release and do not reflect its picture quality.";
arnews[4] += "
Publ.Date : Tue, 29 Sep 2009 08:06:42 GMT";
arnews[4] += "
";
arnews[5]="Away We Go DVD Review
";
arnews[5] += "Away We Go DVD Review Posted by Jeremy Thomas on 09.29.2009 Sam Mendes's journey through the many states of love is out on DVD; does it fly high or break down at the side of the road? Directed by: Sam Mendes Written by: Dave Eggers & Vendela Vida Starring: John Krasinski - Burt Farlander Maya Rudolph - Verona De Tessant Carmen Ejogo - Grace De ...";
arnews[5] += "
Publ.Date : Tue, 29 Sep 2009 05:01:33 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("