var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Rebooting Gil Scott-Heron's Untelevised Revolution
";
arnews[0] += "\"I didn't watch the whole thing - I know what state the union's in,\" says Gil Scott-Heron, sizing up his reflection in his living room's enormous TV - it's half the size of the wall, glossy, and incongruous in the 60-year-old's small, cluttered Harlem apartment.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="The Songs We Can't Escape
";
arnews[1] += "The unlikely, long-running project of cartoonist/illustrator Jamie Hewlett and pop auteur Damon Albarn has a knack for successfully bringing together styles that really shouldn't complement each other.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 00:27:59 GMT";
arnews[1] += "
";
arnews[2]="We Take a Spin With Rap Group Kidz in the Hall
";
arnews[2] += "\"He's the D.J., I'm the rapper ... \" Photo: Virgil Solis \"It's really just me apologizing for being a dickhead,\" explains Naledge, the M.C. half of hip-hop duo Kidz in the Hall.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 22:42:50 GMT";
arnews[2] += "
";
arnews[3]="Gil Scott-Heron, the baddest musical comeback
";
arnews[3] += "If you had to bet on which aging musical icon was going to stage a major comeback, the smart money would not be on Gil Scott-Heron. His status as a pioneer is undisputed in the world of hip-hop, where his politically charged anthems remain heavily sampled.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 01:20:00 GMT";
arnews[3] += "
";
arnews[4]="RJD2: A 'Colossal' Return To Form
";
arnews[4] += "Instrumental hip-hop artist and producer Ramble John Khron, better known as RJD2, emerged as an exciting new voice in hip-hop after the release of his 2002 debut album, Deadringer .";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 18:38:00 GMT";
arnews[4] += "
";
arnews[5]="Hip-Hop for Educational Change: We Are the Ones We've Been Waiting For
";
arnews[5] += "He returns next week.] The current public school system in America is in a state of emergency.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 18:43:46 GMT";
arnews[5] += "
";
arnews[6]="Alison Goldfrapp, Leighton Meester, Gorillaz
";
arnews[6] += "Blasting off into a week of new dance releases, Goldfrapp is back with brand-new track \"Rocket.\" The British electronic band takes its synth cues from Van Halen's '80s classic \"Jump\" for this fun pop-dance odyssey where Alison vows to put a cheating lover on a rocket and blast him into deep space, never to return.";
arnews[6] += "
Publ.Date : Mon, 08 Feb 2010 08:48:05 GMT";
arnews[6] += "
";
arnews[7]="Thieves & Vultures: Nas, Gil Scott-Heron & Music Videos
";
arnews[7] += "January wasn't a regular month. While people were chattering about how 2010 is going to be a better year, one musical heavyweight of the 1970s and 1980s decided to drop a new video.";
arnews[7] += "
Publ.Date : Mon, 08 Feb 2010 05:28:00 GMT";
arnews[7] += "
";
arnews[8]="Best January singles
";
arnews[8] += "The new decade got off to an excellent start on Billboard's Hot 100, with Ke$ha's \"Tik Tok\" lodged at No.";
arnews[8] += "
Publ.Date : Mon, 08 Feb 2010 00:45:40 GMT";
arnews[8] += "
";
totcount = 9;
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("