var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Bonnaroo to feature Jay-Z, Kings of Leon, Weezer
"; arnews[0] += "Bonnaroo is known for its eclectic lineup and this summer's roster is no different."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:09:15 GMT"; arnews[0] += "
"; arnews[1]="Eclectic Bonnaroo lineup features Dave Matthews Band, Kings of Leon, Stevie Wonder and Jay-Z
"; arnews[1] += "Bonnaroo is known for its eclectic lineup. This summer's roster takes it to a new level."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 06:54:48 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]="Blair CEO leaving company
"; arnews[3] += "Orchard Brands announced on Tuesday the resignaton of Blair President and CEO Shelley Nandkeolyar, who will be leaving his position at the end of the month."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 05:53:20 GMT"; arnews[3] += "
"; arnews[4]="Steep Canyon Rangers, Jay-Z, Weezer highlight Bonnaroo lineup
"; arnews[4] += "The Bonnaroo lineup is being rolled out on a couple social media Web sites Tuesday."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 05:27:40 GMT"; arnews[4] += "
"; arnews[5]="Bonnaroo 2010 Lineup Updates
"; arnews[5] += "The lineup for the 2010 Bonnaroo Music and Arts Festival set for June 10-13 in Manchester is being released throughout the day."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 05:22:27 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("
");