var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="Gov't fitness efforts haven't stemmed kid obesity
"; arnews[0] += "First lady Michelle Obama isn't the first national leader to try to get America's kids off the couch."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 09:55:46 GMT"; arnews[0] += "
"; arnews[1]="Gova T Fitness Efforts Havena T Stemmed Kid Obesity
"; arnews[1] += "First lady Michelle Obama isn't the first national leader to try to get America's kids off the couch."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 09:32:39 GMT"; arnews[1] += "
"; arnews[2]="Cuts would shutter adult day care centers
"; arnews[2] += "If Carolyn Chaney didn't spent most weekdays at the San Bernardino Adult Day Health Care center, her daughter would likely have to drop out of her master's degree program at Cal State San Bernardino."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 09:28:52 GMT"; arnews[2] += "
"; arnews[3]="Ag Expo Kicks Off in Tulare
"; arnews[3] += "On opening day at the World Ag Expo in Tulare, the only thing outnumbering raindrops seemed to be visitors."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 09:15:26 GMT"; arnews[3] += "
"; arnews[4]="Brown's allies fund effort targeting Whitman
"; arnews[4] += "Democrats and unions, fearful that Meg Whitman 's early radio and TV blitz will leave Jerry Brown in the dust, are setting up a $20 million \"independent expenditure\" effort aimed at cutting the billionaire Republican gubernatorial candidate down to size."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 09:14:32 GMT"; arnews[4] += "
"; arnews[5]="Dan Walters: Both sides tug at 'Maldo'
"; arnews[5] += "The California Legislature's ideological polarization is often cited by critics correctly as one of its major deficiencies."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 08:57:48 GMT"; arnews[5] += "
"; arnews[6]="Assembly's Steinberg pitches plan to create jobs
"; arnews[6] += "Senate President Pro Tem Darrell Steinberg on Tuesday unveiled a Democratic package of legislation he said would create an estimated 140,000 jobs in California."; arnews[6] += "
Publ.Date : Wed, 10 Feb 2010 08:39:17 GMT"; arnews[6] += "
"; totcount = 7; 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("
");