var arnews = new Array(9); totcount = 9; rnd = 0; document.title=document.title+ " "; arnews[0]="DVD REVIEWS: PBS films 'Endgame' and 'Emma' both excellent - Reading Eagle
"; arnews[0] += "Since even TiVo owners can't watch everything worthwhile on Sunday-night television, the DVD release this week of \"Endgame\" and \"Emma\" - presentations on PBS' \"Masterpiece Contemporary\" and \"Masterpiece Classic,\" respectively - is good news indeed ..."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 05:07:00 GMT"; arnews[0] += "
"; arnews[1]="'Couples Retreat'and 'Time Traveler's Wife' arrive on DVD - Staten Island Advance
"; arnews[1] += "\"Couples Retreat,\" Universal Studios Home Video, 114 minutes, Rated PG-13 on appeal for sexual content and language. (originally Rated R for some sexual material) — Jason (Jason Bateman) and Cynthia (Kristen Bell) are close to divorce. In order to ..."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 04:53:00 GMT"; arnews[1] += "
"; arnews[2]="Review: Stirring 'Robin Hood' series leads new DVD sets from BBC - San Jose Mercury News
"; arnews[2] += "ONE OF ENGLAND'S most enduring characters, Robin Hood, swings back into action in one of several sparkling new DVD sets recently released by BBC Home Video. \"Robin Hood: Season Three\" stars Jonas Armstrong as Robin of Locksley, who returns with ..."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 00:28:00 GMT"; arnews[2] += "
"; arnews[3]="Critic's corner - Boston Globe
"; arnews[3] += "The lovely adaptation of the Jane Austen novel concludes tonight on “Masterpiece Classic.’’ Romola Garai (above) and Jonny Lee Miller star. Super Bowl XLIV 6:25 p.m., Channel 4 The Colts and Saints play in Miami, with the Who performing for the ..."; arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 21:10:00 GMT"; arnews[3] += "
"; arnews[4]="First the Doldrums, Then Death - New York Times
"; arnews[4] += "LONDON — What’s in a name? Pretty much everything when it comes to “Really Old, Like Forty Five,” the Tamsin Oglesby play that has opened at the National’s Cottesloe Theatre, where it runs in repertory through April 20. Ms. Oglesby’s ..."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 17:47:00 GMT"; arnews[4] += "
"; arnews[5]="Masterpiece Classic: Emma - Star Magazine Online
"; arnews[5] += "Emma has the hook-up - because Jane Austen's famous character thinks she's the master of matchmakers, fixing up friends and acquaintances into marriages no one else can see coming. Emma (Romola Garai, \"Atonement\") fancies herself a shrewd judge of ..."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 11:21:00 GMT"; arnews[5] += "
"; arnews[6]="I Capture the Castle - San Diego weekly Reader
"; arnews[6] += "Two wealthy American brothers take possession of the dilapidated castle occupied by two English sisters. Who will match up with whom? Literary la-di-da in period costume, from a Dodie Smith novel. With Romola Garai, Rose Byrne, Henry Thomas, Marc ..."; arnews[6] += "
Publ.Date : Sat, 06 Feb 2010 12:43:00 GMT"; arnews[6] += "
"; arnews[7]="new on home video - Vindy.com
"; arnews[7] += "But there’s much more of interest in today’s releases, including “Emma,” the BBC adaptation of the Jane Austen romance, with Romola Garai in the title role, Jonny Lee Miller (Eli Stone in the TV series) as Mr. Knightley, Michael Gambon (the ..."; arnews[7] += "
Publ.Date : Tue, 09 Feb 2010 04:40:00 GMT"; arnews[7] += "
"; arnews[8]="DVDs: What's available - Sacramento Bee
"; arnews[8] += "\"A Serious Man,\" the Coen Brothers' Academy Award-nominated movie, leads this week's DVD releases, although the pack's sales leader probably will be the un-nominated \"Couples Retreat,\" written by and starring Vince Vaughn and Jon Favreau. But there's ..."; arnews[8] += "
Publ.Date : Mon, 08 Feb 2010 07:54:00 GMT"; arnews[8] += "
"; totcount = 9; 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("
");