var arnews = new Array(9);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Parsing Vanity Fair’s next big things, part 2 - Toronto Star
";
arnews[0] += "• Tim Roth: Wrong. It pains us, but c’mon. The guy’s never been better than he was in The Hit , and that was 26 years ago. • Leonardo DiCaprio: Right. In fairness, this was the year before he starred in Titanic . So nice one. • Matthew ...";
arnews[0] += "
Publ.Date : Tue, 02 Feb 2010 23:54:00 GMT";
arnews[0] += "
";
arnews[1]="Meet the Rookie Guards of 'Armored' - Manila Bulleting Online
";
arnews[1] += "Columbus Short (“Whiteout”), Skeet Ulrich (TV’s “Jericho”) and Amaury Nolasco (TV’s “Prison Break”) star as young armored truck guards who, in cahoots with the veteran guards, execute a meticulously planned robbery of their own ...";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 08:30:00 GMT";
arnews[1] += "
";
arnews[2]="Familiarity breeds content - Channel NewsAsia
";
arnews[2] += "SINGAPORE: Maybe it's seeing those old-school reliables Matt Dillon, Jean Reno, Laurence Fishburne and Skeet Ulrich all together on the big screen. Or maybe it's just refreshing - in current world of hyper-violent stunt-laden action flicks - to have ...";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 07:46:00 GMT";
arnews[2] += "
";
arnews[3]="Masand Review: Armored, a heist-gone-wrong movie - in.com
";
arnews[3] += "Armored starring Matt Dillon is a heist-gone-wrong movie that, ironically enough goes terribly wrong in its final minutes. A bunch of talented actors including Jean Reno, Laurence Fishburne, Skeet Ulrich, Columbus Short and Dillon himself star as ...";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 02:13:00 GMT";
arnews[3] += "
";
arnews[4]="Heist thriller Armored comes to Blu-ray and DVD on March 16 - DVDTOWN.com
";
arnews[4] += "Connect to Facebook/Twitter, recommend via email and much more. Sony has announced the date and details for the release of the Matt Damon/Laurence Fisburne heist film, \"Armored.\" Here's the release: Culver City, Calif.– Get ready for no-holds ...";
arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 16:11:00 GMT";
arnews[4] += "
";
arnews[5]="Reel World shorts - Elkhart Truth
";
arnews[5] += "Capsule reviews of films currently playing at area theaters by Elkhart Truth movie columnist Ben Ford (BF), the Associated Press (AP) and the Los Angeles Times (LAT). Alvin and the Chipmunks: The Squeakquel: A movie that offers exactly two big laughs ...";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 04:24: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("