var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Phillyist Playlist: Evan Dando at M Room - Phillyist.com
";
arnews[0] += "Ok, I admit it: I have a bit of a man-crush on Evan Dando . I mean, look at him. The man is a flannel-donning dreamboat. He sweats a magical cocktail of angst and sex. Swoon. The Lemonheads rocked the Philly crowd that night last June, and Dando will ...";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 16:56:00 GMT";
arnews[0] += "
";
arnews[1]="It’s A Shame About Ray - Radar Online.com
";
arnews[1] += "Jumping up on stage at New York’s Joe’s Pub on a chilly Saturday night in a puffy North Face down jacket and dark blue Levi’s, Head Lemon Evan Dando was only armed with his guitar — no backing band or tricks up his sleeve. Without a greeting ...";
arnews[1] += "
Publ.Date : Tue, 02 Feb 2010 18:39:00 GMT";
arnews[1] += "
";
arnews[2]="Lemonheads frontman serves up solo acoustic set in Philly - Delaware Online
";
arnews[2] += "Lemonheads fans already know the potential for beauty and concert nirvana that could come from an Evan Dando acoustic show. If you go back to the band's watershed 1992 album \"It's A Shame About Ray,\" you'll find a gorgeous cover of the tune \"Frank ...";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 08:48:00 GMT";
arnews[2] += "
";
arnews[3]="SXSW announces 55 more bands for 2010 - Austin 360
";
arnews[3] += "The South by Southwest Music Festival announced another round of showcasing artists for 2010 via press release this morning, including a healthy collection of mid-level names that might be more familiar to music fans than those released in previous ...";
arnews[3] += "
Publ.Date : Tue, 02 Feb 2010 18:10:00 GMT";
arnews[3] += "
";
arnews[4]="Weekend Music Roundup - Washington City Paper
";
arnews[4] += "Scott Miller, Billy Coulter. IOTA Club & Cafe . $15. The Bang, Danger Man, The Sessions, Joel Sephy Trio. The Red & The Black . $8. 21+. Hotspur, No Second Troy, Margot MacDonald Band, Boys Will Be Boys. 9:30 Club . $15. Solar Powered Sun Destroyer ...";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 15:36:00 GMT";
arnews[4] += "
";
arnews[5]="CL previews upcoming concerts (Feb. 3-9) - creative loafing
";
arnews[5] += "Tab Benoit I have a thing for the blues, and some theories, too. I think the blues, being a color, doesn't see any others. I believe it's not so much what's being said as much as it is the depth of emotion in which it's delivered. I believe it's ...";
arnews[5] += "
Publ.Date : Tue, 02 Feb 2010 14:07: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("