var arnews = new Array(7);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Alison Sudol is One Fine Frenzy - Newsblaze.com
";
arnews[0] += "It is on a rare occasion that there emerges in the world of music, a brilliant voice and talent that takes the music world by storm. A sweet, pretty girl with a voice like an angel, and songs just as lovely, named Alison Sudol, otherwise known as A ...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 15:36:00 GMT";
arnews[0] += "
";
arnews[1]="An Exclusive Interview with A Fine Frenzy's Alison Sudol By Bruce ... - Newsblaze.com
";
arnews[1] += "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 ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 17:23:00 GMT";
arnews[1] += "
";
arnews[2]="Photos: The Jesus Lizard at Paradise Rock Club - Boston Phoenix
";
arnews[2] += "The line between art and entertainment gets thicker and darker every time someone opens a Facebook account. Most of us music types are entertainers, because entertainers just want attention. Interview: Elly Jackson of La Roux La Roux is a duo, and a ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 08:56:00 GMT";
arnews[2] += "
";
totcount = 3;
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("