var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Audi ‘Super Bowl’ Commercial Got Wild With Actor, Jason Statham - OnTheFlix
";
arnews[0] += "Audi ‘Super Bowl’ commercial got wild with actor, Jason Statham. The new Audi Super Bowl commercial premiered last night,and it featured action movie star, Jason Statham. Things got pretty wild,and it looked like one of Jason’s movies as he ran ...";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 17:56:00 GMT";
arnews[0] += "
";
arnews[1]="Vinnie Jones wants to open English pub chain with Jason Statham in US - Monsters and Critics
";
arnews[1] += "Tough-guy actor Vinnie Jones has revealed he wants to open his own English pub chain with pal Jason Statham in the US. Vinnie Jones leaves Minnehaha County Courthouse in Sioux Falls, South Dakota, a free man. The actor was found not guilty on three ...";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 08:42:00 GMT";
arnews[1] += "
";
arnews[2]="Vinnie Jones to open Snatch Bar with Jason Statham, fails to win over ... - Holy Moly!
";
arnews[2] += "\"Me and Jay have been talking about it for about a year. We were thinking The Snatch Bar or something like that down in Santa Monica. We're going to do it, it's just a question of us finding the time.\" Wow, he's so close to Statham that he calls him ...";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 09:52:00 GMT";
arnews[2] += "
";
arnews[3]="2010 Movie Preview - August - Union-News & Sunday Republican
";
arnews[3] += "August is the February of late summer. A dumping ground usually reserved for Summer Blockbuster wanna-bees and Award Season won't-bees. August 6: 'The Other Guys' This is the new Will Ferrrel comedy, or maybe it's the new Samuel L. Jackson action ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 20:25:00 GMT";
arnews[3] += "
";
arnews[4]="Daredevil Reboot Confirmed - Screenrant.com
";
arnews[4] += "Back in 2008, Frank Miller and Jason Statham demonstrated their interest in a Daredevil reboot and Tom Rothman, head of Fox, made it clear that the reboot was definitely something the high-ups were interesting in getting to work on. To no surprise ...";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 23:58:00 GMT";
arnews[4] += "
";
arnews[5]="Film fans should prepare for plenty of movies in 2010 - Burlington County Times
";
arnews[5] += "Images that pop off the screen (“Alice in Wonderland 3-D,” “Toy Story 3-D,” “Shrek Forever After 3-D,” “Jackass 3-D,” “Step Up 3-D,” “Despicable Me 3-D,” “Piranha 3-D”). Superheroes fighting for truth, justice and the ...";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 22:55: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("