var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Dominick Brady: via AfricaVisualMedia Trailer for the Waris Dirie biographical film “Desert Flower” FILM: Desert Flower. Waris Dirie’s book of her escape from Somalia, rise to supermodel superstar-dom and later fight against female genital mutilation gets the Hollywood treatment. Ethiopian Liya Kebede stars.
";
arnews[0] += "via AfricaVisualMedia Trailer for the Waris Dirie biographical film “Desert Flower” FILM: Desert Flower. Waris Dirie’s book of her escape from Somalia, rise to supermodel superstar-dom and later fight against female genital mutilation gets the Hollywood treatment. Ethiopian Liya Kebede stars. -";
arnews[0] += "
";
arnews[1]="7trends: „Die Wüstenblume“-Autorin & Supermodel Waris Dirie wird in der aktuellen Verfilmung von Kollegin Liya Kebede gespielt: http://bit.ly/3DX5LW
";
arnews[1] += "„Die Wüstenblume“-Autorin & Supermodel Waris Dirie wird in der aktuellen Verfilmung von Kollegin Liya Kebede gespielt:";
arnews[1] += "
";
arnews[2]="Liya Kebede Pictures: Glamour Magazine Women of the Year 2009 Red Carpet Photos - American Superstar Magazine http://bit.ly/8Dli6
";
arnews[2] += "Liya Kebede Pictures: Glamour Magazine Women of the Year 2009 Red Carpet Photos - American Superstar Magazine";
arnews[2] += "
";
arnews[3]="putyou: Fashion Star Of The Week: Liya Kebede
";
arnews[3] += "Fashion Star Of The Week: Liya Kebede -";
arnews[3] += "
";
arnews[4]="Overstock Jeweler: This Week's Fab Faves: 11 Photos | Liya Kebede, Celebrity, This ... http://bit.ly/2xvMfv
";
arnews[4] += "This Week's Fab Faves: 11 Photos | Liya Kebede, Celebrity, This ...";
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("