var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Trial Date Set For Barry Bonds' Son In Battery Case - BayInsider
"; arnews[0] += "... mother in Menlo Park last year. Nikolai Lamar Bonds has pleaded not guilty to the five misdemeanor charges filed against him in San Mateo County Superior Court and faces at least two years if convicted, Chief Deputy District Attorney Steve ..."; arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 19:05:00 GMT"; arnews[0] += "
"; arnews[1]="Trial Date Set For Barry Bonds' Son In Battery Case - BayInsider
"; arnews[1] += "REDWOOD CITY, Calif. -- The 20-year-old son of former San Francisco Giants slugger Barry Bonds will stand trial in June on misdemeanor charges stemming from a fight with his mother in Menlo Park last year. Nikolai Lamar Bonds has pleaded not guilty ..."; arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 19:05:00 GMT"; arnews[1] += "
"; arnews[2]="Dodgers caravan chases away Barry Bonds from chicken, waffles - YAHOO!
"; arnews[2] += "Barry Bonds (notes) just cannot win right now. • Nobody will hire him to play baseball. • His 20-year-old son is going to trial for spitting in his own mother's face and other misdemeanors. • The dude can't even get himself some chicken and ..."; arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 22:01:00 GMT"; arnews[2] += "
"; arnews[3]="Barry Bonds Keeping In Game Shape With Diet, Contempt For Public - DEADSPIN
"; arnews[3] += "Surprisingly, Dodgers fans were able to get between Bonds and his chicken and waffles , and still escape with their lives. One autograph hound, though, managed to touch a sore spot. The Dodgers just wrapped up their three-day Dodgers Caravan, a ..."; arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 08:45:00 GMT"; arnews[3] += "
"; arnews[4]="Rob Leary an organization man - ESPN.com
"; arnews[4] += "The difference between running minor league camp, as he did for the Boston Red Sox the last seven seasons, and running spring training for the big leaguers, Rob Leary's newest assignment? \"I don't think I'll be running any curfew checks,\" Leary said ..."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 00:57:00 GMT"; arnews[4] += "
"; totcount = 5; 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("
");