var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Radiohead Drummer Phil Selway Announces Tour - Paste Magazine
";
arnews[0] += "Radiohead singer Thom Yorke did it . Guitarist Jonny Greenwood did it , too. And next month, Phil Selway will become the third member of Radiohead to branch out from the band with a solo effort. Selway has recorded a solo album, under the tentative ...";
arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 18:52:00 GMT";
arnews[0] += "
";
arnews[1]="New classical music group samples from Bach to Radiohead - Los Angeles Times Blogs
";
arnews[1] += "You'd be forgiven for mistaking wild Up, a newly formed Los Angeles chamber orchestra, for an indie rock band. For one thing, the ensemble has chosen to hold its first concert in Echo Park -- ground zero for experimental rock in L.A. In addition, the ...";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 01:52:00 GMT";
arnews[1] += "
";
arnews[2]="Radiohead rumor control: Their next album is NOTÂ finished - Entertainment Weekly Online
";
arnews[2] += "We Radiohead fans have a way of getting all hyper-ventilate-y every time the slightest shred of news, gossip, or implication slips out regarding our beloved band. (No offense meant. I can say this of Radiohead fans because I most fervently am one ...";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 23:58:00 GMT";
arnews[2] += "
";
arnews[3]="Radiohead Does Big Things For Haiti At Small Venue - Access Hollywood
";
arnews[3] += "Attendees bid online for tickets, with proceeds going to Oxfam International, a group that works with developing countries. Prices went as high as $4,000 for a pair of tickets. The closing minimum bid was $475. Lead singer Thom Yorke joked with the ...";
arnews[3] += "
Publ.Date : Mon, 01 Feb 2010 23:55:00 GMT";
arnews[3] += "
";
arnews[4]="Radiohead concert for Haiti earthquake - The Gaea Times
";
arnews[4] += "January 23rd, 2010 WASHINGTON - Actress/United Nations Goodwill Ambassador Angelina Jolie has revealed that the needs of the children orphaned by the Haiti earthquake are almost \"almost incalculable\". Jolie, 34, who supports the SOS Children's ...";
arnews[4] += "
Publ.Date : Tue, 26 Jan 2010 03:02:00 GMT";
arnews[4] += "
";
arnews[5]="Radiohead's Concert For Haiti - Dose.ca
";
arnews[5] += "It took them less than a week to spread the news, but Radiohead played a special fundraiser gig for Haiti relief at Los Angeles' Henry Fonda Theatre Jan. 24. The concert featured a 24-song setlist including never-before-played material";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 23:51:00 GMT";
arnews[5] += "
";
arnews[6]="Radiohead 'record new LP in Hollywood' - Digital Spy
";
arnews[6] += "Radiohead have reportedly finished recording tracks for their latest album in Los Angeles. The band, accompanied by longtime producer Nigel Godrich, built a studio in a rented Hollywood Hills property for their three-week stay. They later held a ...";
arnews[6] += "
Publ.Date : Thu, 04 Feb 2010 19:12:00 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("