var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Shooting Erupts at Trey Songz & Letoya Concert
";
arnews[0] += "Nine people in were taken to the hospital Sunday, after shots were fired following a San Francisco concert starring LeToya Luckett and Trey Songz .";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 03:42:05 GMT";
arnews[0] += "
";
arnews[1]="Nine Shot In Front Of Hip-Hop Radio Station's Concert
";
arnews[1] += "Nine people were wounded in a shooting rampage last night during a concert featuring singers Trey Songz, Letoya Luckett and others.";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 17:47:33 GMT";
arnews[1] += "
";
arnews[2]="Likeblood to Open Raekwon's "Only Built 4 Cuban Linx Pt. 2" Tour
";
arnews[2] += "Tour runs from November 6th a ' December 18th - For tour dates, visit www.likeblood.com WASHINGTON, D.C. a ' November 13, 2009 a ' Buzzing from the success of their \"Jazz in the Diamond District\" soundtrack release, \"Red Carpet,\" which debuted as \"New Joint of the Day\" on BET's \"106 & Park\" and peaked at 89th on the Urban Mainstream Billboard ...";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 04:27:29 GMT";
arnews[2] += "
";
arnews[3]="Music Video: Letoya Luckett FT. Ludacris - a oeREGRETa
";
arnews[3] += "MUSIC VIDEO: LETOYA LUCKETT FT. LUDACRIS - \"REGRET\" Thursday, November 12, 2009 LeToya Luckett finally premieres her video for her latest single, \"Regret,\" featuring Ludacris , with a cameo from Tank ! Fans are happy to finally see a clip for the single from her sophomore album, Lady Love , which is in stores now.";
arnews[3] += "
Publ.Date : Thu, 12 Nov 2009 17:12:00 GMT";
arnews[3] += "
";
arnews[4]="Weekly Shopping and Goodies
";
arnews[4] += "The Fashionable Housewife is having a Sensa Weight Loss Twitter Party on Nov 18th from 7:00pm a ' 9:00pm EST.";
arnews[4] += "
Publ.Date : Thu, 12 Nov 2009 00:51:14 GMT";
arnews[4] += "
";
arnews[5]="Roy Hamilton III Brings Number One Hits to Solo Debut - R.Kelly, Joe, MJ & More
";
arnews[5] += "Likewise, many celebrities have dipped into the shadows of their stardom to hone their business skills.";
arnews[5] += "
Publ.Date : Mon, 09 Nov 2009 08:00:00 GMT";
arnews[5] += "
";
totcount = 6;
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("