var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Quick Hits: Green Day, Foo Fighters, Miley Cyrus, Nickelback ... - FMQB
";
arnews[0] += "Miley Cyrus ' tour bus was involved in a deadly car crash this morning, but the singer/actress was not on board. According to reports, one unidentified person, believed to be the bus driver, was killed when the bus flipped over on I-85, 40 miles ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 19:52:00 GMT";
arnews[0] += "
";
arnews[1]="Grammy(R) Award-Winning Band, Foo Fighters, Give an Electrifying ... - PR Newswire
";
arnews[1] += "SANTA MONICA, Calif., Nov. 20 /PRNewswire/ -- Six-time Grammy(R) Award winning rock band, Foo Fighters, had the crowd on their feet during a taping for \"VH1 Storytellers\" October 28 at Sony Pictures Studios in Culver City, CA. Fans can watch this ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 14:23:00 GMT";
arnews[1] += "
";
arnews[2]="Queen & Foo Fighters drummers to collaborate - PR Inside
";
arnews[2] += "2009-11-18 15:04:03 - Queen drummer Roger Taylor is planning to team up with Foo Fighters star Taylor Hawkins for a 2010 tour. Queen drummer Roger Taylor is planning to team up with Foo Fighters star Taylor Hawkins for a 2010 tour. The veteran rocker ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 13:57:00 GMT";
arnews[2] += "
";
arnews[3]="BBC Music - BBC
";
arnews[3] += "Foo Fighters is an American rock band formed in 1995. Singer and guitarist Dave Grohl formed the group as a one-man project after the dissolution of his previous band, Nirvana, in 1994. Prior to the release of Foo Fighters in 1995, Grohl drafted Nate ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 12:02:00 GMT";
arnews[3] += "
";
arnews[4]="Queen vs Foo Fighters - BBC
";
arnews[4] += "As Queen release their new Best Of album, drummer Roger Taylor reveals plans to play with another drumming hero. Taylor has revealed he may undertake a series of live dates next year with fellow sticksman Taylor Hawkins of Foo Fighters. \"I’ve been ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 11:48:00 GMT";
arnews[4] += "
";
arnews[5]="Queen Drummer Roger Taylor Eyes Foo Fighters Pairing - S spinner
";
arnews[5] += "\"I've been thinking about doing a tour next year -- a very quick tour -- with Taylor Hawkins from the Foo Fighters,\" he told the radio station. \"He's like one of my best blood brothers! So we might do that. That sounds like fun.\" This wouldn't be the ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 11:12:00 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("