var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Olivier Martinez
";
arnews[0] += "Olivier Martinez -";
arnews[0] += "
";
arnews[1]="tess martin-fox: my 2 fave Juliette Binoche @belfastangel La Veuve de Saint-Pierre (The Widow of Saint-Pierre) & The Horseman on the Roof w/Olivier Martinez
";
arnews[1] += "my 2 fave Juliette Binoche @";
arnews[1] += "
";
arnews[2]="Bollywood Sargam: Random Thoughts : Martinez Rubbishes Split Reports: Hunky French actor Olivier Martinez has slammed repo.. http://bit.ly/2OIgbV
";
arnews[2] += "Random Thoughts : Martinez Rubbishes Split Reports: Hunky French actor Olivier Martinez has slammed repo..";
arnews[2] += "
";
arnews[3]="satine: günün arızası: olivier martinez
";
arnews[3] += "günün arızası: olivier martinez";
arnews[3] += "
";
arnews[4]="Lyon en France: Alatélécesoir; "Le hussard sur le toit" avec... Olivier martinez -:) http://www.alatelecesoir.blogspot.com
";
arnews[4] += "Alatélécesoir; \"Le hussard sur le toit\" avec... Olivier martinez -:)";
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("