var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Robert E. 'Bob' Ethridge
";
arnews[0] += "Services for Robert E. 'Bob' Ethridge, 90, of Cottontown were conducted at 2 p.m. Saturday in the Taylor Funeral Home chapel, with Bro.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 05:49:22 GMT";
arnews[0] += "
";
arnews[1]="Robert E. 'Bob' Ethridge
";
arnews[1] += "Services for Robert E. \"Bob\" Ethridge, 90, of Cottontown were conducted at 2 p.m. Saturday in the Taylor Funeral Home chapel, with Bro.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="MLB notebook: Torrealba lands with Padres
";
arnews[2] += "Former Rockies' catcher Yorvit Torrealba and the San Diego Padres have agreed on a one-year contract worth $1.25 million, a person familiar with the negotiations told The Associated Press on Friday.";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 08:09:17 GMT";
arnews[2] += "
";
arnews[3]="AP sources: Nationals agree with Kennedy, Estes
";
arnews[3] += "KXNet.com North Dakota News _> _td> _b> _form> _div> _tr> _tr> _div> _div> AP sources: Nationals agree with Kennedy, Estes _> 010 6:47PM Associated Press Eds: APNewsNow.";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 03:14:38 GMT";
arnews[3] += "
";
arnews[4]="Staying Alive: The legacy of Will Rogers
";
arnews[4] += "Yesterday, I received an email from a theatrical producer in Chicago. David happily shared with me the script of a new one-man show set to premiere at a theater in suburban Oakbrook in late March.";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Police Brief: Vehicle collides with school bus
";
arnews[5] += "A crash involving a school bus and a Jeep happened Tuesday afternoon two miles south of Cave City on Louisville Road.";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 05:48:17 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("