var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="DARTFORD: Led Zeppelin tribute band Letz Zep to play Mick Jagger ... - News Shopper
"; arnews[0] += "LED Zeppelin tribute band Letz Zep will be storming into Dartford's Mick Jagger Centre on February 20. The group won't disappoint fans of the classic rock group, playing hits such as Whole Lotta Love, Dazed and Confused, Black Dog, No Quarter and ..."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 16:29:00 GMT"; arnews[0] += "
"; arnews[1]="Audio Design Recording (ADR) F760X-RS\T Compex - Sonic State
"; arnews[1] += "The most famous recording you can hear the compex is: When the levee breaks\" by Led Zeppelin(notice the drum room exploding). This piece is great as parralelcompressor. The colouration of the sound is very pleasant, because of its harmonic distotion ..."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 01:54:00 GMT"; arnews[1] += "
"; arnews[2]="TYLER: 'LED ZEP DIDN'T NEED A SINGER LIKE ME' - PR Inside
"; arnews[2] += "STEVEN TYLER has confirmed he tried out as ROBERT PLANT's replacement in = LED ZEPPELIN - and he'll never forget the experience. Aerosmith bandmate Joe Perry recently revealed Tyler secretly auditione= d for the supergroup - but rehearsals were ..."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 01:47:00 GMT"; arnews[2] += "
"; arnews[3]="Them Crooked Vultures to Rock SNL Stage - Deadbolt
"; arnews[3] += "Fans of Them Crooked Vultures and Saturday Night Live are in for a great night on February 6 as Foo Fighters' Dave Grohl, Queens of the Stone Age front man, Joshua Homme, and Led Zeppelin legend, John Paul Jones take to the SNL stage as Them Crooked ..."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 01:40:00 GMT"; arnews[3] += "
"; arnews[4]="Steven Tyler Had an 'Awkward' Audition With Led Zeppelin - AceShowbiz
"; arnews[4] += "The former vocalist of Aerosmith was quite unprepared when trying out for Led Zeppelin because he believed they would be playing something new. © Judy Eddy/WENN Steven Tyler has tried out for Led Zeppelin to replace their frontman Robert Plant who ..."; arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 04:59:00 GMT"; arnews[4] += "
"; arnews[5]="Steven Tyler 'Auditioned for Led Zeppelin' - S spinner
"; arnews[5] += "Taking to Classic Rock magazine, Perry said, \"Steven disappeared and I called around. Somebody said he was in London trying out for Led Zeppelin. It's something I've never talked about before. It's a kind of window into how hard it's been to keep the ..."; arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 10:28: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("
");document.write("
");