var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="James Cameron ‘Avatar’ Releases New Featurette Featuring Colonel ... - OnTheFlix
";
arnews[0] += "... Century Fox has released another new featurette (below) for the James Cameron’s “Avatar” movie.This one takes a closer look at the character, Colonel Quaritch. The movie stars: Sam Worthington ... of security on Pandora. He goes on to ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 19:22:00 GMT";
arnews[0] += "
";
arnews[1]="Sam Worthington for The Last Days of American Crime - COMICBOOKMOVIE.com
";
arnews[1] += "Sam \"Terminator, Clash of the Titans, Avatar\" Worthington has another movie lined up... Wow! Hollywood must really love this guy. Rick Remender author of the comics revealed that prolific actor Sam Worthington has signed to appear on the the ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 00:48:00 GMT";
arnews[1] += "
";
arnews[2]="Sam Worthington never 'dreamt' of becoming an actor! - New Kerala
";
arnews[2] += "'Avatar' star Sam Worthington recently told in an interview that he never even dreamt of becoming an actor during his growing up days. The 33-year-old Australian actor says that he always wanted to get out of the small town he grew up in and that ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 04:51:00 GMT";
arnews[2] += "
";
arnews[3]="Second Avatar Featurette and New Clip - Coming Soon!
";
arnews[3] += "Opening December 18 in conventional 3D theaters and IMAX 3D, the action-adventure stars Sam Worthington, Zoe Saldana, Sigourney Weaver, Michelle Rodriguez, Giovanni Ribisi, Joel David Moore, CCH Pounder, Peter Mensah, Laz Alonso, Wes Studi, Stephen ...";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 19:57:00 GMT";
arnews[3] += "
";
arnews[4]="10 stories you might have missed: 'Avatar' star Sam Worthington sticks ... - HitFix
";
arnews[4] += "Sam Worthington must be a closet geek at heart. The Aussie has already starred in \"Terminator: Salvation,\" will appear in the lead role in James Cameron's \"Avatar\" and recently finished production on the remake of \"The Clash of the Titans.\" Now ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 09:35:00 GMT";
arnews[4] += "
";
arnews[5]="The Last Days of American Crime - Coming Soon!
";
arnews[5] += "Plot Summary: Sam Worthington (\"Avatar,\" \"Clash of the Titans\") will star in an adaptation of Rick Remender's \"The Last Days of American Crime.\" In the not-too-distant future as a final response to terrorism and crime, the U.S. government plans in ...";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 00:52:00 GMT";
arnews[5] += "
";
arnews[6]="Nov. 12: Worthington, 'Area 51' and more 'Saw' - Carroll County Times
";
arnews[6] += "Sam Worthington stars as Perseus in the epic action adventure \"The Clash of the Titans.\" I’m curious where Sam Worthington came from. Prior to “Terminator: Salvation” (released in May), he was a relatively unknown actor. Now he’s about to ...";
arnews[6] += "
Publ.Date : Sun, 22 Nov 2009 00:16:00 GMT";
arnews[6] += "
";
arnews[7]="Sam Worthington attached to 'Crime' - Variety
";
arnews[7] += "Sam Worthington is heading back to the future again. The \"Avatar\" star, who recently toplined \"Terminator Salvation,\" is attached to star in yet another sci-fier: \"The Last Days of American Crime.\" Set in the not-too-distant future, story involves ...";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 07:20:00 GMT";
arnews[7] += "
";
arnews[8]="Sam Worthington does the 'Crime' - Monsters and Critics
";
arnews[8] += "Sam Worthington is attached to star in the sci-fi film \"The Last Days of American Crime.\" The story will be set in the near future where the U.S. government plans to secretly broadcast a signal that will make it impossible for anyone to knowingly ...";
arnews[8] += "
Publ.Date : Sat, 21 Nov 2009 00:53: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("