var arnews = new Array(10); totcount = 10; rnd = 0; document.title=document.title+ " "; arnews[0]="Jerry Brown's Basement Tapes
"; arnews[0] += "For sheer entertainment, it’s hard to imagine a less likely source of good times than a 93-page batch of musty internal documents from the state Attorney General’s office."; arnews[0] += "
"; arnews[1]="Health Care Win, Pro-Choice Loss
"; arnews[1] += "Rep. Lois Capps finds Saturday’s comprehensive care victory bittersweet because of abortion restrictions."; arnews[1] += "
"; arnews[2]="Jerry Brown vs. the GOP
"; arnews[2] += "With Gavin Newsom out, attorney general stands against three Republicans in governor’s race."; arnews[2] += "
"; arnews[3]="Why Is This Woman Smiling?
"; arnews[3] += "Lois Capps forecasts a happy ending for Democrats on health care reform."; arnews[3] += "
"; arnews[4]="Extortion, Zen, and Murder-Suicide Pacts
"; arnews[4] += "Water wars revisited, running by sitting, and reform breakdowns make for fun week in Sacto."; arnews[4] += "
"; arnews[5]="eMeg Stumbles
"; arnews[5] += "Meg Whitman’s front-running campaign for governor rocked by revelations of non-voting."; arnews[5] += "
"; arnews[6]="Blessings from Bubba and a Baby
"; arnews[6] += "A big endorsement and a tiny new arrival rejuvenate Gavin Newsom’s bid for governor."; arnews[6] += "
"; arnews[7]="The Shame of Sacramento
"; arnews[7] += "An embarrassing Capitol sex scandal makes a bad situation even worse."; arnews[7] += "
"; arnews[8]="Take Three on Tranquillon Ridge
"; arnews[8] += "PXP hopes third time is the charm in push for offshore oil project near Vandenberg."; arnews[8] += "
"; arnews[9]="The Front-Runner
"; arnews[9] += "Ex-eBay CEO Meg Whitman brings GOP bid for governor to Santa Barbara."; arnews[9] += "
"; totcount = 10; 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("
");