var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Actualité internationale: Quand Estelle Lefébure présente sa ligne de vêtements, Jacques Chirac est déjà… son plus grand fan !
";
arnews[0] += "Quand Estelle Lefébure présente sa ligne de vêtements, Jacques Chirac est déjà… son plus grand fan ! -";
arnews[0] += "
";
arnews[1]="Free Song - "Star" by Estelle on Crystal Light Website
";
arnews[1] += "Free Song - \"Star\" by Estelle on Crystal Light Website -";
arnews[1] += "
";
arnews[2]="Shaggy Jenkins: http://www.live365.com/stations/shaggylive "Come Over" - Estelle ft. Sean Paul
";
arnews[2] += "";
arnews[2] += "
";
arnews[3]="Model Minority: Ledisi, Conya Doss, Amel Larriux, Jill Scott, Goapele, Estelle, Alegebra, Solange, Amanda Diva, Mystic, Tiombe Lockhart,
";
arnews[3] += "Ledisi, Conya Doss, Amel Larriux, Jill Scott, Goapele, Estelle, Alegebra, Solange, Amanda Diva, Mystic, Tiombe Lockhart,";
arnews[3] += "
";
arnews[4]="Model Minority: I know that there are exceptions, Jill, Erykah, and Estelle, but my goal is to put together a list to make a point.
";
arnews[4] += "I know that there are exceptions, Jill, Erykah, and Estelle, but my goal is to put together a list to make a point.";
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("