var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="San Leandro maven turns 80
"; arnews[0] += "Lena Fong is quite the firecracker. So says her daughter, Jill Au, who today will be one of about 200 guests at Fong's 80th birthday party at Scott's Seafood Terrace in Walnut Creek."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 06:47:01 GMT"; arnews[0] += "
"; arnews[1]="Post a Comment
"; arnews[1] += "Katie Conzet and her family like to plan trips during the week St. Cloud school district takes off in March."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 06:45:37 GMT"; arnews[1] += "
"; arnews[2]="Class 1A state volleyball: Bronte falls 3-1 to Louise
"; arnews[2] += "The Bronte High School volleyball team's march toward the program's sixth state title ended one win short."; arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 06:13:34 GMT"; arnews[2] += "
"; arnews[3]="Buncombe property transfers
"; arnews[3] += "The following transfers were filed in the Register of Deeds office Nov 9-13: Alexander Lot 31 of The Hills of French Broad, $132,000, Jeri S. and Patrick Davis to Richard A. and Lydia Stewart 63 High Valley Drive, $238,000, Daisy M. and Scott P. Settle-Chesser to Kim Evetts Merck Arden Lot 2 of Baldwin Cove, $207,500, G. Jean Graham to Susan S. Lee ..."; arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 05:23:34 GMT"; arnews[3] += "
"; arnews[4]="Line of Duty: Officer restores public face of police department marred by past
"; arnews[4] += "A split second, the blink of an eye, irrevocably changed Officer Daniel Clark's life."; arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 05:00:00 GMT"; arnews[4] += "
"; arnews[5]="New tests link water contamination to mine in Nevada
"; arnews[5] += "By SCOTT SONNER YERINGTON, Nev. - Peggy Pauly lives in a robin-egg-blue, two-story house not far from acres of onion fields that make the northern Nevada air smell sweet at harvest time.But she can look through the window from her kitchen table, just past her back yard with its swing set and pet llama, and see an ominous sign on a neighboring ..."; arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 06:34: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("
");