var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Gucci Mane Taps Keyshia Cole, Keri Hilson for New Album - Rap-up.com
";
arnews[0] += "Despite his recent incarceration, Gucci Mane is still proceeding with plans to release his new album The State vs. Radric Davis on December 8. The album, his first on Asylum/Warner Bros. Records, includes the hit single “Spotlight” featuring ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 20:59:00 GMT";
arnews[0] += "
";
arnews[1]="Myspace Record’s Hip Hop Rising Artist Bossman Premieres Webisode ... - PR-USA.net
";
arnews[1] += "Rising Hip Hop Icon and Myspace Records rapper Bossman, announces webisode series No Struggle, No Success to launch November 21, 2009, and feature on November 24th with EP premiering on November 24th thru 25th. No Struggle, No Success is a twelve ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 15:19:00 GMT";
arnews[1] += "
";
arnews[2]="Gucci Mane State Vs. Radric Davis Track List Reveals A-List Guests - MTV
";
arnews[2] += "While Gucci Mane serves his 12-month sentence for violating parole, his latest project, The State vs. Radric Davis, will be released on December 8. He has no shortage of top-flight guest stars on the new LP, including Cash Money Millionaires Lil ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 19:10:00 GMT";
arnews[2] += "
";
arnews[3]="Tracklisting: Gucci Mane – ‘The State vs. Radric Davis’ - Rap-up.com
";
arnews[3] += "Half the hip-hop industry, including Lil Wayne, Keyshia Cole, Rick Ross, Nicki Minaj, and Cam’ron, joins Gucci Mane on his new album The State vs. Radric Davis . Although he remains behind bars, Gucci will still release the project on DecemBURR 8 ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 22:38:00 GMT";
arnews[3] += "
";
arnews[4]="RUMOR: Keyshia And NBA Boyfriend ENGAGED???? - DailyFill
";
arnews[4] += "MediaTakeOut.comn just got a tip this morning that R&B singer Keyshia Cole and her BF, NBA star Daniel \"Boobie\" Gibson just got engaged. Word is that Daniel was supposed to be proposing next year, but that he couldn't wait - so he popped the question ...";
arnews[4] += "
Publ.Date : Sat, 14 Nov 2009 17:07:00 GMT";
arnews[4] += "
";
arnews[5]="Gucci Mane's Album Still Planned for a December 8 Release Date - PR Inside
";
arnews[5] += "On November 12, 2009, Radric Davis, better known to his fans as Gucci Mane, was sentenced to 12 months in Fulton County Jail in Georgia due to a probation violation. Gucci was informed by the courts that he is eligible for release in 6 months or ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 15:44: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("