var arnews = new Array(6); totcount = 4; rnd = 0; document.title=document.title+ " - "Jill+Ritchie" - Google News"; document.title=document.title+ " "; arnews[0]="100 Years Ago - Blue Springs Examiner
"; arnews[0] += "

100 Years Ago
Blue Springs Examiner
An organization for the perpetual maintenance of the cemetery at Buckner has been formed, and organizers are ...

"; arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 07:23:16 GMT+00:00"; arnews[0] += "
"; arnews[1]="50 Years Ago - Blue Springs Examiner
"; arnews[1] += "

50 Years Ago
Blue Springs Examiner
The Civil Defense department here received one of the few devices in the state of calibrating Geiger ...

"; arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 07:22:59 GMT+00:00"; arnews[1] += "
"; arnews[2]="100 years ago - Blue Springs Examiner
"; arnews[2] += "

100 years ago
Blue Springs Examiner
Todd M. George, known as “The Land Man,” will probably be a candidate for the democratic nomination for ...

"; arnews[2] += "
Publ.Date : Sat, 30 Jan 2010 07:57:19 GMT+00:00"; arnews[2] += "
"; arnews[3]="50 years ago - Blue Springs Examiner
"; arnews[3] += "

50 years ago
Blue Springs Examiner
The Cerebral Palsy Day Care Center had its official opening at the Columbia School, where classes are held ...

"; arnews[3] += "
Publ.Date : Sat, 30 Jan 2010 07:57:19 GMT+00:00"; arnews[3] += "
"; totcount = 4; 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("
");document.write("
");