var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="'Star Trek,' 'Bruno' top this week's new DVD releases
"; arnews[0] += "Anton Yelchin, Chis Pine, Simon Pegg, Karl Urban, John Cho and Zoe Saldana are shown in a scene from \"Star Trek.\" \"Star Trek,\" Paramount Home Video, 127 minutes, Rated PG-13 for sci-fi action and violence, and brief sexual content - Although the film may seem a bit confusing at first -- the plot involves an alternate reality and time-travel through ..."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 21:43:24 GMT"; arnews[0] += "
"; arnews[1]="Movie Review: New York, I Love You
"; arnews[1] += "Rifka is a Hasidic diamond broker who has an encounter with a devout Jain in the Mira Nair-directed segment of the anthology film New York, I Love You."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 16:58:15 GMT"; arnews[1] += "
"; arnews[2]="DVD Patrol: 'Star Trek' lives long, prospers
"; arnews[2] += "J.J. Abrams' revisioning of \"Star Trek,\" a younger, swaggier take on the Enterprise crew, when they were young and happening and tackling that dastardly Kobayishi Maru training exercise, is downright spiffy."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 15:44:43 GMT"; arnews[2] += "
"; arnews[3]="Now on DVD : 'Star Trek' : Does this big screen reboot of...
"; arnews[3] += "Chris Pine as Captain Kirk and Zachary Quinto as Mr. Spock face off in \"Star Trek\" Director J.J. Abrams much anticipated reboot of the long dormant Star Trek franchise truly goes \"where no one has gone before\". With his new film \"Star Trek\", Abrams skillfully has pulled off the seemingly impossible - which could have, if handled differently, ..."; arnews[3] += "
Publ.Date : Tue, 10 Nov 2009 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="Star Trek, Bruno, Fight Club's 10th, and more
"; arnews[4] += "Loading... 1 of 5 \"STAR TREK\" \"MY SISTER'S KEEPER\" \"BRNO\" \"ROME: THE COMPLETE SERIES\" \"FIGHT CLUB: 10TH ANNIVERSARY EDITION\" \"GALAXY QUEST \" \"FOOD, INC.\" \"KEVIN SMITH: 3-MOVIE COLLECTION\" \"NATIONAL LAMPOON'S CHRISTMAS VACATION: 20th ANNIVERSARY EDITION\" \"THE OPEN ROAD\" \"FRANKLYN\" \"NEAR DARK\" \"LOGAN'S RUN\" \"ANDY BARKER, P.I. THE COMPLETE SERIES\" ..."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 04:50:20 GMT"; arnews[4] += "
"; totcount = 5; 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("
");