var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Beanie Sigel Is Red Carpet Relevant Again
";
arnews[0] += "The last time Beanie Sigel was sent an invite to an industry event exposing a fake profile on Blackplanet was like the hardest shit ever.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 19:01:46 GMT";
arnews[0] += "
";
arnews[1]="Black Banjo Power
";
arnews[1] += "Banjos are not necessarily the first instrument that comes to mind when we think about black music, but the African origins of this guitar and drum hybrid are widely acknowledged.";
arnews[1] += "
Publ.Date : Thu, 05 Nov 2009 10:56:34 GMT";
arnews[1] += "
";
arnews[2]="Texas Traveler: Haunted Austin
";
arnews[2] += "The state capitol holds many secrets gleaned throughout its long history as a center for settlement, trade and politics.";
arnews[2] += "
Publ.Date : Mon, 12 Oct 2009 13:59:07 GMT";
arnews[2] += "
";
arnews[3]="Carolina Chocolate Drops preserve African-American string band traditions
";
arnews[3] += "The Carolina Chocolate Drops have captured the imagination of the country with their fiery and soulful renditions of old timey African American string band traditions.";
arnews[3] += "
Publ.Date : Fri, 09 Oct 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Carolina Chocolate Drops play The Grey Eagle
";
arnews[4] += "The Carolina Chocolate Drops have captured the imagination of the country with their fiery and soulful renditions of old timey African American string band traditions.";
arnews[4] += "
Publ.Date : Fri, 09 Oct 2009 04:29:18 GMT";
arnews[4] += "
";
arnews[5]="Carolina Chocolate Drops it like it's hot
";
arnews[5] += "The Carolina Chocolate Drops play music from the Carolina Piedmont region. The band was featured in the movie The Great Debaters.";
arnews[5] += "
Publ.Date : Thu, 01 Oct 2009 03:00: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("