var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Banquet honours Langley pioneers
";
arnews[0] += "At least 70 years of age, with residency in Langley for at least 60 of those years: they are officially Langley's pioneers.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 03:31:14 GMT";
arnews[0] += "
";
arnews[1]="Latest South Dakota news, sports, business and entertainment:...
";
arnews[1] += "Latest South Dakota news, sports, business and entertainment: FALSE ALARMS Bogus alarms might bring fines in SF SIOUX FALLS, S.D. Bogus burglar and robbery alarms are becoming such a nuisance for the Sioux Falls Police Department that city officials are considering charging a fee to cover the cost of responding to repeated unfounded reports.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 20:13:00 GMT";
arnews[1] += "
";
arnews[2]="Obituaries: Thursday, November 19, 2009
";
arnews[2] += "Lewis G. Byrd OXFORD a ' Lewis Gerald Byrd, 82, of 4653 James Royster Road, died Wednesday, Nov.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 06:32:11 GMT";
arnews[2] += "
";
arnews[3]="Cornelius Flier
";
arnews[3] += "Cornelius Flier, 76, of Waupun, died peacefully on Wednesday, Nov. 18, 2009, at Agnesian Healthcare's Hospice Home of Hope in Fond du Lac.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Obituaries for November 19, 2009
";
arnews[4] += "Hazel Lorraine Whitmire Alig, 75, passed away Saturday, Nov. 14, 2009, at her home in Dallas, Texas.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 05:06:29 GMT";
arnews[4] += "
";
arnews[5]="Harold Taylor
";
arnews[5] += "Harold B. Taylor, 85, died Nov. 15 at Hospice House, Hutchinson. Born May 15, 1924, in Walton to Robert L. and Elsie May Taylor.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 22:51:30 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("