var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The 37th Chamber 11.21.09: Flopping Around Like A Fish Out Of Water
";
arnews[0] += "The 37th Chamber 11.21.09: Flopping Around Like A Fish Out Of Water Posted by Patrick Robinson on 11.21.2009 This week we're looking at the prediction for 50 Cent's album sales, Gucci Mane, Soulja Boy, Plies and OJ Da Juiceman's inexplicable popularity, Ninja Rap and N.W.A.'s discography! I seriously hate Australian weather sometimes.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 10:23:29 GMT";
arnews[0] += "
";
arnews[1]="What's in a rap name? The meaning of Mike Bigga and more
";
arnews[1] += "Killa Mike is back in the spotlight. He has long squashed the beef with onetime mentor, Outkast's Big Boi, while embarking on a new career with Grand Hustle.";
arnews[1] += "
Publ.Date : Mon, 09 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="The rock side of Motown: Rappers revive Berry Gordy's lesser-known psychedelic acts
";
arnews[2] += "Motown gave the world the Supremes, the Four Tops, Smokey, Stevie and Marvin Gaye, all being celebrated in this Motown 50th anniversary year, but there's another side to the Detroit-born record company.";
arnews[2] += "
Publ.Date : Wed, 11 Nov 2009 20:20:17 GMT";
arnews[2] += "
";
arnews[3]="The rock side of Motown
";
arnews[3] += "Motown gave the world the Supremes, the Four Tops, Smokey, Stevie and Marvin Gaye, all being celebrated in this Motown 50th anniversary year, but there's another side to the Detroit-born record company.";
arnews[3] += "
Publ.Date : Wed, 11 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Obie Trice And MoSS Form New Dynamic Duo & Team Up For Special Reserve LP
";
arnews[4] += "OBIE TRICE'S SPECIAL RESERVE TO BE RELEASED ON 12-15-09 November 10th, 2009 - Returning with his first LP since his departure from Shady Records , Obie Trice readies a new street LP, Special Reserve, which finds him collaborating solely with rising producer MoSS.";
arnews[4] += "
Publ.Date : Wed, 11 Nov 2009 07:46:11 GMT";
arnews[4] += "
";
arnews[5]="Obie Trice Announces First Album Since Shady Departure
";
arnews[5] += "Obie Trice found more success than most during his tenure at Shady Records . The Michigan native sold over 1.5 million records, with significant hits at radio and video.";
arnews[5] += "
Publ.Date : Tue, 10 Nov 2009 22:58:48 GMT";
arnews[5] += "
";
arnews[6]="Flashback Series - Akon
";
arnews[6] += "Ever wondered what celebrities were like before they were really famous? Each week, the Voice Online in conjunction with MTV Base, will trawl through our archives to bring you some of first interviews from your favourite celebs! This week we flash back to an interview with Locked Up star, Akon on a visit to London in 2006.";
arnews[6] += "
Publ.Date : Wed, 04 Nov 2009 03:51:22 GMT";
arnews[6] += "
";
totcount = 7;
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("