var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Lionel Faleiro: Thor’s Warriors Three Confirmed http://su.pr/24dNXX
";
arnews[0] += "Thor’s Warriors Three Confirmed";
arnews[0] += "
";
arnews[1]="sinemaniacfighter: Ray Stevenson will play Volstagg the Valiant,Tadanobu Asano is set for Hogun the Grim, Fandral the Dashing will be played by Stuart Townsend
";
arnews[1] += "Ray Stevenson will play Volstagg the Valiant,Tadanobu Asano is set for Hogun the Grim, Fandral the Dashing will be played by Stuart Townsend";
arnews[1] += "
";
arnews[2]="Devindra Hardawar: Re: Thor Finds Its Warriors Three in Ray Stevenson, Tadanobu Asano, Stuart Townsend
";
arnews[2] += "Re: Thor Finds Its Warriors Three in Ray Stevenson, Tadanobu Asano, Stuart Townsend -";
arnews[2] += "
";
arnews[3]="Filmman39: Warrior Class: Stuart Townsend, Ray Stevenson and Tadanobu Asano will play The Warrior's Three in the comic boo.. http://bit.ly/2rqj4n
";
arnews[3] += "Warrior Class: Stuart Townsend, Ray Stevenson and Tadanobu Asano will play The Warrior's Three in the comic boo..";
arnews[3] += "
";
arnews[4]="Titus Pullo And Lestat Save Us From A Chuck-Filled Thor [Thor]
";
arnews[4] += "Titus Pullo And Lestat Save Us From A Chuck-Filled Thor [Thor] -";
arnews[4] += "
";
totcount = 5;
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("