var arnews = new Array(13);
totcount = 10;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Spinner Rack: Idris Elba added to "Thor" movie cast
";
arnews[0] += "Stuart Townsend will be Fandral. Tadanobu Asano takes on the job of Hogun. And Volstaggwill be portrayed Ray Stevenson. Loki, Anthony Hopkins as Odin and Natalie Portman as Jane Foster. Kenneth Branagh will direct. ...";
arnews[0] += "
";
arnews[1]="Peoria Pundit » Not many people HAVE bothered to read it
";
arnews[1] += "Stuart Townsend, Tadanobu Asano, and Ray Stevenson have joined the cast as Fandral, Hogun, and [...] […] justiceblogofamerica; i09 brings the links November 18, 2009. Good lists from io9: 15 Dumbest Superhero Retcons and 7 Superhero ...";
arnews[1] += "
";
arnews[2]="neev: I can almost forgive them not casting Al
";
arnews[2] += "Plus, Ray Stevenson was fucking badass in the newer Punisher movie and, well, Stuart Townsend is nice to /look/ at if nothing else. In short, I want this movie like crack. It's probably gonna suck, but there are so many things that make ...";
arnews[2] += "
";
arnews[3]="Confirman a los Tres Guerreros en Thor | Homocinefilus
";
arnews[3] += "Así, Tadanobu Asano (Ichi the Killer) interpretará a Hogun, Ray Stevenson (Rome) a Volstagg y Stuart Townsend (The League of Extraordinary Gentleman) será Fandral. Quienes conocen la historia de este superhéroe a través de las tiras ...";
arnews[3] += "
";
arnews[4]="Wichtigsten Thor Rollen bereits vergeben… « Panel Wars
";
arnews[4] += "Bei Stuart Townsend als Fandral habe ich halt wieder den Einwand dass er zu jung ist. Aber hier kann man wenigstens mit nem Bart noch was kaschieren… NaJa, auch wenn mir Thor und seine Kumpels viel zu jung gecastet wurden, ...";
arnews[4] += "
";
arnews[5]="“Thor” tendrá al actor Idris Elba en el rol de Heimdall ...
";
arnews[5] += "Junto con él, también en las últimas horas se confirmaron las presencias de Stuart Townsend (Fandral), Ray Stevenson (Volstagg), y Tadanobu Asano (Hogun), en el rol de los Tres guerreros, en este prometedor proyecto que contará con ...";
arnews[5] += "
";
arnews[6]="Vertigo Pop: ATOR DE THE OFFICE SERÁ HEIMDALL EM THOR
";
arnews[6] += "No elenco ainda estão os atores Chris Hemsworth (Thor), Tom Hiddleston (Loki), Jaimie Alexander (Sif), Stuart Townsend (Fandral), Ray Stevenson (Volstagg), Tadanobu Asano (Hogun), Colm Feore (um vilão), Samuel L. Jackson (Nick Fury) e ...";
arnews[6] += "
";
arnews[7]="FILMSTERREN EN FILMNIEUWS
";
arnews[7] += "De acteurs zijn vermoedelijk Stuart Townsend, Ray Stevenson en Tadanobu Asano. Ze zijn gecast om \"The Warriors Three\" te spelen. Dit is een trio avonturiers uit Asgard die samen met The Mighty Thor de strijd aangaat. ...";
arnews[7] += "
";
arnews[8]="CinEuphoria: Battle in Seattle (2007)
";
arnews[8] += "Batalha em Seattle realizado por Stuart Townsend tem como pano de fundo a reunião da Organização Mundial de Comércio em Seattle e o reflexo de teve nas vidas de um conjunto de pessoas e é um excelente exemplo daquilo a que posso ...";
arnews[8] += "
";
arnews[9]="Idris Elba Joins "Thor" Cast: Movie Reviews, Trailers, Photos ...
";
arnews[9] += "Elba joins an extensive cast that includes Chris Hemsworth, Tom Hiddleston, Natalie Portman, Anthony Hopkins, Jaimie Alexander, Colm Feore, Samuel L. Jackson, Stellan Skarsgard, Stuart Townsend and Ray Stevenson. ...";
arnews[9] += "
";
totcount = 10;
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("