var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Nickelback's Dark Horse Tour - HamptonRoads.com
"; arnews[0] += "Grammy-nominated, mega-platinum rock powerhouse Nickelback, has announced the 2010 North American leg of their Dark Horse World Tour. They will be at The Hampton Coliseum on April 14, 2010 will feature special guests Breaking Benjamin with other ..."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 17:22:00 GMT"; arnews[0] += "
"; arnews[1]="Nickelback Confirms 2010 Dark Horse Tour Dates With Special Guests ... - Top40-Charts
"; arnews[1] += "* Shinedown not included. The latest single from Dark Horse, \"Never Gonna Be Alone,\" is already top 15 at Hot A/C and heating up quickly at Top 40. Last week also saw the premiere of the video for \"Never Gonna Be Alone.\" Added out of the box at VH1 ..."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 20:49:00 GMT"; arnews[1] += "
"; arnews[2]="Nickelback plots more 'Dark Horse' dates - LiveDaily
"; arnews[2] += "Nickelback [ tickets ] will follow up international dates early next year with a slate of North American performances as the band continues its \"Dark Horse World Tour.\" The stateside slate of dates kicks off with four Canadian stops that begin April ..."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 20:14:00 GMT"; arnews[2] += "
"; arnews[3]="Nickelback's Dark Horse Tour - HamptonRoads.com
"; arnews[3] += "Grammy-nominated, mega-platinum rock powerhouse Nickelback, has announced the 2010 North American leg of their Dark Horse World Tour. They will be at The Hampton Coliseum on April 14, 2010 will feature special guests Breaking Benjamin with other ..."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 17:22:00 GMT"; arnews[3] += "
"; arnews[4]="Quick Hits: Green Day, Foo Fighters, Miley Cyrus, Nickelback ... - FMQB
"; arnews[4] += "Miley Cyrus ' tour bus was involved in a deadly car crash this morning, but the singer/actress was not on board. According to reports, one unidentified person, believed to be the bus driver, was killed when the bus flipped over on I-85, 40 miles ..."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 19:52:00 GMT"; arnews[4] += "
"; totcount = 5; 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("
");