var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Eclectic Bonnaroo lineup features Dave Matthews Band, Kings of Leon, Stevie Wonder and Jay-Z
";
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 07:42:16 GMT";
arnews[0] += "
";
arnews[1]="Bonnaroo To Feature Jay-Z, Kings Of Leon
";
arnews[1] += "Bonnaroo is known for its eclectic lineup. This summer's roster is no different.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 07:39:31 GMT";
arnews[1] += "
";
arnews[2]="Bonnaroo 2010 Lineup Announced: Dave Matthews Band, Kings of Leon, Weezer, Stevie Wonder and More
";
arnews[2] += "Tennessee's Bonnaroo music festival has announced a full line-up for this June. No real surprises here: Dave Matthews Band, Kings of Leon, Stevie Wonder, Jay-Z, Weezer, and the Flaming Lips are the top of the pile.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 07:22:26 GMT";
arnews[2] += "
";
arnews[3]="Steep Canyon Rangers, Jay-Z, Weezer highlight Bonnaroo lineup
";
arnews[3] += "The Bonnaroo lineup is being rolled out on a couple social media Web sites Tuesday.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 05:27:40 GMT";
arnews[3] += "
";
arnews[4]="Bonnaroo 2010 Lineup Updates
";
arnews[4] += "The lineup for the 2010 Bonnaroo Music and Arts Festival set for June 10-13 in Manchester is being released throughout the day.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 05:22:27 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("