var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ani DiFranco - POLLSTAR
";
arnews[0] += "Ani DiFranco is one of my favorite artists. The fact that she’s as prolific as an apple slicer at a pie factory doesn’t hurt my need for new music from her. I’ve posted many times before the “stats” behind her release schedule (it is both ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 01:06:00 GMT";
arnews[0] += "
";
arnews[1]="Ani DiFranco pushes 'Red Letter Year' into 2010 - LiveDaily
";
arnews[1] += "Ani DiFranco [ tickets ] has extended her in-progress North American run into the winter months as she continues supporting last year's \"Red Letter Year.\" The songstress, along with backing band Todd Sickafoose on upright bass and Allison Miller on ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 14:30:00 GMT";
arnews[1] += "
";
arnews[2]="About World Café - Vermont Public Radio
";
arnews[2] += "Guests have included Joni Mitchell, David Bowie, Dave Matthews, Elvis Costello, Robert Plant, Dolly Parton, The Shins, Lucinda Williams, Paul McCartney, Ani Difranco, Damien Rice, Ladysmith Black Mambazo, R.E.M., Rachael Yamagata, David Byrne, Yo Yo ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 12:56:00 GMT";
arnews[2] += "
";
arnews[3]="Erin McKeown and Jill Sobule at Walnut Room - A.V. Club
";
arnews[3] += "Erin McKeown and Jill Sobule have a lot in common: They're both witty, sprightly indie-folk singer-songwriters, and both underheard despite releasing a half-dozen albums each, thanks to difficulties with record labels. Both also took the unusual ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 06:43:00 GMT";
arnews[3] += "
";
arnews[4]="Billboard Changes Up Charts to Reflect Catalog Titles, Folk Music - Paste Magazine
";
arnews[4] += "Recent changes to Billboard charts will soon give both Michael Jackson and Ani DiFranco some overdue recognition. As announced recently, the Billboard 200 charts will soon include top-selling albums regardless of release date, therefore including ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 20:15:00 GMT";
arnews[4] += "
";
arnews[5]="Band to see this week: Boys Like Girls - Courier-Post
";
arnews[5] += "Boys Like Girls fit into a new, sleek prototype of the ever-adapting definition of punk rock. There's snide toss-offs, potshots at inadequate exes and the occasional bucking of the system, but for the most part, Boys Like Girls sound downright sugary ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 08:11:00 GMT";
arnews[5] += "
";
arnews[6]="DiFranco retains her edge with a deep range of songs - Times Union
";
arnews[6] += "ALBANY -- Singer, songwriter and entrepreneur Ani DiFranco came to Albany Tuesday night to play to a sold-out house of fans eager for her trademark challenging, confessional fare. It wasn't that long ago DiFranco was delivering boxes of CDs to record ...";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 10:05:00 GMT";
arnews[6] += "
";
arnews[7]="Gandalf Murphy & Slambovan Circus back at Opera House - Times News
";
arnews[7] += "JTAMS Productions presents Gandalf Murphy and The Slambovian Circus of Dreams live at the Mauch Chunk Opera House at 14 W. Broadway in Jim Thorpe, on Saturday, Nov. 21, at 8:30 p.m. Emerging from the misty hills of Sleepy Hollow, New York in the late ...";
arnews[7] += "
Publ.Date : Thu, 19 Nov 2009 22:16:00 GMT";
arnews[7] += "
";
arnews[8]="Dinner and a show: Local theaters, restaurants team up - Herald News
";
arnews[8] += "Pork alantejana, brick oven pizza and piano-driven pop music are on the ... Ani DiFranco were paired with slightly quirky fare (homemade potato chips and jalapeno burgers) at the Rose Alley Ale House. Megan Albert, interim director of marketing at ...";
arnews[8] += "
Publ.Date : Fri, 20 Nov 2009 07:28:00 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("