var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Dave Grohl Admires His Led Zeppelin Band Member - andPOP
";
arnews[0] += "Dave Grohl is admired by many. The Nirvana drummer, turned Foo Fighters lead singer, and most recently, Them Crooked Vultures drummer, has had quite the music career. Still, he has his idols too. And one of them is in his new band. Playing with Led ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 00:25:00 GMT";
arnews[0] += "
";
arnews[1]="Arctic Monkeys Get into Led Zeppelin on Tour - S spinner
";
arnews[1] += "Alex Turner has revealed to Spinner the Arctic Monkeys have been preparing for their huge UK shows with a Led Zeppelin \"onslaught\". He told us: \"It feels like the last couple of months in dressing rooms we've not listened to much other than Led ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 12:35:00 GMT";
arnews[1] += "
";
arnews[2]="Led Zeppelin's 'Stairway to Heaven' Gets Smoking DJs' Approval - S spinner
";
arnews[2] += "'Stairway to Heaven,' one of rock's most enduring tracks and the bane of anyone having to man the tills at guitars shops around the world, may owe its place in history thanks to its cigarette-break-friendly length. Led Zeppelin 's most famous song ...";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 12:33:00 GMT";
arnews[2] += "
";
arnews[3]="Led Zeppelin's Stairway to Heaven 'owes its success to cigarettes' - The Guardian
";
arnews[3] += "Robert Plant tells Jimmy Page that he's popping out for a fag during his extended solo. Photograph: Rex Features Was the secret to Stairway to Heaven's success the fact that it gave DJs the chance to nip out for a cigarette? That's the theory of Led ...";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 10:17:00 GMT";
arnews[3] += "
";
arnews[4]="Dave Grohl Reveals Tales Behind His Trio of Led Zeppelin Tattoos - Rolling Stone
";
arnews[4] += "Playing with Led Zeppelin bassist John Paul Jones in the new supergroup Them Crooked Vultures is a dream come true for Foo Fighters’ frontman Dave Grohl, the singer/dummer tells Rolling Stone in an exclusive Q&A in our next issue. Check out photos ...";
arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 GMT";
arnews[4] += "
";
arnews[5]="THEATER | "Gregory Gregorson and the Magic Pinto Bean" at the Children ... - Twin Cities Planet
";
arnews[5] += "Though it's a fantasy, Gregory Gregorson and the Magic Pinto Bean may be the truest play I've ever seen. Most of the show takes place in the head of a dozing theater kid, and having been a theater kid myself, I can verify that what you see is pretty ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 23:26: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("