var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Actress Naomie Harris returns to Jamaica for BBC's Small Island
";
arnews[0] += "Actress Naomie Harris returns to Jamaica for BBC's Small Island -";
arnews[0] += "
";
arnews[1]="Arnaud Bertrand: Actress Naomie Harris returns to Jamaica for BBC's Small Island http://bit.ly/4CbaFQ
";
arnews[1] += "Actress Naomie Harris returns to Jamaica for BBC's Small Island";
arnews[1] += "
";
arnews[2]="John-David Lusan: Pleasure island: Actress Naomie Harris returns to Jamaica for latest TV role - Daily Mail http://bit.ly/2LYVqm
";
arnews[2] += "Pleasure island: Actress Naomie Harris returns to Jamaica for latest TV role - Daily Mail";
arnews[2] += "
";
arnews[3]="movienews: Contest: Ninja Assassin Giveaway
";
arnews[3] += "Contest: Ninja Assassin Giveaway -";
arnews[3] += "
";
arnews[4]="cinemaitalia: Ninja Assassin - Official Naomie Harris Interview
";
arnews[4] += "Ninja Assassin - Official Naomie Harris Interview -";
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("