var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Mos Def, Bill Moseley Join Living Dead Voice Cast - ShockTillYouDrop.com
";
arnews[0] += "A few months back, Danielle Harris revealed via Twitter that she was providing the voice of Barbra in Zebediah de Soto's CG-animated prequel Night of the Living Dead: Origins , which will fill in the backgrounds of some of the characters from Romero ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 15:34:00 GMT";
arnews[0] += "
";
arnews[1]="Hear a New Black Keys/Mos Def Collaboration: "On the Vista" - Pitchfork
";
arnews[1] += "In related news, the Blakroc guys are running a weekly behind-the-scenes web series that chronicles the making of the LP . Unlike most of these types of cheap promo videos, this one is actually well done and sort of fascinating, if you've ever ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 20:10:00 GMT";
arnews[1] += "
";
arnews[2]="New Book Identifies 500 Most Influential Muslims - New America Media
";
arnews[2] += "Keith Ellison (D-MN), hip-hop artist Mos Def, comedian Dave Chappelle, CNN’S Fareed Zakaria, and filmmaker Michael Wolfe.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 09:14:00 GMT";
arnews[2] += "
";
arnews[3]="Hip-Hop & the Contrast Principle - Popmatters.com
";
arnews[3] += "Hip-hop, as a culture and as a musical genre, moves at lightning speed. Personalities, styles, and trends exit the scene almost as quickly as they appear, and the “next big thing” is always on the horizon. As speculative as it is, there’s ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 08:34:00 GMT";
arnews[3] += "
";
arnews[4]="Album review: 'Blackroc,' by the Black Keys - Morning Sun
";
arnews[4] += "Rap-rock, as a genre, has a bad connotation. In many cases, rightly so. The music world has been exposed to plenty of hip-hop-meets-rock incarnations since Steven Tyler busted through Run DMC's wall back in the day. They've ranged from good (Korn) to ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 15:49:00 GMT";
arnews[4] += "
";
arnews[5]="New Music Report: Blakroc - Rolling Stone
";
arnews[5] += "This week’s New Music Report lasers in on the self-titled debut from supergroup Blakroc, a collaboration between the Akron blues-rock duo the Black Keys and a cast of guest rappers that includes Ludacris, Mos Def, RZA and Pharoahe Monch. It’s not ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 22:10: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("