var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Rooney / Tally Hall / Crash Kings @ Slim's - SFStation.com
";
arnews[0] += "Rooney is a five piece band of Los Angeles natives that formed in late 1999. After self-releasing two 5 song EPs and establishing a loyal following around the L.A. area, the band signed with Geffen Records in 2002. The band recorded their first full ...";
arnews[0] += "
Publ.Date : Tue, 24 Nov 2009 17:17:00 GMT";
arnews[0] += "
";
arnews[1]="Them Crooked Vultures - New University Newspaper
";
arnews[1] += "Rock supergroups aren’t exactly a novel concept, as evidenced by the likes of Audioslave and Velvet Revolver from this decade as well as classic groups such as Crosby, Stills, Nash, and Young. The idea might be a bit outdated and overdone as of ...";
arnews[1] += "
Publ.Date : Tue, 24 Nov 2009 03:12:00 GMT";
arnews[1] += "
";
arnews[2]="Dave Grohl Reveals Tales Behind His Trio of Led Zeppelin Tattoos - Rolling Stone
";
arnews[2] += "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[2] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 GMT";
arnews[2] += "
";
arnews[3]="Them Crooked Vultures: Them Crooked Cultures - In the News
";
arnews[3] += "These superstar-filled exercises in ego massaging have enjoyed a resurgence in recent years, with the likes of Chickenfoot, Audioslave and Velvet Revolver exploiting the format with varying degrees of success. Invariably with a supergroup, you'll ...";
arnews[3] += "
Publ.Date : Thu, 12 Nov 2009 23:58:00 GMT";
arnews[3] += "
";
arnews[4]="GLANDER, FORSTER AND SAUER: Nancies on the rocks - Daily Free Press
";
arnews[4] += "If you don’t have the patience to clone yourself and use your clone’s ID when it turns 21, we can’t offer our sympathies. We’ve seen too many friends in the electric chair to condone committing a felony, even for the sake of dancing with your ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 13:20:00 GMT";
arnews[4] += "
";
arnews[5]="Festivus 2009 - FMQB
";
arnews[5] += "4/11 KRBZ /Kansas City Aftentra's Prom at The Midland featuring The English Beat, Iglu and Hartly and The Zeroes. 4/11 WJBX /Ft Myers Live X at City Of Palms Park featuring Staind, Chevelle, Madina Lake and Cavo. 4/11 WWCD /Columbus CD101 Day at LC ...";
arnews[5] += "
Publ.Date : Mon, 23 Nov 2009 11:27: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("