var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="upcoming hip hop includes Talib Kweli in Idle Warship & his label's...
";
arnews[0] += "DOWNLOAD: Idle Warship - Party Robot Talib Kweli and his Blacksmith Music imprint are scheduled to celebrate the holidays the right way, with two turntables and a microphone! \"The Night Before The Night Before Christmas\" at Highline Ballroom on 12/23 will feature Jean Grae , Strong Arm Steady , and Soul Brother #1 Pete Rock .";
arnews[0] += "
Publ.Date : Fri, 13 Nov 2009 05:11:03 GMT";
arnews[0] += "
";
arnews[1]="Tomorrow: DJ Trackstar's Farewell Show at the Gramophone
";
arnews[1] += "Tomorrow night at the Gramophone , come on out and bid a fond farewell to mover and shaker DJ Trackstar , who is heading west with his fiancee.";
arnews[1] += "
Publ.Date : Tue, 10 Nov 2009 16:47:00 GMT";
arnews[1] += "
";
arnews[2]="November 2, 2009
";
arnews[2] += "This is the week of November 2nd, 2009 Let's do church with Kirk Franklin - he's black Baptist so we're going to be there a minute.";
arnews[2] += "
Publ.Date : Mon, 02 Nov 2009 10:59:50 GMT";
arnews[2] += "
";
arnews[3]="Various Artists / a oeAsantea s Mix #5 (Demons)a
";
arnews[3] += "VARIOUS ARTISTS / \"Asante's Mix #5 \" Source: Breath of Life - 02 Asante Mixtape 5.mp3 Sometime in 2005, not long before Hurricane Katrina came along and backhand-slapped our city to near-oblivion, my sister Asante asked me to make a mix CD for her.";
arnews[3] += "
Publ.Date : Mon, 02 Nov 2009 10:58:45 GMT";
arnews[3] += "
";
arnews[4]="FESTIVAL/CRUISE: 2009 St. Louis International Film Festival to Screen ...
";
arnews[4] += "SOURCE: St. Louis Jazz Notes by Dean Minderman The 18th annual St. Louis International Film Festival , which begins Thursday, November 12 and continues through Sunday, November 22, once again will feature the St.";
arnews[4] += "
Publ.Date : Mon, 02 Nov 2009 08:00:09 GMT";
arnews[4] += "
";
arnews[5]="2009 St. Louis International Film Festival to screen Chops and Icons...
";
arnews[5] += "Louis International Film Festival to screen Chops and Icons Among Us , plus more music-related movies The 18th annual St.";
arnews[5] += "
Publ.Date : Mon, 02 Nov 2009 04:18:41 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("