var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sudan's refugee superstar
";
arnews[0] += "HAVING A BALL: Alex Wek teamed up with former Bafana skipper Lucas Radebe and ex-Portugal midfielder Luis Figo in Cape Town for a supermarket chain's latest advertising campaign 'The standards of beauty have changed, Alek is the expression of modernity in beauty' 'I don't walk around with a chip on my shoulder,\" says supermodel Alek Wek, who, ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 22:58:46 GMT";
arnews[0] += "
";
arnews[1]="Tuesday: Jewelry Party
";
arnews[1] += "Next week, a trio of stylish locals will host a \"Shopping Soiree\" featuring swoon-worthy baubles by the likes of Justin Jiunta, Alyssa Norton, vintage, and handbags by model Alek Wek.";
arnews[1] += "
Publ.Date : Fri, 13 Nov 2009 23:08:40 GMT";
arnews[1] += "
";
arnews[2]="Guess Who: Spotted in London
";
arnews[2] += "Wednesday, November 4, 2009 / looking good Serena!!! 2. Babatunde Wednesday, November 4, 2009 / She looks nice, but damn she musta been cold.";
arnews[2] += "
Publ.Date : Thu, 05 Nov 2009 00:43:39 GMT";
arnews[2] += "
";
arnews[3]="Style...Beverly Johnson opened doors in - 70s
";
arnews[3] += "Dark and lovely, she descended the steps outside Bryant Park in Midtown Manhattan wearing high heels and a colorful asymmetrical dress.";
arnews[3] += "
Publ.Date : Fri, 30 Oct 2009 02:57:10 GMT";
arnews[3] += "
";
arnews[4]="France and Australia have more in common than you think
";
arnews[4] += "Subscribe in a reader Subscribe to Black Entertainment USA by Email Friday, October 16, 2009 France and Australia have more in common than you think Wait, France and Australia? They are on opposite sides of the world.";
arnews[4] += "
Publ.Date : Fri, 16 Oct 2009 14:51:25 GMT";
arnews[4] += "
";
arnews[5]="Why blacking up is the worst kind of fashion crime
";
arnews[5] += "What were they thinking? Surely this is the only possible reaction to the October issue of French Vogue in which the 25-year-old Dutch Model Lara Stone has been blacked up.";
arnews[5] += "
Publ.Date : Wed, 14 Oct 2009 12:51:28 GMT";
arnews[5] += "
";
arnews[6]="Fat is where it's at, say new South African beauty queens
";
arnews[6] += "South Africa twisted a stiletto heel in the face of Western fashion ideals this weekend when Phindi Molefe, a 23-year-old from Soweto, was crowned the country's Miss Fats 2001.";
arnews[6] += "
Publ.Date : Fri, 09 Oct 2009 06:57:03 GMT";
arnews[6] += "
";
arnews[7]="Spotted: Halle & Nahla / Alek / Lady Gaga / Rihanna / Trina / Janet / Naturi / Shontelle / Naomi
";
arnews[7] += "Halle Berry and her daughter Nahla visit friends in Van Nuys on Sunday afternoon.";
arnews[7] += "
Publ.Date : Mon, 05 Oct 2009 20:00:02 GMT";
arnews[7] += "
";
totcount = 8;
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("