var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="BET AWARDS Freestyle Cypher 2009 Part 2 Eminem Mos Def Black Thought Freestyle Cypher!
";
arnews[0] += "BET AWARDS Freestyle Cypher 2009 Eminem Mos Def Black Thought Freestyle Cypher!";
arnews[0] += "
Publ.Date : Wed, 28 Oct 2009 02:34:59 GMT";
arnews[0] += "
";
arnews[1]="2009 BET Cypher Eminem, Black thought And Mos Def ( With Download Link)
";
arnews[1] += "2009 BET Cypher Eminem, Black thought And Mos Def www.zshare.net";
arnews[1] += "
Publ.Date : Wed, 28 Oct 2009 02:07:53 GMT";
arnews[1] += "
";
document.title=document.title+ " ";
arnews[2]="Mos Def “Auditorium”: LIVE Exclusive from Embedded on ...
";
arnews[2] += "In an exclusive clip from Current Music Presents: Embedded, Mos Def performs \"Auditorium\" off his new album, \"The Ecstatic,\" live in Osaka, Japan. Then we follow Mos to Tokyo's...";
arnews[2] += "
Publ.Date : Sat, 03 Oct 2009 00:00:00 GMT";
arnews[2] += "
";
arnews[3]="Black Eyed Peas in stores
";
arnews[3] += "CNN's Denise Quan reports on releases by Mos Def and other artists.";
arnews[3] += "
Publ.Date : Tue, 09 Jun 2009 14:28:53 GMT";
arnews[3] += "
";
arnews[4]="Tell the Truth by Mos Def
";
arnews[4] += "Tell the Truth music video by Mos Def added on 2007-10-29";
arnews[4] += "
Publ.Date : Sat, 09 May 2009 14:59:41 GMT";
arnews[4] += "
";
arnews[5]="Mathematics by Mos Def
";
arnews[5] += "Mathematics music video by Mos Def added on 2007-10-30";
arnews[5] += "
Publ.Date : Sat, 09 May 2009 14:59:39 GMT";
arnews[5] += "
";
arnews[6]="P Diddy & Akon at Beyonce premiere
";
arnews[6] += "Hip-hop royalty have turned out in New York for the premiere of Beyoncé's new film. Although there was no sign of Jay Z - leaving his wife as the main attraction - P Diddy and...";
arnews[6] += "
Publ.Date : Tue, 02 Dec 2008 13:51:14 GMT";
arnews[6] += "
";
arnews[7]="Mos Def Freestyling
";
arnews[7] += "This freestyle (among several others) can be found on the documentary 'Freestyle: The Art of Rhyme'. http://www.imdb.com/title/tt0262424/ I recommend everyone to pick it up since...";
arnews[7] += "
Publ.Date : Tue, 11 Jul 2006 14:36:29 GMT";
arnews[7] += "
";
arnews[8]="Mos Def, Talib Kweli & Common - Respiration
";
arnews[8] += "Breathe in, inhale vapors from bright stars that shine Breathe out, weed smoke retrace the skyline ... Talib Kweli Mos Def Common";
arnews[8] += "
Publ.Date : Thu, 18 May 2006 19:10:12 GMT";
arnews[8] += "
";
arnews[9]="Blackstar (Mos Def & Talib Kweli) - Definition
";
arnews[9] += "music video";
arnews[9] += "
Publ.Date : Sat, 08 Apr 2006 05:03:49 GMT";
arnews[9] += "
";
totcount = 10;
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("