var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="The Datsuns come home to rock
"; arnews[0] += "The Datsuns. Photo by Rickard Eriksson/New Art Production AB. A couple of years ago they were one of most hyped bands ever to come out of New Zealand."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:16:22 GMT"; arnews[0] += "
"; arnews[1]="Better Than Ezra continues to shine
"; arnews[1] += "They haven't been on a major record label since the mid-'90s and their last indy label folded within months of their most recent album's release in August 2001."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 06:51:55 GMT"; arnews[1] += "
"; arnews[2]="Top 10 Sickest Drummers of All Time
"; arnews[2] += "The drums. The spine and pulse of a band. A bad drummer loses an audience. A good drummer keeps the flow going in unison."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 06:24:40 GMT"; arnews[2] += "
"; arnews[3]="Steven Tyler - Tyler: 'Led Zep Didn't Need a Singer Like Me'
"; arnews[3] += "Caption: Steven Tyler hosts the official Aerosmith after-concert party at Studio 54 inside MGM Grand Resort Hotel Casino Las Vegas, Nevada .... TYLER: 'LED ZEP DIDN'T NEED A SINGER LIKE ME' STEVEN TYLER has confirmed he tried out as ROBERT PLANT's replacement in LED ZEPPELIN - and he'll never forget the experience."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 04:39:20 GMT"; arnews[3] += "
"; arnews[4]="PirateFest remains as popular as ever
"; arnews[4] += "When the first PirateFest was staged at the Monroeville ExpoMart back in 1990, the schedule of events did not include a pierogi-eating contest, there was no such thing as Guitar Hero and Andrew McCutchen was only 3 years old."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 04:27:56 GMT"; arnews[4] += "
"; arnews[5]="When The Levee Br... - Led Zeppe...
"; arnews[5] += "Led Zeppelin was the definitive heavy metal band. It wasn't just their crushingly loud interpretation of the blues -- it was how they incorporated mythology, mysticism, and a variety of other genres -- into their sound."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 03:37:46 GMT"; arnews[5] += "
"; arnews[6]="Pop Pioneers To Celebrate 40 Years Of Nature
"; arnews[6] += "Wednesday, 10 February 2010, 2:42 pm Press Release: Fourmyula FOR IMMEDIATE RELEASE Auckland @ The Windsor Castle, Juice Bar Parnell Thursday 18th March tickets from www.undertheradar.co.nz from Monday 15th Feb Upper Hutt @ Expressions Arts & Entertainment Centre Saturday 20th March tickets from www.ticketdirect.co.nz from Monday 15th Feb ..."; arnews[6] += "
Publ.Date : Wed, 10 Feb 2010 03:28:09 GMT"; arnews[6] += "
"; totcount = 7; 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("
");