var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="John Mayall brings the blues to Boulton Center - Newsday
";
arnews[0] += "Though he's been touring for nearly 50 years spreading his brand of rockin' blues around the world, John Mayall isn't interested in slowing down. After all, the longtime leader of The Bluesbreakers, which have counted Eric Clapton, Peter Green and ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 22:27:00 GMT";
arnews[0] += "
";
arnews[1]="Eric Clapton - POLLSTAR
";
arnews[1] += "I got to see Clapton for the first time ever, something i never thought i would be able to see. And i must say it blew me away, already knowing that Clapton had come out with a blues album ( him and J.J Cale) and also seeing the set list from the ...";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 16:04:00 GMT";
arnews[1] += "
";
arnews[2]="Text Size - Hartford Courant
";
arnews[2] += "Singer-songwriter Steve Winwood has played with the best, including the Spencer Davis Group, Traffic and Blind Faith with Eric Clapton , and the Grammy winner made his mark as a solo performer with such hits as \"Higher Love\" and \"Back in the High ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 00:00:00 GMT";
arnews[2] += "
";
arnews[3]="The Who designs a T-shirt for City of Hope - Los Angeles Times Blogs
";
arnews[3] += "Hard Rock’s The Who Signature Series Edition XXVII T-shirt (no, it doesn't exactly roll off the tongue) is available online and at Hard Rock cafes, hotels and casinos worldwide. Fifteen percent of the retail sales from the tees (and matching pins ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 21:36:00 GMT";
arnews[3] += "
";
arnews[4]="Who's coming to Riverfest 2010 - Arkansas Times
";
arnews[4] += "Who cares? Mainstream country fans who like it a little gritty. And lots of them if you consider the numbers: Three platinum albums, three number one hits and seven top 10 singles. Peak of fame? Even though he's been around for years and had chart ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 20:18:00 GMT";
arnews[4] += "
";
arnews[5]="A NEW BRIDE LESS THAN HALF HIS AGE FOR DRUMS LEGEND GINGER - Daily Express
";
arnews[5] += "HE is one of the world’s greatest drummers and has been battling crippling back pain. A three-year legal dispute also nearly pushed him to the brink of bankruptcy. But now, at 70, three-times married rocker Ginger Baker has found happiness once ...";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 23:17:00 GMT";
arnews[5] += "
";
arnews[6]="Robert Cray Band Hits the Saenger - lagniappemobile
";
arnews[6] += "Over the years, Cray has risen from obscurity to guitar god status with a blues sound in league with fellow icons such as Albert King, Buddy Guy and Eric Clapton. This talented musician has collected five Grammy Awards over his career and has ...";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 22:27:00 GMT";
arnews[6] += "
";
arnews[7]="Mardi Gras Music Happenings - lagniappemobile
";
arnews[7] += "The denizens of the Port City spend over a month filling the streets of downtown Mobile as masked mystics shower us with a seemingly endless supply of shiny beads, tasty marshmallow treats and dirty stuffed animals. And sandwiched between dragons and ...";
arnews[7] += "
Publ.Date : Tue, 09 Feb 2010 22:27:00 GMT";
arnews[7] += "
";
arnews[8]="The Frankies set for 'annual' gig - Dubuque Telegraph Herald
";
arnews[8] += "Event : Maquoketa High School's club hOpe fundraiser for the Jackson County Humane Society, featuring The Frankies and Danger Ronnie and the Spins Time: Freewill donation dinner, games and face painting, 5-7 p.m. Silent auction, 5-9 p.m. The Frankies ...";
arnews[8] += "
Publ.Date : Tue, 09 Feb 2010 15:53:00 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("