var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Story: Births
";
arnews[0] += "Son to Dawayne Edward and Rachael Marie Phoenix of Scott City, Saint Francis Medical Center, 11:18 p.m. Friday, Oct.";
arnews[0] += "
Publ.Date : Wed, 11 Nov 2009 13:08:45 GMT";
arnews[0] += "
";
arnews[1]="Veterinarians Cycle from Milton to Guelph in Support of Seniors,...
";
arnews[1] += "Thirty-five riders will cycle 100 km, and eighteen will cycle 100 miles, and each cyclist will attempt to raise a minimum of $1,000 for the Farley Foundation.";
arnews[1] += "
Publ.Date : Thu, 01 Oct 2009 14:50:36 GMT";
arnews[1] += "
";
arnews[2]="Around and about
";
arnews[2] += "On a quintessential late-summer evening Sept. 16, more than 300 supporters came out for the patron preview party of the Joslyn Castle Trust and ASID Designer Showhouse at the Brandeis Mansion, 500 S. 38th St.";
arnews[2] += "
Publ.Date : Sat, 26 Sep 2009 23:28:05 GMT";
arnews[2] += "
";
arnews[3]="Marriage licenses 08-16-09
";
arnews[3] += "The following marriage licenses were issued in Wicomico County Circuit Court on Aug.";
arnews[3] += "
Publ.Date : Sun, 16 Aug 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Continue reading "Local students earn college honors: On Campus"
";
arnews[4] += "Andrew P. Wade and Nathan D. Wade , cum laude, of Berea have graduated with bachelor of science degrees in mathematics.";
arnews[4] += "
Publ.Date : Sat, 15 Aug 2009 21:38:27 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("