var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Tron Legacy Promo Photos
"; arnews[0] += "Here's a few promo photos for the upcoming film \"Tron Legacy\" aka Tron 2.0 by director Joseph Kosinski and starring Garrett Hedlund , Olivia Wilde , Jeff Bridges , Karl Urban , Bruce Boxleitner , Beau Garrett and John Hurt ."; arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 08:39:48 GMT"; arnews[0] += "
"; arnews[1]="'Harry Potter,' 'Clash of the Titans' to hit screens in 3-D; Orlando...
"; arnews[1] += "Daniel Radcliffe, Rupert Grint and Emma Watson star in \"Harry Potter and the Deathly Hallows: Part 1.\" The film will be released in 3-D this November."; arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 13:15:03 GMT"; arnews[1] += "
"; arnews[2]="Jeff Bridges in a Tron: Legacya
"; arnews[2] += "Jeff Bridges in 'Tron: Legacy' Disney has released a new photo from Tron : Legacy , giving fans another peek at Jeff Bridges ' role in the upcoming sequel."; arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 23:05:28 GMT"; arnews[2] += "
"; arnews[3]="Oscar nominee Jeff Bridges returns in 'Tron Legacy'
"; arnews[3] += "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 originated in the first \"Tron\" way back in 1982."; arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 19:14:34 GMT"; arnews[3] += "
"; arnews[4]="Jeff Bridges Photo from Tron Legacy
"; arnews[4] += "Walt Disney Pictures released this new movie still featuring Jeff Bridges in the upcoming film \"Tron Legacy\" aka Tron 2.0 by director Joseph Kosinski and starring Garrett Hedlund , Olivia Wilde , Jeff Bridges , Karl Urban , Bruce Boxleitner , Beau Garrett and John Hurt ."; arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 17:55:00 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("
");