var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="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[0] += "Warrior Class: Stuart Townsend, Ray Stevenson and Tadanobu Asano will play The Warrior's Three in the comic boo..";
arnews[0] += "
";
arnews[1]="Titus Pullo And Lestat Save Us From A Chuck-Filled Thor [Thor]
";
arnews[1] += "Titus Pullo And Lestat Save Us From A Chuck-Filled Thor [Thor] -";
arnews[1] += "
";
arnews[2]="Jon Davis: Stuart Townsend, Ray Stevenson & Tadanobu Asano To Become The Warriors Three In ‘Thor’
";
arnews[2] += "Stuart Townsend, Ray Stevenson & Tadanobu Asano To Become The Warriors Three In ‘Thor’ -";
arnews[2] += "
";
arnews[3]="Thor's 'The Warriors Three' have Been Chosen http://is.gd/4XZF4
";
arnews[3] += "Thor's 'The Warriors Three' have Been Chosen";
arnews[3] += "
";
arnews[4]="Shockya: Thor Warriors Three Cast
";
arnews[4] += "Thor Warriors Three Cast -";
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("