var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Is Aerosmith auditioning a singer?
"; arnews[0] += "Designer Cibeline Sariano makes some adjustments to model Tanja Lederer's outfit during \"Fashionably Late'' at the Liberty Hotel."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:27:14 GMT"; arnews[0] += "
"; arnews[1]="Exclusive New Live Performances by Bob Dylan, Bruce Springsteen,...
"; arnews[1] += "Exclusive New Live Performances by Bob Dylan, Bruce Springsteen, Eddie Vedder, Randy Newman, John Legend, Jackson Browne, Lupe Fiasco and Others Featured on Soundtrack to History Channel Film, The People Speak SOUNDTRACK SET TO RELEASE TUESDAY, DECEMBER 8 FILM TO PREMIERE ON HISTORY ON SUNDAY DECEMBER 13, 8PM ET LOS ANGELES, Nov."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 14:39:08 GMT"; arnews[1] += "
"; arnews[2]="Exclusive New Live Performances by Bob Dylan, Bruce Springsteen, John ...
"; arnews[2] += "Also Eddie Vedder, Randy Newman, Jackson Browne, Taj Mahal SOUNDTRACK SET TO RELEASE TUESDAY, DECEMBER 8 FILM TO PREMIERE ON HISTORY ON SUNDAY DECEMBER 13, 8PM ET LOS ANGELES, Nov."; arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 19:56:27 GMT"; arnews[2] += "
"; arnews[3]="Steve Earle books winter headlining shows
"; arnews[3] += "The veteran country/rock troubadour kicks off the mini-outing January 19 and 20 in Portland, OR, followed by shows in Seattle and Vancouver, British Columbia ."; arnews[3] += "
Publ.Date : Thu, 12 Nov 2009 15:11:57 GMT"; arnews[3] += "
"; arnews[4]="Jewish Reggae/Rapper talks about - light'
"; arnews[4] += "But as distinctive as that image may be, Matisyahu has taken a step toward turning any assumptions about his musical style inside out on his new CD, \"Light.\" Reggae and rap remain a significant part of \"Light,\" but the song \"So Hi, So Lo\" fuses soul and rock, \"For You\" has a bit of grand symphonic pop to it, while a rock element seeps into ..."; arnews[4] += "
Publ.Date : Thu, 05 Nov 2009 23:46:50 GMT"; arnews[4] += "
"; arnews[5]="Michael Bialas: Expect to Hear Much More from Allison Moorer
"; arnews[5] += "The announcement this week that singer-songwriter Allison Moorer has signed a deal with Ryko Records and will be releasing Crows , her seventh studio album, on February 9, 2010 , was more than welcome news."; arnews[5] += "
Publ.Date : Thu, 05 Nov 2009 00:26:15 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("
");