var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bonnaroo to feature DMB, Kings of Leon, Jay-Z - Forbes
";
arnews[0] += "Bonnaroo (BAHN-ah-ROO) is known for its eclectic lineup. This summer's roster takes it to a new level. Organizers announced Tuesday night a lineup that features the Dave Matthews Band, Kings of Leon, Stevie Wonder and Jay-Z at the head of a list that ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 12:46:00 GMT";
arnews[0] += "
";
arnews[1]="Bonnaroo to Feature DMB, Kings of Leon, Wonder - ABC News
";
arnews[1] += "Bonnaroo is known for its eclectic lineup. This summer's roster takes it to a new level. FILE - In this Sunday, Jan. 31, 2010 picture, the Kings of Leon accept the award for record of the... FILE - In this Sunday, Jan. 31, 2010 picture, the Kings of ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 11:48:00 GMT";
arnews[1] += "
";
arnews[2]="Eclectic Bonnaroo lineup features Dave Matthews Band, Kings of Leon ... - Newser
";
arnews[2] += "Organizers announced Tuesday night a lineup that features the Dave Matthews Band, Kings of Leon, Stevie Wonder and Jay-Z at the head of a list that includes a little bit of everything. The festival will be held June 10-13 on a 700-acre farm in ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 11:48:00 GMT";
arnews[2] += "
";
arnews[3]="Nas / Damian Marley - Pitchfork
";
arnews[3] += "Tensnake excels at a midpoint between unapologetic populist hedonism and a sense of deep house restraint. \"Coma Cat\", the newest single from one of dance music's best rising producers, fronts ambiguity from its opening seconds, with a Balearic howl ...";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 06:03:00 GMT";
arnews[3] += "
";
arnews[4]="DX News Bits: Nas & Damian Marley, Dilla Tribute, General Steele - HipHopDX.com
";
arnews[4] += "Nas and Damian Marley will be performing their new record “Strong Will Continue” during BET’s “SOS Saving Ourselves – Help for Haiti” benefit and telethon concert this Friday (Feb. 5). This will be the duo’s first televised performance ...";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 15:16:00 GMT";
arnews[4] += "
";
arnews[5]="Bonnaroo headliners: Dave Matthews, King of Leon, Jay-Z, Wonder - Minneapolis Star Tribune
";
arnews[5] += "In this Internet era, the organizers of the ninth annual Bonnaroo Music & Arts Festival decided to announce their acts one at a time on Tuesday. By the end of the night, the lineup was clear -- as well as deep and diverse. Headliners for the June 10 ...";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 08:14:00 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("