var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Which of these Bonnaroo artists will make it to ACL?
";
arnews[0] += "Born in Austin, Matthew left soon thereafter and finally made it back after years of paying his penance wandering the earth.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 22:10:04 GMT";
arnews[0] += "
";
arnews[1]="Steep Canyon Rangers, Jay Z, Weezer at Bonnaroo 2010
";
arnews[1] += "Asheville's Steep Canyon Rangers are among the acts announced for the 2010 Bonnaroo Festival, June 10-13 in Manchester, Tenn.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 22:08:59 GMT";
arnews[1] += "
";
arnews[2]="Bonnaroo List Partial Line Up of Acts
";
arnews[2] += "The initial artist line-up for the 9th annual Bonnaroo Music and Arts Festival has been announced.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 21:27:19 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 Toyko Police Club, Avett Brothers and Weezer.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 20:24:15 GMT";
arnews[3] += "
";
arnews[4]="Bonnaroo tickets on sale; lineup being announced
";
arnews[4] += "Today is the day--Bonnaroo tickets will go on sale at noon Eastern time. Today is also the day the lineup will be announced.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 20:15:00 GMT";
arnews[4] += "
";
arnews[5]="Bonnaroo 2010 Lineup
";
arnews[5] += "From naming stages and tents Which, What, This, That, and Other so that asking for directions can't help but become a stoned Abbot & Costello routine, to unveiling its lineup via a protracted runup of internet-published \"clues,\" to just generally seeing what happens when hipsters and hippies are forced to be unshowered together on a farm for three ...";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 18:56:30 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("