var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Damian Marley: Relativity
";
arnews[0] += "In 2005, Damian \"Jr. Gong\" Marley took Hip Hop on an all expenses paid trip to Jamrock.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 04:52:22 GMT";
arnews[0] += "
";
arnews[1]="One love: Marley brothers Julian, Stephen and Damian perform together in Miami this Sunday
";
arnews[1] += "Stephen Marley joins brothers Julian and Damian in Miami on Sunday. 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.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Stephen and Julian Marley
";
arnews[2] += "From the promoter: Singer, songwriter, musician, producer. Born on April 20, 1972, in Wilmington, Delaware.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 10:40:34 GMT";
arnews[2] += "
";
arnews[3]="Julian Marley and the Uprising
";
arnews[3] += "There are some last names in pop culture that resonate beyond just celebrity status.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 06:20:35 GMT";
arnews[3] += "
";
arnews[4]="Music Shorts
";
arnews[4] += "Swinging for the Low Road If Eddie Vedder, Tom Waits, Mark Lanegan, the resurrected pinkie finger of Django Reinhardt and a fifth of Old Grandad whiskey walked into the machine that turned Jeff Goldblum into the fly, what stumbled out might look - or, rather, sound - a lot like Mark Growden .";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 13:09:30 GMT";
arnews[4] += "
";
arnews[5]="...more
";
arnews[5] += "American rapper Nas and Reggae's Damian 'Jr Gong' Marley thrilled audiences in Montego Bay this past summer as their performed together giving a snippet of what is to come on their upcoming project, Distant Relatives.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 12:46:28 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("