var arnews = new Array(6);
totcount = 6;
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]="Simon Pegg Says that Spock Prime Validates the Original Timeline
";
arnews[1] += "Originally hired as co-executive producer to help with the second half of the show's first season, Kevin Murphy has now taken the reins of Caprica , the Battlestar Galactica prequel on Syfy, according to The Hollywood Reporter.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 11:30:15 GMT";
arnews[1] += "
";
arnews[2]="Times 'steals' article from film directors' blog
";
arnews[2] += "What will Rupert Murdoch say, given his strong line on internet 'parasites'? F IRST P OSTED N E dgar Wright , the British director of cult films such as Shaun of the Dead and a long-time collaborator of actor Simon Pegg, is fuming after the Times reprinted chunks of his blogged tribute to the legendary British actor Edward Woodward who died this ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 16:08:48 GMT";
arnews[2] += "
";
arnews[3]="DVD Patrol: 'Star Trek' lives long, prospers
";
arnews[3] += "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[3] += "
Publ.Date : Fri, 20 Nov 2009 15:44:43 GMT";
arnews[3] += "
";
arnews[4]="Edward Woodward of The Equalizer dies at 79
";
arnews[4] += "Edward Woodward , who had a long career on stage and in movies but is probably best remembered for the TV series The Equalizer , died Monday at 79.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 15:00:58 GMT";
arnews[4] += "
";
arnews[5]="Classics redux
";
arnews[5] += "Arguably the most famous motion picture ever made, \"Gone With the Wind\" , and a rebooting of a science-fiction legend, \"Star Trek\" , sit atop this week's lineup of titles making their first appearance on the Blu-ray high-definition DVD format.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 11:54:46 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("