var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="I'm Not a Tour Guide: More Clips from 'Up in the Air'
";
arnews[0] += "Paramount Pictures has provided us with two new clips from their upcoming release Up in the Air , from Thank You for Smoking and Juno director Jason Reitman.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 20:56:26 GMT";
arnews[0] += "
";
arnews[1]="Up in the Air
";
arnews[1] += "George Clooney , Vera Farmiga , Anna Kendrick , Jason Bateman , Tamala Jones , Chris Lowell Genre: Drama R TheUpintheAirmovie.com Review: 9.5/10 rating DVD: From Jason Reitman, the Oscar nominated director of \"Juno,\" comes a comedy called \"Up in the Air\" starring Oscar winner George Clooney as Ryan Bingham, a corporate hatchet man who loves his ...";
arnews[1] += "
Publ.Date : Fri, 29 Aug 2008 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="A less-scruffy Reeves turns heads on return to Buffalo
";
arnews[2] += "Keanu Reeves arrived in Buffalo late Thursday minus much of the scruffy beard he exhibited on two previous scouting trips for his upcoming feature film, \"Henry's Crime.\" As before, he drew double-takes as he meandered around Buffalo and Niagara Falls.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 16:26:12 GMT";
arnews[2] += "
";
arnews[3]="Scorsese earns DeMille lifetime honor at Globes
";
arnews[3] += "Director Martin Scorsese is receiving the Cecil B. DeMille Award for lifetime achievement at the Golden Globes.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 02:59:15 GMT";
arnews[3] += "
";
arnews[4]="Notes on a Season
";
arnews[4] += "Stuff heard around town this week..... In chatting with \"Up\" director Pete Docter I stumbled onto an interesting change just adoptedin the Oscars voting process that affects writing, directing and acting hyphenates.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 02:17:48 GMT";
arnews[4] += "
";
arnews[5]="Early Oscar Predictions
";
arnews[5] += "The last few months of the year will see what The Cynic hopes will be movies worth talking about throughout the remaining months of this year, a year that I consider one of the worst for movies.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 20:40:55 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("