var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Last Night: A Fine Frenzy at the House of Blues
";
arnews[0] += "Last Night: A Fine Frenzy, Landon Pigg, Among the Oak & Ash at the House of Blues Anaheim; Nov.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 21:57:31 GMT";
arnews[0] += "
";
arnews[1]="An Exclusive Interview with A Fine Frenzy's Alison Sudol By Bruce Edwin
";
arnews[1] += "Bruce Edwin: And I read that you opened for the Stooges! Alison Sudol: Yeah... Bruce Edwin: That amazed me, because I got in to the punk scene at an early age, and what was that like for you? Are you an Iggy fan or what? Alison Sudol: Well, I think I didn't know enough at that time about Iggy, and I was researching like crazy, before we did the ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 19:50:10 GMT";
arnews[1] += "
";
arnews[2]="Hollywood Sentinel Now Reaches Over Half a Million Viewers Per Month
";
arnews[2] += "Hello, welcome to the new issue! We are very pleased this month to have partnered with the outstanding site of www.NewsBlaze.com . Thanks to News Blaze, and its awesome publisher, Alan Gray, the Hollywood Sentinel now reaches over half a million viewers per month and growing.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 07:13:41 GMT";
arnews[2] += "
";
arnews[3]="A Fine Frenzy
";
arnews[3] += "What do the works of C.S. Lewis, E.B. White, and Lewis Carroll all have in common? Well, besides the fact that they all seem to inclue small animals , they also are all influences on Alison Sudol's music.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 21:16:00 GMT";
arnews[3] += "
";
arnews[4]="11/17: Charlie Haden Family & Friends
";
arnews[4] += "CHARLIE HADEN FAMILY & FRIENDS: Few musical dynasties continue to be as robust and storied as the singing, playing, creating Hadens.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Alison Sudol: A siren's song
";
arnews[5] += "On the recently released Bomb in a Birdcage , Alison Sudol demonstrates how music can echo life changes.";
arnews[5] += "
Publ.Date : Wed, 11 Nov 2009 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="A Fine Frenzy
";
arnews[6] += "Alison Sudol, also known as A Fine Frenzy, has been featured on numerous TV shows including \"The Late Show with David Letterman\" and CBS's \"Saturday Early Show.\" Her debut album \"One Cell In The Sea\" reached 91 on the Billboard 200 chart.";
arnews[6] += "
Publ.Date : Tue, 10 Nov 2009 20:22:00 GMT";
arnews[6] += "
";
arnews[7]="96 Hours:
";
arnews[7] += "Named after the pagoda in the middle of Hanoi's Sword Lake, Turtle Tower celebrates the best of... Sidebar, Oakland Allen Matthews The latest entry from the former Zax owners, this cozy spot across from Lake Merritt entered Oakland's burgeoning dining scene early this year.";
arnews[7] += "
Publ.Date : Thu, 12 Nov 2009 08:00:00 GMT";
arnews[7] += "
";
arnews[8]="The Bookworm Turns
";
arnews[8] += "Making fun of home-schooled kids used to be funny. They're incredibly awkward around people their own ages, they've never done drugs, and they don't even get references to trashy reality-TV shows.";
arnews[8] += "
Publ.Date : Thu, 12 Nov 2009 06:37:38 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("