var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Yo Gotti, Young Jeezy And Gucci Mane Here To 'Save' Street Music - VH1.com
";
arnews[0] += "Young Jeezy and Gucci Mane as three of the 'hood's ambassadors. \"Keep getting it, I respect you and salute you, my n---a,\" Gotti says on the record \"Save Da Trap,\" talking directly to Jeezy. \"I knew you for this rap sh--/ We used to speak on trap sh ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 12:17:00 GMT";
arnews[0] += "
";
arnews[1]="New Music: Fat Joe f/ Young Jeezy – ‘Slow Down (Ha Ha)’ - Rap-up.com
";
arnews[1] += "The ’hood keeps calling Fat Joe, who returns to making music for the streets on the Young Jeezy-assisted “Slow Down (Ha Ha),” the first offering from his new album The Darkside: Volume 1 . Joey Crack is done being Mr. Nice Guy, as he explained ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 03:04:00 GMT";
arnews[1] += "
";
arnews[2]="Rihanna, Justin Bieber, Young Jeezy Rock VH1's 'Super Bowl Fan Jam ... - MTV
";
arnews[2] += "Timbaland opened the show, performing a virtual duet with Justin Timberlake on \"Carry Out,\" the latest single from Tim's solo album, Shock Value II . Though the song was bangin', unlike last Friday at Timbaland's show in Hollywood , Timberlake did ...";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 16:26:00 GMT";
arnews[2] += "
";
arnews[3]="In Rotation: Fat Joe, Young Jeezy, Erykah Badu, Joell Ortiz, Novel ... - Baller Status
";
arnews[3] += "We're kicking off the week with new downloads to get those eardrums in shape. Both soul queen Erykah Badu and New Yorker Fat Joe release promising first singles of their highly-anticipated albums, while Joell Ortiz & Novel, CJ and Cassidy drop ...";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 07:40:00 GMT";
arnews[3] += "
";
arnews[4]="AHH Stray News: Young Jeezy, Update On Rapping Soldier, Ice Cube - allhiphop.com
";
arnews[4] += "The Army specialist who was accused of threatening superior officers in the military has been court marshaled in Kuwait. Specialist Marc. A. Hall had been imprisoned in Fort Stewart in Georgia since December, for dropping a song chastising the Army ...";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 19:34:00 GMT";
arnews[4] += "
";
arnews[5]="Fat Joe Unleashes "Darkside" Debut Single W/ Young Jeezy, "It Took A ... - SOHH
";
arnews[5] += "\"Congratulations Welcome to THE DARK SIDE!! The first single off my new album ft. Young Jeezy HAHA(Slow Down Son) YA ALL WELCOME!!!!,\" he wrote Thursday (February 4). \"Here is the Clean Here is the dirty link again it I TOLD YA I WAS COMING WITH THAT ...";
arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 05:55: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("