var arnews = new Array(8);
totcount = 8;
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]="Thor Finds Its Warriors Three in Ray Stevenson, Tadanobu Asano, Stuart ... - Slashfilm.com
";
arnews[1] += "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[1] += "
Publ.Date : Tue, 17 Nov 2009 07:31:00 GMT";
arnews[1] += "
";
arnews[2]="Thor Gets His Warrior's Three - CanMag
";
arnews[2] += "Marvel Entertainment has picked up Stuart Townsend, Ray Stevenson, and Tadanobu Asano to join Thor as the Norse god's buddies, Warrior's Three . The Warrior's Three Are Stuart Townsend, Ray Stevenson, and Tadanobu Asano Directed by Kenneth Branagh ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 08:27:00 GMT";
arnews[2] += "
";
arnews[3]="'Thor' gets his posse - Variety
";
arnews[3] += "\"Thor\" helmer Kenneth Branagh has locked Stuart Townsend, Ray Stevenson, and Tadanobu Asano to play Warrior's Three, a trio of Asgardian adventurers who fight alongside the Norse god in the Marvel Entertainment drama. Anthony Hopkins, Tom Hiddleston ...";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 19:48: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]="Stuart Townsend to play adventurer Fandral in Marvel's Thor - Screendaily
";
arnews[5] += "Stuart Townsend has joined the cast of Marvel Studios’ Thor , which stars Chris Hemsworth, Anthony Hopkins, Natalie Portman and Samuel L Jackson and is being directed by Kenneth Branagh. Townsend will play the adventurer Fandral, a member of the ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 08:13:00 GMT";
arnews[5] += "
";
arnews[6]="Idris Elba added to 'Thor' cast - Digital Spy
";
arnews[6] += "Chris Hemsworth, Anthony Hopkins, Tom Hiddleston and Natalie Portman will lead the cast of the mythological epic, which begins shooting in California in January. Earlier this week, Marvel announced that Ray Stevenson, Tadanobu Asano and Stuart ...";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 12:14:00 GMT";
arnews[6] += "
";
arnews[7]="Thor latest casting news - Den Of Geek
";
arnews[7] += "With the film heading before the cameras early next year, the final pieces of the Thor casting jigsaw are slotting into place. The film is being directed by Kenneth Branagh, and we already know that Chris Hemsworth is in the title role, Tom ...";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 10:27:00 GMT";
arnews[7] += "
";
totcount = 8;
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("