var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bonnaroo to feature DMB, Kings of Leon, Wonder
";
arnews[0] += "Bonnaroo is known for its eclectic lineup. This summer's roster takes it to a new level.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 02:12:01 GMT";
arnews[0] += "
";
arnews[1]="Jay-Z, Dave Matthews Band topline Bonnaroo
";
arnews[1] += "The 2010 edition of the Bonnaroo Music & Arts Festival is taking an unusual route to its lineup announcement Tuesday, rolling out the bill one artist at a time on its Web site.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 10:29:00 GMT";
arnews[1] += "
";
arnews[2]="Bonnaroo lineup: Kings of Leon, Jay-Z
";
arnews[2] += "Attention, Mixers! The lineup for Bonnaroo 2010 is being trotted out as we speak in a MADDENINGLY SLOW FASHION over at the Tennessee festival's MySpace page .";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 01:55:49 GMT";
arnews[2] += "
";
arnews[3]="Jay Z, Avett Brothers, Steve Martin, Phoenix, Tokyo Police Club among ...
";
arnews[3] += "The 2010 Bonnaroo Music Festival today announced its first wave of musicians for the festival in Manchester, Tenn., including Jay Z, Steve Martin, the Flaming Lips, the Tokyo Police Club, Avett Brothers and Weezer.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 01:50:21 GMT";
arnews[3] += "
";
arnews[4]="Bonnaroo, Lil Wayne And Kid Cudi Make Noise Tuesday
";
arnews[4] += "Lil Wayne makes some videos. In today's Daily Noise, brought to you by Fuse and Billboard.com, Bonnaroo rolls out their line-up in an all-day social media announce-a-thon, Lil Wayne stocks up on vids as he faces sentencing, the White Stripes get angry about the Air Force using their music, and Kid Cudi talks about his plans.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 01:48:00 GMT";
arnews[4] += "
";
arnews[5]="Bonnaroo 2010 Lineup Topped By Jay-Z, Stevie Wonder, Dave Matthews
";
arnews[5] += "The 2010 edition of the Bonnaroo Music & Arts Festival is taking an unusual route to its lineup announcement today , rolling out the bill one artist at a time on its website.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 01:47:54 GMT";
arnews[5] += "
";
arnews[6]="Fergie scores third solo No. 1
";
arnews[6] += "NEW YORK/LOS ANGELES - Black Eyed Peas singer Fergie scored her third No. 1 hit from her solo album \"The Dutchess\" Thursday as \"Big Girls Don't Cry\" inched up one place to lead the Billboard Hot 100 singles chart.";
arnews[6] += "
Publ.Date : Fri, 31 Aug 2007 07:00:00 GMT";
arnews[6] += "
";
arnews[7]="Bonnaroo Unveils 2010 Lineup
";
arnews[7] += "Though pre-sale tickets went on sale last November, Tennessee's hippie-friendly Bonnaroo Festival finally began releasing their 2010 lineup today at noon, Eastern time.";
arnews[7] += "
Publ.Date : Wed, 10 Feb 2010 01:36:40 GMT";
arnews[7] += "
";
arnews[8]="Zac Brown Band, John Fogerty Scheduled for Bonnaroo
";
arnews[8] += "The Zac Brown Band , John Fogerty , the Nitty Gritty Dirt Band , Cross Canadian Ragweed and John Prine have been confirmed to perform at the 2010 Bonnaroo Music and Arts Festival taking place June 10-13 in Manchester, Tenn.";
arnews[8] += "
Publ.Date : Wed, 10 Feb 2010 01:16:43 GMT";
arnews[8] += "
";
totcount = 9;
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("