var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="J Dilla Remembered 3 Years Later
";
arnews[0] += "Three years ago today , Hip-Hop culture lost one of its most innovative and influential producers in Detroit's James Dewitt Yancey, AKA J Dilla.";
arnews[0] += "
Publ.Date : Tue, 10 Feb 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Tonight: Say My Name at the Kansas Union
";
arnews[1] += "University of Kansas' student-run radio station, KJHK 90.7FM presents a free screening of the hip-hop documentary Say My Name tonight at the Kansas Union.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 23:47:44 GMT";
arnews[1] += "
";
arnews[2]="Lil Wayne Jail Term Delayed For Oral Surgery
";
arnews[2] += "Rapper Lil Wayne appeared before a New York judge this afternoon where his sentencing date was officially postponed, so he could receive oral surgery on his teeth.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 23:20:12 GMT";
arnews[2] += "
";
arnews[3]="NBA All-Star Week Shootaround
";
arnews[3] += "One of the more intriguing concerts scheduled around the NBA All-Star Week is a Saturday-night Haitian-relief benefit at the Palladium featuring Erykah Badu and Jamie Foxx.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 20:58:07 GMT";
arnews[3] += "
";
arnews[4]="Bonnaroo 2010 confirmed acts
";
arnews[4] += "All things music from the Tennessean.com entertainment staff. So today's the day, Bonnaroo lovers: the unveiling of the 2010 Bonnaroo music line-up. There've been plenty of rumors , and even an announced detail or two , but over the course of the day we'll find out a big hunk of the for-sure talent cache for this year's installment of the ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 19:04:49 GMT";
arnews[4] += "
";
arnews[5]="Comments: 16
";
arnews[5] += "After extensive hiatuses, today marks the release of Sade, Britain's most successful solo female artist, and Gil Scott-Heron's, a Rap pioneer, first albums in 10 and 16 years, respectively.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 17:08:42 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("