var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Plastic Ono Band Adds Dress Rehearsal Show
";
arnews[0] += "Yoko Ono has responded to the high demand for tickets to her upcoming show with the Plastic Ono Band by adding an additional performance.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 06:03:34 GMT";
arnews[0] += "
";
arnews[1]="John Mayall brings the blues to Boulton Center
";
arnews[1] += "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.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 23:03:01 GMT";
arnews[1] += "
";
arnews[2]="Rock music legend Eric Clapton talks about exotic cars to Ferrari.com
";
arnews[2] += "Rock Star Parking takes on a whole new meaning when you are guitar legend Eric Clapton .";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="The Frankies set for 'annual' gig
";
arnews[3] += "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, 7-9 p.m. Danger Ronnie and the Spins, 9:30-11 p.m. MAQUOKETA, Iowa -- They have only played ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 17:23:00 GMT";
arnews[3] += "
";
arnews[4]="Wonderful Tonight - Eric Clapton
";
arnews[4] += "By the time Eric Clapton launched his solo career with the release of his self-titled debut album in mid-1970, he was long established as one of the world's major rock stars due to his group affiliations -- the Yardbirds, John Mayall's Bluesbreakers, Cream, and Blind Faith -- which had demonstrated his claim to being the best rock guitarist of his ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 14:24:19 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("