var arnews = new Array(8);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Nas, Damian Marley Gather Rap Legends For Debate - allhiphop.com
";
arnews[0] += "Nas and Damian “Jr. Gong” Marley have teamed with National Geographic and V-Tech to present the “Distant Relatives” panel debate in Washington, DC next month. The “Distant Relatives” panel debate will feature DJ Kool Herc, DJ Red Alert ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 14:11:00 GMT";
arnews[0] += "
";
arnews[1]="Damian Marley For National Geographic Discussion - Caribbean World News
";
arnews[1] += "CaribWorldNews, WASHINGTON, D.C., Thurs. Nov. 19, 2009: Grammy-winning reggae singer Damian `Jr. Gong` Marley and Nas are set to come together next month for a National Geographic discussion on the cultural links of hip hop and reggae. The National ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 01:59:00 GMT";
arnews[1] += "
";
arnews[2]="Bob Marley - Baltimore Sun
";
arnews[2] += "Sunday 22: Julian Marley featuring Stephen and Damian \"Jr. Gong\" Marley Any Bob Marley fan should not underestimate the legacy he's left behind with his musically gifted sons. While Julian, Stephen and Damian Marley earlier this year did impromptu";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 10:27:00 GMT";
arnews[2] += "
";
arnews[3]="One love: - Fort Lauderdale Sun-Sentinel
";
arnews[3] += "Any Bob Marley fan should not underestimate the legacy he's left behind with his musically gifted sons. While Julian, Stephen and Damian Marley earlier this year did impromptu performances at venues such as the Florida Room at the Delano Hotel, this ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 07:36:00 GMT";
arnews[3] += "
";
arnews[4]="Jr Gong, Nas for National Geographic event - Jamaica Observer
";
arnews[4] += "Nas (left) and Damion 'Junior Gong' Marley shake hands following a performance at Reggae Sumfest this year According to the reports, on December 12, Nas and Damian Marley will come together at National Geographic's Grosvenor Auditorium in Washington ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 06:17:00 GMT";
arnews[4] += "
";
arnews[5]="Jay Sean’s Cash Money/Universal Republic U.S. Album Debut - Businesswire.com
";
arnews[5] += "UK Singer/Songwriter Phenomenon Chosen to Help Kick off Holiday Season at 83 rd Annual Macy’s Thanksgiving Parade on November 26 th NEW YORK--( BUSINESS WIRE )--Riveting, record-breaking Cash Money/Universal Republic artist Jay Sean will be ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 06:04:00 GMT";
arnews[5] += "
";
arnews[6]="Afro Choice: K'Naan Revealed - Modern Ghana
";
arnews[6] += "Born in Mogadishu, Somalia, K'naan spent his childhood in Mogadishu and lived there during the Somali Civil War, which began in 1991. His aunt, Magool, was one of Somalia's most famous singers. K'naan's grandfather, Haji Mohamed, was a poet. K'naan ...";
arnews[6] += "
Publ.Date : Wed, 18 Nov 2009 21:56:00 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("