var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Google-Style.com: DSC_0410.JPG : Google-Style.com >> Fashion | Celebrities | StreetStyle | Men | Brands | Users |
";
arnews[0] += "DSC_0410.JPG : Google-Style.com >> Fashion | Celebrities | StreetStyle | Men | Brands | Users | -";
arnews[0] += "
";
arnews[1]="nazaret: Doutzen Kroes, Afef Jnifen y Evangeline Lilly en Cannes.
";
arnews[1] += "Doutzen Kroes, Afef Jnifen y Evangeline Lilly en Cannes. -";
arnews[1] += "
";
arnews[2]="carl: 11h AM: Afef Jnifen, ambassadrice l'Oreal femme maghrébine, vue cette nuit sur le yacht de Tarek ben Ammar, ne répond pas dans sa chambre.
";
arnews[2] += "11h AM: Afef Jnifen, ambassadrice l'Oreal femme maghrébine, vue cette nuit sur le yacht de Tarek ben Ammar, ne répond pas dans sa chambre.";
arnews[2] += "
";
arnews[3]="Kevin Barrow: bohemea: Doutzen Kroes, Afef Jnifen & Evangeline Lilly - Vengeance premiere at the 62nd International Cannes Film Festival, May 17th 2009 I’m not sure why this combination of lady is going on here, but I am sure that I’m digging both Doutzen & Evie’s dresses. So much skin! They both look Cannestastic.
";
arnews[3] += "bohemea: Doutzen Kroes, Afef Jnifen & Evangeline Lilly - Vengeance premiere at the 62nd International Cannes Film Festival, May 17th 2009 I’m not sure why this combination of lady is going on here, but I am sure that I’m digging both Doutzen & Evie’s dresses. So much skin! They both look Cannestastic. -";
arnews[3] += "
";
arnews[4]="Actualité internationale: Afef Jnifen : la brune piquante a la classe à l’italienne…
";
arnews[4] += "Afef Jnifen : la brune piquante a la classe à l’italienne… -";
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("