var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Saturday Night Special - Gawker
";
arnews[0] += "Tonight's SNL: Dave Matthews Band and Joseph Gordon-Levitt? Uh, what movie is JG-L promoting, and didn't DMB's new album come out a while back? And I'm pretty sure this isn't a re-run, so.... Okay, seriously? This feels wrong. And not just in my ear ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 04:05:00 GMT";
arnews[0] += "
";
arnews[1]="TONIGHT: Dave Matthews Band to be musical guests on 'Saturday Night ... - Examiner
";
arnews[1] += "Dave Matthews Band are the musical guests on tonight's 'Saturday Night Live' The Dave Matthews Band are the musical guests on tonight's Saturday Night Live . The episode will be hosted by actor Joseph Gordon Levitt, most recently the star of the ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 22:28:00 GMT";
arnews[1] += "
";
arnews[2]="Dave Matthews Band to record concert film - AZCentral.com
";
arnews[2] += "After playing a handful of supporting roles in movies like \"Because of Winn-Dixie\" and \"You Don't Mess With the Zohan,\" Dave Matthews will soon appear on the big screen in a starring role as himself. Coming to a movie theater near you: the Dave ...";
arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 GMT";
arnews[2] += "
";
arnews[3]="Dave Matthews is non-threateningly coming at you … in 3D - Austin 360
";
arnews[3] += "If you were one of the tens of thousands to make the pilgrimage to the Austin City Limits Music Festival this year, you might have noticed the several-stories-tall, highly advanced 3D cameras set up near the Livestrong stage. AEG Network Live ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 08:27:00 GMT";
arnews[3] += "
";
arnews[4]="'Steve Keene' - Chattanooga Times Free Press
";
arnews[4] += "Steve Keene creates 60 to 80 paintings a day in his Brooklyn, N.Y. studio. Prices for his acrylic artworks, which he paints in an assembly-line fashion, range from $1 to $25. A three-day exhibition of Mr. Keene's work will be on display at Tanner ...";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 05:02:00 GMT";
arnews[4] += "
";
arnews[5]="Phish, Umphrey’s, Yonder and Dave Matthews Items up for Mimi Fishman ... - jambands
";
arnews[5] += "The Mimi Fishman Foundation has confirmed the items included in its 2009 Holiday Charity Auction. Highlights include signed Phish posters from Summer Tour 2009 (including some by Jim Pollock), Yonder Mountain String Band and Umphrey’s McGee New ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 17:03: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("