var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Christopher Nolan Working on "Superman" Reboot - WorstPreviews.com
";
arnews[0] += "MTV has unveiled a poster for the upcoming remake of \"Tron,\" featuring a shot of a yellow lightcycle. Unfortunately, the site's markings are all over it. Check out the poster below. Plot: Sam Flynn (Garrett Hedlund), the tech-savvy 27-year-old son of ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:54:00 GMT";
arnews[0] += "
";
arnews[1]="Oscar nominee Jeff Bridges returns in 'Tron Legacy' - KYTV
";
arnews[1] += "In conjunction with his latest Oscar nomination for \"Crazy Heart,\" Walt Disney Studios has taken the publicity opportunity to release the first official image of Jeff Bridges in \"Tron Legacy.\" Briges is returning as Kevin Flynn, a character he ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 13:58:00 GMT";
arnews[1] += "
";
arnews[2]="First Image of Jeff Bridges in TRON: LEGACY - IESB.NET
";
arnews[2] += "JEFF BRIDGES, winner of both a Golden Globe and Screen Actors Guild Awards and now an Oscar nominee for his performance in CRAZY HEART, stars in TRON: LEGACY, a 3D high-tech adventure set in a digital world thatís unlike anything ever captured on ...";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 00:15:00 GMT";
arnews[2] += "
";
arnews[3]="Unnecessary sequel of the day: Five Brothers - Nationalpost.com
";
arnews[3] += "Mark Wahlberg is apparently keen on starring in -- wait for it -- Five Brothers , which is being written by the first film's writers, David Elliott and Paul Lovett. The original film also starred Tyrese Gibson, Andre (Andre 3000) Benjamin, Garrett ...";
arnews[3] += "
Publ.Date : Thu, 14 Jan 2010 21:53:00 GMT";
arnews[3] += "
";
arnews[4]="New Tron Legacy Photo - Empire Movies
";
arnews[4] += "With Jeff Bridges receiving a Best Actor Oscar nomination earlier today for Crazy Heart , Disney has taken the opportunity to release a new photo of Bridges from Tron: Legacy . JEFF BRIDGES, winner of both a Golden Globe® and Screen Actors Guild ...";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 00:58:00 GMT";
arnews[4] += "
";
arnews[5]="New image from "Tron: Legacy" - Cinema Confidential
";
arnews[5] += "Walt Disney Pictures has released a new picture of Jeff Bridges in \"Tron: Legacy.\" TRON is a 3D high-tech adventure set in a digital world that’s unlike anything ever captured on the big screen. Sam Flynn (GARRETT HEDLUND), the tech-savvy 27-year ...";
arnews[5] += "
Publ.Date : Tue, 02 Feb 2010 23:32: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("