var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Shows for Ani DiFranco - JamBase
";
arnews[0] += "\"I've got myself a new mantra,\" Ani DiFranco shares on her new studio album. \"It says ‘Don't forget to have a good time.'\" This attitude has clearly influenced the dozen tunes on Red Letter Year, which celebrate existence, profess love and tackle ...";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 12:26:00 GMT";
arnews[0] += "
";
arnews[1]="Ani DiFranco plays Babeville tonight - Buffalo News
";
arnews[1] += "So much has been made of Ani DiFranco’s maverick spirit as a businesswoman, her devotion to civic investment, and her umwavering commitment to non-musical issues, that it seems her strictly musical endeavors have been slightly overshadowed in the ...";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 13:09:00 GMT";
arnews[1] += "
";
arnews[2]="Businessmen, Then and Now - Progressive.org
";
arnews[2] += "They strutted up and down the avenue in those bygone days. They were freeborn, 100 percent American big businessmen who took back-talk from nobody. Now they take a handout wherever they can get it. Billions will be ladled into the mouths of the big ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 01:47:00 GMT";
arnews[2] += "
";
arnews[3]="Bill Meredith - Palm Beach Interactive
";
arnews[3] += "King, Don Henley, Bonnie Raitt, Queen Latifah, Johnny Winter, Warren Hill, Firefall, the Outlaws, and Ani DiFranco.";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 13:15:00 GMT";
arnews[3] += "
";
arnews[4]="Preservation Hall w/Tom Waits, Jim James, Buddy Miller & More - Paste Magazine
";
arnews[4] += "High Gravity is Paste editor-in-chief Josh Jackson's daily round-up of music, film and culture - and even great (high gravity) beer. I have to admit that I’ve been merely curious about New Orleans’ Preservation Hall collaboration album. I love ...";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 21:13:00 GMT";
arnews[4] += "
";
arnews[5]="Morning Show Monday - WMNF
";
arnews[5] += "Glen Hatchell brings you an eclectic mix centering around contemporary singer-songwriters and folk and acoustic music - spiced with blues, rock and world music. News updates every half hour between 6-9 a.m. from National Public Radio and the WMNF ...";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 23:57: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("