var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Works of music journalist Palmer collected - Investors Business Daily
";
arnews[0] += "NEW YORK, Nov 21, 2009 (UPI via COMTEX) -- The works of the late U.S. music journalist Robert Palmer, best known for his books on the blues, are out in anthology form, the editor behind the book said. Rolling Stone magazine contributing editor ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 21:53:00 GMT";
arnews[0] += "
";
arnews[1]="MVBS Holiday Party with James Armstrong Dec. 5 - Quad Cities Onlines
";
arnews[1] += "The Mississippi Valley Blues Society presents James Armstrong and his band for a Holiday Party on Saturday, Dec. 5 at Rascal's, 1414 15th Street, Moline. MVBS members are admitted free; for non-members, admission is $10. The fun starts with food at 7 ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 22:57:00 GMT";
arnews[1] += "
";
arnews[2]="Pattie Boyd regrets being wooed by Eric Clapton - Daily News and Analysis
";
arnews[2] += "London: Pattie Boyd, the former wife of Beatle George Harrison, has confessed she regrets being wooed by Eric Clapton. The model married Harrison in 1970 but the marriage lasted seven years. Pattie Boyd, the former wife of Beatle George Harrison, has ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 13:43:00 GMT";
arnews[2] += "
";
arnews[3]="Blues Man Joe Bonamassa, Real-Life Guitar Hero - WBUR
";
arnews[3] += "Blues musician Joe Bonamassa started playing with BB King when he was 12 years old. He's performed on stage with Eric Clapton and averages about 200 shows per year. His new DVD is called Joe Bonamassa, Live From the Royal Albert Hall . Host Scott ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 15:40:00 GMT";
arnews[3] += "
";
arnews[4]="A close encounter with musicians - Taylor Daily Press
";
arnews[4] += "Amidst the raging and endless wars in the Middle East compounded by the nation’s economic crisis and the devastating drought in this region of the country, we often look around to find something positive to witness and to share with others. I ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 16:52:00 GMT";
arnews[4] += "
";
arnews[5]="My-Tea-Kind, a uniquely entertaining and fun band - Examiner
";
arnews[5] += "Whatever your taste in music happens to be, Northeastern Oklahoma has a wealth of talent just waiting to be discovered. It's no wonder that Eric Clapton was once living(and recording) on Tulsa time. And though the heyday of the \"Tulsa Sound\" has come ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 18:32: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("