var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Stylish > Lil Kim & Ne-Yo @ Spotlight Live - whudat.com
";
arnews[0] += "There were many celebs out last night to catch Akon performing at, Spotlight Live in Time Square. Lil Kim, Ne-Yo, and.. Boom-Boom-Kack Laurie Ann Gibson were just a few in attendance. Ne-Yo looks stylish in the picture with Lil Kim. The colors he ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 14:32:00 GMT";
arnews[0] += "
";
arnews[1]="Lil' Kim Facing $20,000 Club Lawsuit Over Nose Bleed - Post Chronicle
";
arnews[1] += "Rapper Lil' Kim is facing a lawsuit from a London promoter after she axed six public appearances - amid allegations a nose bleed caused the cancellations. The hip-hop star was due to make a string of appearances in the U.K. capital this month (Nov09 ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 13:21:00 GMT";
arnews[1] += "
";
arnews[2]="Lil Kim Responds to 'Bloody Nose' Allegations - The BoomBox
";
arnews[2] += "Rapper Lil Kim has responded to the recent allegations that she refused to appear at six scheduled performances in London due to a \"bloody nose.\" Promotions company Abstrakt Visions Entertainment claimed that Kim was paid $20,000 for six performance ...";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 19:28:00 GMT";
arnews[2] += "
";
arnews[3]="Lawyer's girlfriend in racketeering case faces further charges - Bridgeton News
";
arnews[3] += "With her silver running sneakers, manicured nails and brown doe eyes, Yolanda Jauregui looked almost out of place as she slid beside her lawyer for a recent federal criminal hearing in Newark. But prosecutors say the petite brunette is the girlfriend ...";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 05:02:00 GMT";
arnews[3] += "
";
arnews[4]="Lil’ Kim and Nicki Minaj are on their grind - S2Smagazine.com
";
arnews[4] += "It’s the match-up hip-hop fans have been waiting to hear all year: Lil’ Kim and Nicki Minaj are featured on the same track. People have been drawing comparisons between the two ever since Nicki came on the scene. Now, Birdman has gotten both lady ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 20:45:00 GMT";
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("