var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Willie Shambeck
";
arnews[0] += "Services for Willie Shambeck, 84, of Lubbock, will be 11 a.m. Tuesday Nov. 24, 2009 at Oakwood Baptist Church, with Rev.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 07:47:21 GMT";
arnews[0] += "
";
arnews[1]="She called it "fiddy"
";
arnews[1] += "She called it \"fiddy\" Swiped from Allison 1. If your doctor told you TODAY that you were pregnant, what would you say? \"You will NOT bill me for this visit!\" I'm so out of that office.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 06:04:30 GMT";
arnews[1] += "
";
arnews[2]="Education budget forecast grim -- again
";
arnews[2] += "Staff Photo by Matt Fields-Johnson Amy Sherman, teacher at Roan Street Elementary School in Dalton Ga., reads to third-graders, from right, Jonathan Bradley, Licci Ponce, Carmen Narvaez and Jose Martinez during a literacy block period.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 05:25:08 GMT";
arnews[2] += "
";
arnews[3]="Births
";
arnews[3] += "A boy, Dylan Wayne Stanley, was born to Briana and Jeremy Stanley on Oct. 18, 2009.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 00:57:00 GMT";
arnews[3] += "
";
arnews[4]="Members of Alexandria park board resign
";
arnews[4] += "The ousting of two veterans of Alexandria village government in the Nov. 3 election was followed the next day by the resignation of all members of the Alexandria Park Board.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 02:54:36 GMT";
arnews[4] += "
";
arnews[5]="A Serious Man, Joel and Ethan Coen, 105 Mins,
";
arnews[5] += "Asking questions about the universe won't get you very far, as the Coen brothers comically show in their most Jewish film yet Reviewed by Jonathan Romney You should pardon the cliche, but you don't have to be Jewish to like the new Coen brothers film.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 00:23:05 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("