var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Regina Spektor - Filter
";
arnews[0] += "That’s a novel move and a humorless detriment on Spektor ’s part. Sure, the soundtrack-ready “Imagine”-esque ballad “Laughing With” will get mass play from Grey’s Anatomy , but its lyrical revelations about god are somewhat trite ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 13:54:00 GMT";
arnews[0] += "
";
arnews[1]="Lions Q&A: Linebacker Zack Follett likes to work with playwood and ... - MLive.com
";
arnews[1] += "Olivia Broadfield, Lil Wayne, Regina Spektor, Imogen Heap. That's the sort of stuff I like the most. Q: What's parked in your garage? A: I'm driving an '02 Toyota Camry. It's used. I got it handed down from punter Nick Harris. It's his third car.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 06:21:00 GMT";
arnews[1] += "
";
arnews[2]="Joshua Bell - At Home With Friends - The Celebrity Cafe.com
";
arnews[2] += "- 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. Bell gained national attention at 14 with his debut with Riccardo Muti and the Philadelphia ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 23:59:00 GMT";
arnews[2] += "
";
arnews[3]="Marina and the Diamonds: The Music Mix recommends - Entertainment Weekly Online
";
arnews[3] += "Still waiting for the guaranteed-bananas “Seventeen” video to drop, but to me she’s like Rocky Horror and Regina Spektor had a baby, and then hired Fiona Apple to give it afternoon piano lessons, plus absinthe juice box. Et voila!";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 19:13:00 GMT";
arnews[3] += "
";
arnews[4]="Cello and Bass Player Needed! - Local
";
arnews[4] += "Hey all. the four of us... piano, violin, guitar, guitar/banjo... looking for a cellist that can also double on the bass... we've started rehearsing and writing our own songs about 2 months ago... very Nick Cave-esque, (also... Tom Waits, Regina ...";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 23:53:00 GMT";
arnews[4] += "
";
arnews[5]="Brooke Waggoner w/El Obo - Nashville Scene
";
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. There are a few local bands ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 20:09: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("