var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Regina Spektor, far
";
arnews[0] += "The lowercase 'f' in far is telling. The title to Regina Spektor 's ambitious, long-awaited fifth album reads as a knowing wink to the Russian-born, Jewish-American singer-songwriter's rapturous worship of the ephemera that clutters all our lives.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 14:39:25 GMT";
arnews[0] += "
";
arnews[1]="Joshua Bell - At Home With Friends
";
arnews[1] += "Alphabetical Listing Home : CD reviews : Classical : Joshua Bell - Joshua Bell got his first violin at the age of four after his parents found his plucking at rubber bands he stretched over the handles of his dresser.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 12:46:28 GMT";
arnews[1] += "
";
arnews[2]="Last Night: A Fine Frenzy at the House of Blues
";
arnews[2] += "Last Night: A Fine Frenzy, Landon Pigg, Among the Oak & Ash at the House of Blues Anaheim; Nov.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 21:57:31 GMT";
arnews[2] += "
";
arnews[3]="Brooke Waggoner at The Belcourt
";
arnews[3] += "When Brooke Waggoner sold out The Belcourt last summer, nobody saw it coming. Even with roughly 400 seats in the theater, even with a Nashville-sized guest list, Waggoner was still a local artist releasing her first album.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 21:57:02 GMT";
arnews[3] += "
";
arnews[4]="Commonwealth of Notions on WRIR 97.3FM: November 19th, 2009, Segment 1
";
arnews[4] += "Matt and Kim/5K/Self-Titled/2007 Cubscout and the Rhinoceros/Koopa/Greetings from Holly Street Park/2008 Air/So Light is Her Football/Love 2/2009 Tickley Feather/Trashy Boys/Hor D'Oevures/2009 Hot Lava/Blue Dragon/Lavalogy/2008 Wilco/Misunderstood/Being There /1996 The Weakerthans/Watermark/Left and Leaving/2000 Ferdinand Thomas/Wooden Eyes/War ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 08:24:57 GMT";
arnews[4] += "
";
arnews[5]="Brooke Waggoner w/El Obo
";
arnews[5] += "When Brooke Waggoner sold out The Belcourt last summer, nobody saw it coming. Even with roughly 400 seats in the theater, even with a Nashville-sized guest list, Waggoner was still a local artist releasing her first album.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 04:03:04 GMT";
arnews[5] += "
";
arnews[6]="Headlights, Anni Rossi and Pomegranates [At Emo's Wed]
";
arnews[6] += "Headlights is not a band out to blow your mind; they probably just want you to make out to their music.";
arnews[6] += "
Publ.Date : Wed, 18 Nov 2009 19:26:56 GMT";
arnews[6] += "
";
totcount = 7;
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("