var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="'Up in the Air' Screening with Vera Farmiga and Anna Kendrick - BackStage.com
"; arnews[0] += "\"Up in the Air\" stars George Clooney as Ryan Bingham, a corporate downsizing expert whose cherished life on the road is threatened just as he is on the cusp of reaching the million frequent-flyer miles and has met the frequent-traveler woman of his ..."; arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 00:50:00 GMT"; arnews[0] += "
"; arnews[1]="Vera Farmiga: Modern heroine - Los Angeles Times
"; arnews[1] += "The first thing Vera Farmiga wants to do is to get out of those unrealistic heels. Relaxing on a couch in front of a lukewarm coffee in a suite at the Luxe Hotel, the actress known for unflinching portrayals of complex women appears before us now on ..."; arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 10:00:00 GMT"; arnews[1] += "
"; arnews[2]="A less-scruffy Reeves turns heads on return to Buffalo - Buffalo News
"; 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 ..."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 11:58:00 GMT"; arnews[2] += "
"; arnews[3]="Eleven movies gift-wrapped for the holidays - News-Democrat
"; arnews[3] += "A couple of post-apocalypse dramas this fall does not mean the holiday movie season will be a desolate landscape of despair. On the contrary, many of the year-end movies touch on our basic need for human connection in an increasingly impersonal ..."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 08:59:00 GMT"; arnews[3] += "
"; arnews[4]="Fly girl - Time Out New York
"; arnews[4] += "HAVE DRINK, WILL TRAVEL Farmiga plays Clooney’s frequent-flier love interest in Up in the Air . Neither an especially glamorous figure nor an obscurity-minded artiste, Vera Farmiga is one of those actresses who automatically makes any role she ..."; arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 07:59:00 GMT"; arnews[4] += "
"; arnews[5]="Scorsese to get DeMille award - Daily Oklahoman
"; arnews[5] += "Scorsese, 66, is an Academy Award winner for directing \"The Departed” and a two-time Golden Globe winner for that film and \"Gangs of New York.” He also was nominated for Oscars and Globes for the films \"Raging Bull,” \"Goodfellas” and \"The ..."; arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 08:13:00 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("
");document.write("
");