var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Live for Films: Who will voice Zack Snyder’s Guardians of Ga’hoole?: Sam Neill, Geoffrey Rush, Hugo Weaving and Dav.. http://bit.ly/41PYH7
";
arnews[0] += "Who will voice Zack Snyder’s Guardians of Ga’hoole?: Sam Neill, Geoffrey Rush, Hugo Weaving and Dav..";
arnews[0] += "
";
arnews[1]="Film Buzz: Sam Neill, Geoffrey Rush, Hugo Weaving and David Wenham will topline the voice cast of Animal Logic's 3D animated pic, Guardians of Ga'hoole
";
arnews[1] += "Sam Neill, Geoffrey Rush, Hugo Weaving and David Wenham will topline the voice cast of Animal Logic's 3D animated pic, Guardians of Ga'hoole";
arnews[1] += "
";
arnews[2]="Dave Taylor: Sam Neill, Geoffrey Rush, Hugo Weaving and David Wenham will topline the voice cast of Animal Logic's 3D animated pic, Guardians of Ga'hoole
";
arnews[2] += "Sam Neill, Geoffrey Rush, Hugo Weaving and David Wenham will topline the voice cast of Animal Logic's 3D animated pic, Guardians of Ga'hoole";
arnews[2] += "
";
arnews[3]="Film Buzz: Sam Neill, Geoffrey Rush, Hugo Weaving and David Wenham will topline the voice cast of Animal Logic's 3D animated pic, Guardians of Ga'hoole
";
arnews[3] += "Sam Neill, Geoffrey Rush, Hugo Weaving and David Wenham will topline the voice cast of Animal Logic's 3D animated pic, Guardians of Ga'hoole";
arnews[3] += "
";
arnews[4]="Amanda Pearl: kind of excited about Wolfman, not gonna lie. benicio del toro, anthony hopkins, hugo weaving. sounds pretty good!
";
arnews[4] += "kind of excited about Wolfman, not gonna lie. benicio del toro, anthony hopkins, hugo weaving. sounds pretty good!";
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("