var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Watson Twins Appreciate Jenny Lewis, Spontaneous Dance-Offs - S spinner
";
arnews[0] += "\"Our album with Jenny was kind of where it all started coming together for us,\" Leigh Watson tells Spinner. \"It happened strangely enough just because we lived in the same neighborhood and would end up on the same bills in Silverlake sometimes when ...";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 19:57:00 GMT";
arnews[0] += "
";
arnews[1]="New Jenny Lewis and Rilo Kiley Albums in the Works, Says Jason Boesel - Paste Magazine
";
arnews[1] += "Current Paste Artist of the Day Jason Boesel—who’s recently moved from behind the drums to the front of the stage—is probably best known as Rilo Kiler’s longtime drummer. In a recent interview, Boesel gave us a little inside information about ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 19:25:00 GMT";
arnews[1] += "
";
arnews[2]="Cold Winter Weather Brings in More People to Homeless Shelters - WKYT 27
";
arnews[2] += "In addition to the snow, we are in store for another extended period of bitter cold temperatures, with wind chills in the single digits! It seems like it's getting colder by the minute out here, and workers at a homeless shelter in hazard are trying ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 04:24:00 GMT";
arnews[2] += "
";
arnews[3]="Album Drop: This Week’s New Releases, From Yeasayer To The Watson ... - The Frisky
";
arnews[3] += "It’s new release Tuesday and you know what that means, hot stuff. It’s time to take the latest, raddest tuneage for a spin! This week has got some outta-this-world electro clank that’ll have you wanting to go bionic, thanks to Yeasayer ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 22:05:00 GMT";
arnews[3] += "
";
arnews[4]="Crazy Heart and a country playlist - Salon
";
arnews[4] += "A few days ago I saw the movie Crazy Heart , about a down-and-out country singer who, despite being an alcoholic and having a penchant for leaving his belt buckles constantly undone, possesses a grizzled warmth that attracts both Maggie Gyllenhaal ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 21:22:00 GMT";
arnews[4] += "
";
arnews[5]="Album Review: Watson Twins - Daily Iowan
";
arnews[5] += "Since hitting the indie-music scene in a big way in 2006 with a partnership with Rilo Kiley’s Jenny Lewis on Rabbit Fur Coat, the Watson Twins has been all over the map musically — both in terms of style and collaborations. There’s the ...";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 13:30:00 GMT";
arnews[5] += "
";
arnews[6]="Sade marches back with 'Soldier of Love' to lead Feb. 9 top album ... - KYTV
";
arnews[6] += "There may be plenty of releases coming out Feb. 9, but there’s only one that people are talking about: British-Nigerian singer Sade, who releases her first album of new material in roughly 10 years with “Soldier of Love.” Galactic , “Ya-Ka ...";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 13:58:00 GMT";
arnews[6] += "
";
arnews[7]="Talking to You, Talking to Me - Pitchfork
";
arnews[7] += "... harmonies, so tight and effortless they seemingly could only be the product of twins, have taken them far-- most notably landing them a job adding 1970s country window dressing to Jenny Lewis' Rabbit Fur Coat . Those voices also got them a ...";
arnews[7] += "
Publ.Date : Mon, 08 Feb 2010 06:29:00 GMT";
arnews[7] += "
";
totcount = 8;
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("