var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Top California officials' pay to be cut 18% in December - Sacramento Bee
"; arnews[0] += "Pay for California's top elected officials will be slashed by 18 percent next month, one year earlier than expected, to abide by an opinion issued Thursday from Attorney General Jerry Brown. Just in time for the holiday season, lawmakers will have ..."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 19:59:00 GMT"; arnews[0] += "
"; arnews[1]="Arnold Schwarzenegger to quit politics - One India
"; arnews[1] += "Washington (ANI): Hollywood actor Arnold Schwarzenegger has ... Meanwhile, he is reportedly set to feature in new film The Expendables , alongside Sylvester Stallone, Jason Statham, Bruce Willis and Terry Crews."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 05:56:00 GMT"; arnews[1] += "
"; arnews[2]="Analyst: Calif. Will Have To Confront Growing Deficit - NPR News
"; arnews[2] += "... it's going to be a very difficult year,\" says Mac Taylor, California's legislative analyst. He leads nonpartisan budget experts that advise state lawmakers. Taylor says the state may come up about $6 billion short by next July, $14 billion short ..."; arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 17:59:00 GMT"; arnews[2] += "
"; arnews[3]="What’s Next For Arnold Schwarzenegger After Retiring From Politics? - Chattahbox.com
"; arnews[3] += "(ChattahBox) — Arnold Schwarzenegger recently announced , that he’ll be stepping away from politics once his second and final term as Governor of California comes to an end at the end of next year. The Austrian-born action star turned Republican ..."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 16:17:00 GMT"; arnews[3] += "
"; arnews[4]="State Budget Crisis Far From Over - KXTV News10Net
"; arnews[4] += "Arnold Schwarzenegger and lawmakers claimed to have dealt with the last crisis. The report says many of the assumptions in their last budget failed to solve the problem, which will leave California $6.3 billion short in 2009-10. Legislative Analyst ..."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 08:02:00 GMT"; arnews[4] += "
"; arnews[5]="California Governor Arnold Schwarzenegger - Big Hollywood
"; arnews[5] += "California Governor Arnold Schwarzenegger talking about the state budget in Sacramento in July 2009. California faces a fresh projected budget deficit of nearly 21 billion dollars just four months after approving a fiscal plan to close a similar ..."; arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 23:58: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("
");