var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Party guy takes Manhattan
";
arnews[0] += "Jeffrey Jah has always known where the party's at. The self-described nightlife guru left Toronto at age 16 to make his name in Manhattan.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 11:28:09 GMT";
arnews[0] += "
";
arnews[1]="Judge Makes BlueBeat Beatles Ban Really Official
";
arnews[1] += "A California district judge this week issued EMI a preliminary injunction against Web site BlueBeat, which posted and sold EMI content on its site, including the Beatles re-mastered collection.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 04:31:10 GMT";
arnews[1] += "
";
arnews[2]="Between the Buried and Me
";
arnews[2] += "Between the Buried and Me is not a band that you can pin down on one spot musically, especially after sitting through an entire album of theirs.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 05:00:00 GMT";
arnews[2] += "
";
arnews[3]="Blog: 1st night at M For Montreal
";
arnews[3] += "Every city has its own music scene. But few of them generate as much heat, hype and buzz as Montreal's music scene.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 16:12:00 GMT";
arnews[3] += "
";
arnews[4]="Them Crooked Vultures: Them Crooked Vultures [Reviews]
";
arnews[4] += "Released: Nov 17, 2009 Genre: Rock, Alternative Rock Label: Sony BMG, DGC/Interscope, Columbia Number Of Tracks: 13 While a heavy QOTSA influence exists on Them Crooked Vultures' debut record, there's a new chemistry that is undeniable in the Homme-Grohl-Jones combo.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 08:49:28 GMT";
arnews[4] += "
";
arnews[5]="Songwriter Lloyd comes home to his roots with eclectic band
";
arnews[5] += "The Travis Lloyd Band will play Saturday night at Roots & Tendrils in Belfast. Band dynamics are often as interesting as the music the band actually makes.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 08:26:52 GMT";
arnews[5] += "
";
arnews[6]="Continue reading "A Camp (w/ guest James Iha) @ Le Poisson Rouge, NYC -pics "
";
arnews[6] += "At some point Nina said that we were having a camp in the woods. And at the same time we were shopping in a supermarket and saw this maple syrup with the name \"Camp\" on it and on the logo there is a small wooden house on it.";
arnews[6] += "
Publ.Date : Thu, 19 Nov 2009 23:09:58 GMT";
arnews[6] += "
";
arnews[7]="WEDNESDAY 18TH NO...
";
arnews[7] += "On Wednesday night's show Dave, and in studio guest Eoin Sweeney, discussed the merits or otherwise of Charity Singles, delving into the archives and re-visiting some interesting collaborations.....Also on the show was Chris Squire, bass guitarist and backing vocalist with ultra prog.";
arnews[7] += "
Publ.Date : Wed, 18 Nov 2009 08:00: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("