var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Thor Finds Its Warriors Three in Ray Stevenson, Tadanobu Asano, Stuart ... - Slashfilm.com
";
arnews[0] += "While Hemsworth didn’t seem like inspired casting for the film, I’ve been intrigued by all the other casting choices director Kenneth Branagh has made. Now I just wished that Stevenson’s Rome compatriot Kevin McKidd landed the role of Thor so ...";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 07:31:00 GMT";
arnews[0] += "
";
arnews[1]="Ray Stevenson - ReelzChannel.com
";
arnews[1] += "\"Well, when you look at it, people say, 'Oh, you're going to get into the time of Christ ,' but nobody knew it was Christ, you know what I mean?\" said Stevenson. \"The Bible wasn't even written until a hundred years after his passing. And at that time ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 23:30:00 GMT";
arnews[1] += "
";
arnews[2]="Thor Finds Its Warriors Three in Ray Stevenson, Tadanobu Asano, Stuart ... - Slashfilm.com
";
arnews[2] += "While Hemsworth didn’t seem like inspired casting for the film, I’ve been intrigued by all the other casting choices director Kenneth Branagh has made. Now I just wished that Stevenson’s Rome compatriot Kevin McKidd landed the role of Thor so ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 07:31:00 GMT";
arnews[2] += "
";
arnews[3]="Movieweb's 2009 Blu-ray Holiday Gift Guide! - MovieWeb
";
arnews[3] += "Listen up hi-def humbugs and Blu-ray Scrooges! This is the year you'll not just want, but need, to buy a new hi-def plasma screen and a shiny black Blu-ray player for Christmas (and/or whatever other holiday you choose to celebrate with lavish gifts ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 02:33:00 GMT";
arnews[3] += "
";
arnews[4]="Thor 's The Warriors Three Cast! - Superhero Hype!
";
arnews[4] += "Stuart Townsend as Fandral seems obvious, but is Ray Stevenson playing Hogun, and Tadanobu Asano Volstagg, or vice-versa? Will Stevenson's size be used for the towering Volstagg, or an imposing Hogun? If Asano is Hogun, will we be suffering some ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 19:56:00 GMT";
arnews[4] += "
";
arnews[5]="Feeling gladiator all over on a city break to Rome - Daily Mirror
";
arnews[5] += "It felt strange donning a tatty tunic and wielding a heavy sword in a city of romance and culture. But to go back to the historical roots of Rome, and to attempt something a little different, I thought I’d try a truly gladiatorial experience ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 21: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("