var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Joe Budden Defends His Girlfriend in New Track - The BoomBox
";
arnews[0] += "Budden also clears up his beef status with one rapper after another while taking a few jabs at his ex-girlfriend Tahiry Jose. \"Can you hear me, I'm tired of n----s asking about Tahiry/She can do what she want as long as she ain't do it near me ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 17:29:00 GMT";
arnews[0] += "
";
arnews[1]="Somaya Jabs Fabolous, Who Disses Somaya, Prompting A Response From Joe ... - Baller Status
";
arnews[1] += "If you haven't heard already, rapper Joe Budden and the voluptuous Tahiry are through. They actually broke up months ago. Today, Joey has moved on, flaunting a new girl in his infamous video clips. The rapper has hooked up with a internet model named ...";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 21:51:00 GMT";
arnews[1] += "
";
arnews[2]="Fabolous Disses Joe Budden's Girlfriend Via Twitter - The BoomBox
";
arnews[2] += "To Fab's defense, the situation arose after Reece went after Fab and his ex, Tahiry . Fab quickly turned the tables tweeting, \"Time 2 expose this second place chick Somaya Reece ... So she know not to throw people names out without knowing the ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 00:22:00 GMT";
arnews[2] += "
";
arnews[3]="Joe Budden Addresses Fabolous & Tahiry, "Leaking Pictures Of 50 [Cent ... - SOHH
";
arnews[3] += "Declaring his loyalty toward Fab, Budden recently explained why he did not rush to offer a response to the rapper's taunts against Reece last week. \"The sh*t she was saying, it was a joke, she was making the same exact trending topic joke that she's ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 08:27:00 GMT";
arnews[3] += "
";
arnews[4]="Joe Budden Addresses Fabolous' Somaya Reece Disses, "Some Of Them ... - SOHH
";
arnews[4] += "Declaring his loyalty toward Fab, Budden explained why he did not rush to offer a response to the rapper's taunts last week. Comparing Reece to Budden's ex, Tahiry , Fabolous \"responded\" to comments made by the model. \"Did this rebound a** chick jus ...";
arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 13:39:00 GMT";
arnews[4] += "
";
arnews[5]="Tommy Barnett - Bleacherreport.com
";
arnews[5] += "Nas and Eminem are my two favorite rappers, followed by Joe Budden, Jay-Z, Masta Ace, Lupe Fiasco, Kanye West, Talib Kweli, and others. I dislike most of the mainstream part of the genre. I like playing video games, too. I have a 360 and you should ...";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 20:51: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("