var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Births for January 2010
";
arnews[0] += "To Kelly and Wyatt Campbell of Olalla, a daughter, Jan. 1. To Ivy and Craig Adams of Poulsbo, Jan.";
arnews[0] += "
Publ.Date : Fri, 08 Jan 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="On Feb. 7, 1812, author Charles Dickens was born
";
arnews[1] += "Today is Sunday, Feb. 7, the 38th day of 2010. There are 327 days left in the year.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 21:56:03 GMT";
arnews[1] += "
";
arnews[2]="Claude James Holmes
";
arnews[2] += "Memorial services for Claude James Holmes, 79, of Lubbock will be held at 10:30 a.m., Tuesday, February 9, 2010, in Mackenzie Terrace Baptist Church, with Pastor Aubrey Howell officiating.";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 07:17:31 GMT";
arnews[2] += "
";
arnews[3]="Today In History February 7, 2010
";
arnews[3] += "Today is Sunday, Feb. 7, the 38th day of 2010. There are 327 days left in the year.";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 07:11:45 GMT";
arnews[3] += "
";
arnews[4]="BAE Reaches $450 Million Settlement With U.S., Britain
";
arnews[4] += "BAE Systems Plc, Europe's biggest defense contractor, will pay around $450 million in fines in Britain and the United States, ending long-running corruption investigations on both sides of the Atlantic.";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 20:10:21 GMT";
arnews[4] += "
";
arnews[5]="There was plenty of heat to go with the chill at Milford Winter Lights Festival
";
arnews[5] += "Theater audiences are as fickle as weather, as Mike Carson, Milford Winter Lights Festival producer, knows.";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 00:41: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("