var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Just Breathe - Pearl Jam
";
arnews[0] += "Pearl Jam rose from the ashes of Mother Love Bone to become the most popular American rock & roll band of the '90s. After vocalist Andrew Wood overdosed on heroin in 1990, guitarist Stone Gossard and bassist Jeff Ament assembled a new band, bringing in Mike McCready on lead guitar and recording a demo with Soundgarden's Matt Cameron on drums.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 04:02:18 GMT";
arnews[0] += "
";
arnews[1]="Just Breathe - Pearl Jam
";
arnews[1] += "Pearl Jam rose from the ashes of Mother Love Bone to become the most popular American rock & roll band of the '90s. After vocalist Andrew Wood overdosed on heroin in 1990, guitarist Stone Gossard and bassist Jeff Ament assembled a new band, bringing in Mike McCready on lead guitar and recording a demo with Soundgarden's Matt Cameron on drums.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 13:54:32 GMT";
arnews[1] += "
";
arnews[2]="Coen Brothers do it again in 'Serious Man'
";
arnews[2] += "Here's what's new on DVD and Blu-ray today. 'A Serious Man' Leave it to the Coen brothers to slip in seemingly unannounced.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 07:37:08 GMT";
arnews[2] += "
";
arnews[3]="Hard Rock Seattle gets interactive audio tour, rocking patio
";
arnews[3] += "If you're looking to geek out at the Hard Rock Cafe, the Las Vegas outpost is still your best bet.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 06:23:36 GMT";
arnews[3] += "
";
arnews[4]="Local H Live at The Metro / Smart Bar on 1999-12-17
";
arnews[4] += "Audio Archive > Live Music Archive > Local H > Local H Live at The Metro / Smart Bar on 1999-12-17 Local H Local H Live at The Metro / Smart Bar on 1999-12-17 Description 01.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 05:32:23 GMT";
arnews[4] += "
";
arnews[5]="Hard Rock Cafe Seattle Boasts a Rock Club, Rooftop Deck, and Plenty of Gear From Grunge's Glory Days
";
arnews[5] += "Seattle's Hard Rock Cafe--at 116 Pike Street--opens to the public on Wednesday. Live music starts in March.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 02:54:10 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("