var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Let John McEnroea s Kid Fix You a Drink
";
arnews[0] += "Last week, after a dinner at Broadway East to celebrate the first anniversary of BEast , none other than Bjork bumped creative director Angelo Fabara off the decks in order to plug in her iPod.";
arnews[0] += "
Publ.Date : Mon, 26 Oct 2009 23:48:25 GMT";
arnews[0] += "
";
arnews[1]="Naima Mora
";
arnews[1] += "We've poked fun at Park Slope's Cocoa Bar for having blatantly awful taste in music, but apparently they have exquisite hiring sensibilities, because according to a commenter at Brooklynian.com, Naima Mora, the winner of cycle four, is working there as a barista: \"ok seriously now people ... the girl on line waiting for her hot chocolate in front ...";
arnews[1] += "
Publ.Date : Mon, 26 Oct 2009 23:46:37 GMT";
arnews[1] += "
";
arnews[2]="A gathering of fashion stars
";
arnews[2] += "The Capital Fashion Awards presenters include, from left, Jonathan Waud, CariDee English, Naima Mora and Merlin Castell.";
arnews[2] += "
Publ.Date : Sun, 20 Sep 2009 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Party pics: Labor Day weekend at Sevin
";
arnews[3] += "Party pics: Taboo Nightlife The newest addition to the Pontiac nightlife scene opened its doors to the public for the first t... Party pics: Saturday at Taboo Taboo's making its mark on Pontiac's nightlife scene Limelight at Taboo Nightlife The Pistons' Jason Maxiell, fashion designer Joe Faris and 'Top Model\" Naima Mora raised it up fo...";
arnews[3] += "
Publ.Date : Mon, 07 Sep 2009 01:27:00 GMT";
arnews[3] += "
";
arnews[4]="M'town boys lose in soccer; M'town, Clear Lake girls win
";
arnews[4] += "Andre Fernandez, Myles Moffat and Andy Garcia all scored goals, but the Middletown High School defense struggled to stop Cloverdale's offense on Tuesday as the Eagles beat the host Mustangs 5-3 in non-league varsity boys' soccer action.";
arnews[4] += "
Publ.Date : Wed, 09 Sep 2009 09:12:36 GMT";
arnews[4] += "
";
arnews[5]="'Top Model' casting in Michigan this week
";
arnews[5] += "The hit CW show starring Tyra Banks is looking for models for its 14th cycle, and this week they're doing their casting in Michigan.";
arnews[5] += "
Publ.Date : Wed, 08 Jul 2009 16:07:54 GMT";
arnews[5] += "
";
arnews[6]="Ali designer has women's fashion line sewn up
";
arnews[6] += "Gregory Taylor's father lost a lot of money on a failed business venture in his childhood.";
arnews[6] += "
Publ.Date : Fri, 03 Jul 2009 03:53:15 GMT";
arnews[6] += "
";
arnews[7]="TV's 'Top Model' plans Southfield casting call
";
arnews[7] += "The CW Television Network's \"America's Next Top Model\" will hold an open casting call for cycle 14 of the reality TV show modeling competition.";
arnews[7] += "
Publ.Date : Tue, 30 Jun 2009 01:56:14 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("