var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Spaceship - Puddle Of Mudd
";
arnews[0] += "One of the first acts signed to Limp Bizkit frontman Fred Durst's label, Flawless Records, was the alt-metal quartet Puddle of Mudd -- consisting of Wesley Scantlin , Paul Phillips , Douglas Ardito , and Greg Upchurch .";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 10:50:32 GMT";
arnews[0] += "
";
arnews[1]=""The Education of Charlie Banks"
";
arnews[1] += "\"The Education of Charlie Banks\" is extremely modest in its reach, which is both a plus and a minus.";
arnews[1] += "
Publ.Date : Fri, 27 Mar 2009 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="Spaceship - Puddle Of Mudd
";
arnews[2] += "One of the first acts signed to Limp Bizkit frontman Fred Durst's label, Flawless Records, was the alt-metal quartet Puddle of Mudd -- consisting of Wesley Scantlin , Paul Phillips , Douglas Ardito , and Greg Upchurch .";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 06:49:15 GMT";
arnews[2] += "
";
arnews[3]="Five Finger Death Punch Guitarist Sits Out Oslo Show; Band Performs As Four-Piece
";
arnews[3] += "Los Angeles metallers FIVE FINGER DEATH PUNCH performed at John Dee in Oslo, Norway earlier tonight as a four-piece after the band's guitarist Zoltan Bathory was taken ill.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 19:37:28 GMT";
arnews[3] += "
";
arnews[4]="A Decade In Music - " Did The Internet Save The Industry, Or Kill It?
";
arnews[4] += "If you can't remember life as a music fan in 1999, you'll have to imagine it. No iTunes.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 14:17:08 GMT";
arnews[4] += "
";
arnews[5]="Spaceship - Puddle Of Mudd
";
arnews[5] += "One of the first acts signed to Limp Bizkit frontman Fred Durst's label, Flawless Records, was the alt-metal quartet Puddle of Mudd -- consisting of Wesley Scantlin , Paul Phillips , Douglas Ardito , and Greg Upchurch .";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 18:38:36 GMT";
arnews[5] += "
";
arnews[6]="It's Been Awhile - Staind
";
arnews[6] += "Staind goes acoustic and performs incredible versions of 'It's Been Awhile,' 'Take This,' 'Devil,' 'Epiphany' and a sick cover of Alice In Chain's 'Nutshell.\"... Staind - Play All Biography It has been said that first impressions last a lifetime.";
arnews[6] += "
Publ.Date : Sun, 15 Nov 2009 14:28:35 GMT";
arnews[6] += "
";
totcount = 7;
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("