var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Foo Fighters (music group) - Fort Lauderdale Sun-Sentinel
";
arnews[0] += "WASHINGTON (AP) β Facing another wintry wallop, the White House decided to move a concert celebrating civil rights music from Wednesday to Tuesday to beat what could be a second crippling storm in a week. The White House announced that Wednesday's ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 19:13:00 GMT";
arnews[0] += "
";
arnews[1]="Them Crooked Vultures, new supergroup, rocks Roseland Ballroom - Bridgeton News
";
arnews[1] += "Page shared riffs and stories with the Edge and Jack White in the documentary, βIt Might Get Loud.β And Jones has recorded and toured with a new supergroup, Them Crooked Vultures , also featuring Dave Grohl (of Nirvana and Foo Fighters) on drums ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 18:02:00 GMT";
arnews[1] += "
";
arnews[2]="Your Questions Answered - Associated Press
";
arnews[2] += "WASHINGTON (AP) -- Facing another wintry wallop, the White House decided to move a concert celebrating civil rights music from Wednesday to Tuesday to beat what could be a second crippling storm in a week. The White House announced that Wednesday's ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 18:52:00 GMT";
arnews[2] += "
";
arnews[3]="White House hastens concert to beat snow - Houston Chronicle
";
arnews[3] += "Marc Anthony took to the South Lawn for an evening of Latin music, and Foo Fighters played the Fourth of July party there. Mrs. Obama also brought top classical music performers, such as Joshua Bell, to the White House to work with high school ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 19:20:00 GMT";
arnews[3] += "
";
arnews[4]="Guitarist Chris Shiflett plays Seattle β minus Foo Fighters - Seattle Times
";
arnews[4] += "Chris Shiflett, lead guitarist for Foo Fighters, kicks off a short solo tour of the West Coast with an acoustic gig at Seattle's El Corazon on Feb. 5. Also on the bill: Tony Sly of No Use for a Name and Glenn Cannon of Windowpane";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 23:58:00 GMT";
arnews[4] += "
";
arnews[5]="Vultures hang onto a piece of Led - CharlotteObserver.com
";
arnews[5] += "When Them Crooked Vultures plays The Fillmore at the N.C. Music Factory on Wednesday, it will mark a rare Charlotte appearance by a member of the legendary Led Zeppelin. The rock 'n' roll supergroup features Foo Fighters' Dave Grohl, Queens of the ...";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 17:33: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("