var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Walker County Sheriff's Office bookings for Nov. 11-17, 2009
";
arnews[0] += "These people were booked into the Walker County Detention Center during Nov. 11-17. Those with charges are innocent until they plead guilty or are proven guilty in a court of law.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 19:19:25 GMT";
arnews[0] += "
";
arnews[1]="Walker County Sheriff's Office bookings for Nov. 11-17, 2009
";
arnews[1] += "These people were booked into the Walker County Detention Center during Nov. 11-17. Those with charges are innocent until they plead guilty or are proven guilty in a court of law.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 21:13:38 GMT";
arnews[1] += "
";
arnews[2]="Angels & Demons, Funny People, Robodoc, Terrorist Next Door, Witches Hammer
";
arnews[2] += "Home / Articles / Movies & TV / DVD Reviews / Angels & Demons, Funny People, Robodoc, Terrorist Next Door, Witches Hammer By Bill Frost Angels & Demons Tom Hanks loses the mullet just in time to save the Catholic Church from another imaginary force, the Illuminati.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 23:02:18 GMT";
arnews[2] += "
";
arnews[3]="Robert David steps in as health benefits No. 2 at CalPERS
";
arnews[3] += "Los Angeles Business from bizjournals - by Kathy Robertson of the Sacramento Business Journal Robert David View Larger Robert David, 52, has been appointed assistant executive officer for health benefits for the California Public Employees' Retirement System .";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 18:07:27 GMT";
arnews[3] += "
";
arnews[4]="Man pleads guilty to seeking sex wi.....
";
arnews[4] += "An area man has pleaded guilty to traveling across state lines with intent to engage in sexual activity with a minor.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 06:15:52 GMT";
arnews[4] += "
";
arnews[5]="Nov. 4 obituaries
";
arnews[5] += "Marjorie Lee Ballard Tweed Marjorie Lee Ballard Tweed, 81, of 466-24 Reems Creek Road, passed away Saturday, Oct.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 08:00: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("