var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Tuesday's soccer roundup: Hueneme ends Pacifica's unbeaten run
"; arnews[0] += "Richie Carranza and Jerry Mendez scored goals as Hueneme High handed Pacifica its first boys' soccer loss of the season Monday on the road."; arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Katherine Margaret Denning
"; arnews[1] += "A Mass of Christian Burial for Katherine Margaret Denning was held at 10 a.m. Thursday January 28, 2010 at the St."; arnews[1] += "
Publ.Date : Tue, 02 Feb 2010 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Robert James Hubler
"; arnews[2] += "MANSFIELD: Robert James Hubler, 92, of Mansfield, passed away Sunday, January 31, 2010, at MedCentral Mansfield following a short illness."; arnews[2] += "
Publ.Date : Tue, 02 Feb 2010 17:43:01 GMT"; arnews[2] += "
"; arnews[3]="Robert James Hubler
"; arnews[3] += "MANSFIELD: Robert James Hubler, 92, of Mansfield, passed away Sunday, January 31, 2010, at MedCentral Mansfield following a short illness."; arnews[3] += "
Publ.Date : Tue, 02 Feb 2010 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="Comments
"; arnews[4] += "Auburn Career Center's Job Hunter's Resource Group: 6 to 7 p.m. at the Auburn Career Center, Technology Learning Center, 8221 Auburn Road, Concord Township."; arnews[4] += "
Publ.Date : Sun, 31 Jan 2010 08:09:51 GMT"; arnews[4] += "
"; arnews[5]="John P. Mixner, 94
"; arnews[5] += "Published: Wednesday, January 27, 2010 at 4:30 a.m. Last Modified: Tuesday, January 26, 2010 at 5:07 p.m. John Paulding Mixner, 94, retired Research Professor Emeritus of Animal Physiology, Rutgers University, and a resident of Carolina Village, in Hendersonville, died Tuesday, Jan."; arnews[5] += "
Publ.Date : Wed, 27 Jan 2010 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("
");document.write("
");