var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jeb Patton: New Strides
";
arnews[0] += "MAXJAZZ's ongoing Piano Series has featured some very heavy hitters in the keyboard arena: Mulgrew Miller , Geoffrey Keezer , Eric Reed , Denny Zeitlin and the inimitable Jessica Williams .";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 08:05:09 GMT";
arnews[0] += "
";
arnews[1]="Albert H. Brown
";
arnews[1] += "Albert H. Brown, age 80, of Lewisburg, Ohio, died Thursday, Nov. 19, 2009, at Good Samaritan Hospital in Dayton, Ohio.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Monday's Assembly Committees ***
";
arnews[2] += "\" Assembly committees on Monday will consider legislation to help adults with autism, combat recidivism and revise a state commission to encourage more local governments to share services and consolidate.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="On Nov. 10, 1775, the U.S. Marines were organized under authority of the Continental Congress
";
arnews[3] += "Today is Tuesday, Nov. 10, the 314th day of 2009. There are 51 days left in the year.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 15:50:45 GMT";
arnews[3] += "
";
arnews[4]="Bixby rallies past Wolves into semis
";
arnews[4] += "Bixby called on a seldom-used, but highly reliable play to produce big dividends in the clutch Friday night.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 08:51:17 GMT";
arnews[4] += "
";
arnews[5]="Beatrice M. Hebert, 97
";
arnews[5] += "Beatrice M. Hebert, 97, of Westport, died Wednesday, November 18, 2009, at home.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 05:37:46 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("