var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " - "Led+Zeppelin" - Google News"; document.title=document.title+ " "; arnews[0]="IMHO: Greatest hits CDs are often less than great - Vancouver Sun
"; arnews[0] += "

IMHO: Greatest hits CDs are often less than great
Vancouver Sun
... that have played the greatest-hits card only a couple of times and thus maintained fans' respect, including Pink Floyd, Led Zeppelin and the Clash. ...

"; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 00:05:11 GMT+00:00"; arnews[0] += "
"; arnews[1]="Back to ye olde days of folk-rock - Financial Times
"; arnews[1] += "

Back to ye olde days of folk-rock
Financial Times
It is steeped in Fairport Convention's ethereal harmonies and Led Zeppelin's hammer-of-the-gods riffology - the sort of thing Spinal Tap parodied out of ...

and more »
"; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 00:03:09 GMT+00:00"; arnews[1] += "
"; arnews[2]="Murray: 'I can beat Federer twice in a week' - Independent
"; arnews[2] += "

Murray: 'I can beat Federer twice in a week'
Independent
... of the Barclays ATP World Tour Finals, ticket sales for next week's event at the O2 Arena make it "the equivalent of 15 sold-out Led Zeppelin concerts". ...

and more »
"; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 00:02:05 GMT+00:00"; arnews[2] += "
"; arnews[3]="Foo Zeppelin Of The Nirvana Age Is Hard To Say :: Them Crooked Vultures @ The ... - LA.com
"; arnews[3] += "

Foo Zeppelin Of The Nirvana Age Is Hard To Say :: Them Crooked Vultures @ The ...
LA.com
It's a reinterpretation and continuance of the spirit of Led Zeppelin. Basically, this shit rocks... hard... and loud!

and more »
"; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 23:39:20 GMT+00:00"; arnews[3] += "
"; arnews[4]="What's goin' on in Metro Detroit - The Detroit News
"; arnews[4] += "

What's goin' on in Metro Detroit
The Detroit News
Led Zeppelin cover band Zoso is widely considered to be one of the best tribute acts around. In fact, the Los Angeles Times called the group "head and ...

"; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 23:08:27 GMT+00:00"; arnews[4] += "
"; arnews[5]="This Weekend in Vancouver: Wolfmother, Thunderheist and more - Martiniboys.com
"; arnews[5] += "

Martiniboys.com

This Weekend in Vancouver: Wolfmother, Thunderheist and more
Martiniboys.com
The Australian prog-rockers update the sounds of Led Zeppelin and Black Sabbath, Wolfmother have gone through a few been changes, the band is now a quartet, ...

"; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 21:45:59 GMT+00:00"; 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("
");document.write("
");