var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Briefs: Books vs. Badges game to aid fireworks fund
";
arnews[0] += "The first annual Books vs. Badges benefit basketball game will be held on Sunday, Feb.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 12:00:00 GMT";
arnews[0] += "
";
arnews[1]="In Memoriam
";
arnews[1] += "Mildred E. Crate Angle, 96, died on January 27 at Manor by the Sea in Ocean Grove, just three days before her 97th birthday.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 13:43:02 GMT";
arnews[1] += "
";
arnews[2]="Sports Briefs | Feb. 6, 2010
";
arnews[2] += "The University of Evansville swimming and diving team has again earned academic honors, with both the men and women being named to the College Swimming Coaches Association of America Scholar-Athlete All-American list.";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 07:43:33 GMT";
arnews[2] += "
";
arnews[3]="Bach on the Rock
";
arnews[3] += "Yes No CONTESTS Jenny Vincent and David Drinkell will perform organ recitals at the Anglican Cathedral of St.";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 12:33:10 GMT";
arnews[3] += "
";
arnews[4]="Frances S. Brown 1919-2010
";
arnews[4] += "Frances S. \"Frankie\" Brown, nee Miller, 90, of Cleveland, died Wednesday, Feb. 3, 2010.";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 06:41:01 GMT";
arnews[4] += "
";
arnews[5]="Monday, February 1, 2010
";
arnews[5] += "Frank Cawthon passed away peacefully on January 28, 2010.He was born January 14, 1928, to Frank and Pauline White Cawthon and grew up in Dallas with his sister, Evelyn.";
arnews[5] += "
Publ.Date : Mon, 01 Feb 2010 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Velma I. Mittelstadt
";
arnews[6] += "Velma Irene Mittelstadt, 99, of Janesville, Minn., formerly of Fairmont, Minn., died Sunday, January 31, 2010, at the Janesville Nursing Home.";
arnews[6] += "
Publ.Date : Tue, 02 Feb 2010 09:37:40 GMT";
arnews[6] += "
";
arnews[7]="Sunday, January 31, 2010
";
arnews[7] += "Lorenzo Elizondo Aguilar, 23, has gone to be with the Lord on the 27th day of January 2010.";
arnews[7] += "
Publ.Date : Sun, 31 Jan 2010 08:00:00 GMT";
arnews[7] += "
";
arnews[8]="Salinan announces run for governor
";
arnews[8] += "Pulling inspiration from the memory of his youngest son, who died Jan. 9, Ken Cannon launched a campaign for Kansas governor Friday that he'd been mulling for years.";
arnews[8] += "
Publ.Date : Sat, 30 Jan 2010 08:22:19 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("