var arnews = new Array(8); totcount = 8; rnd = 0; document.title=document.title+ " "; arnews[0]="Them Crooked Vultures on taking flight
"; arnews[0] += "Guitarist/ringleader Josh Homme, centre, John Paul Jones, left, and drummer Dave Grohl didn't want to let anyone down with their new band."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 09:48:53 GMT"; arnews[0] += "
"; arnews[1]="Messing with magic
"; arnews[1] += "Bruce Springsteen and The E Street Band play the 'Born To Run' album straight through in concert."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 08:37:32 GMT"; arnews[1] += "
"; arnews[2]="Jewish rocker puts faith to music
"; arnews[2] += "Josh Nelson is blazing a trail that brings together two of his lifelong passions - Judaism and music."; arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 05:47:27 GMT"; arnews[2] += "
"; arnews[3]="A Sunny Day in Glasgow: Ashes Grammar
"; arnews[3] += "In the late 1980s, when My Bloody Valentine began dissolving their vocals in a wave of noise, the band proved that a lack of distinguishable lyrics could set the mood at least as well as poetry."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 17:00:00 GMT"; arnews[3] += "
"; arnews[4]="Andy Warhol (the cocktail) is easy to befriend
"; arnews[4] += "I met Andy Warhol in the late 1970s. OK, I nearly met him. He was a guest at a party that I managed to talk my way into because of my friendship with a woman who worked for Olivia Newton-John at the time."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="God calls man to write and record music
"; arnews[5] += "Published: Friday, November 20, 2009 at 12:24 p.m. Last Modified: Friday, November 20, 2009 at 12:24 p.m. He'd never been in a band, written a song or played any type of music outside of the comfort of his congregation."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[5] += "
"; arnews[6]="Drops Of Jupiter - Train
"; arnews[6] += "Train was inescapable during the turn of the 21st century, when songs like \"Calling All Angels\" and \"Drops of Jupiter\" made the San Francisco residents some of America's most popular balladeers."; arnews[6] += "
Publ.Date : Sun, 22 Nov 2009 03:19:11 GMT"; arnews[6] += "
"; arnews[7]="Obituary: Kilt-clad Cranston emceed Wisconsin Scottish Games
"; arnews[7] += "Jim Cranston relaxes with \"Mr. 3000\" star Bernie Mac. In the movie Cranston portrayed an umpire who ejected Mac from a game."; arnews[7] += "
Publ.Date : Sun, 22 Nov 2009 03:02:13 GMT"; arnews[7] += "
"; totcount = 8; 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("
");