var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Barry Bonds - San Francisco Chronicle
";
arnews[0] += "The preseason could not have gone worse. Now it ends with a grim indignity. The Giants couldn't beat their farm team on Wednesday night. Ivan Ochoa and the Grizzlies came out on top over Rajai Davis and the big club. Nope, another so-so outing by ...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 20:43:00 GMT";
arnews[0] += "
";
arnews[1]="Barry Bonds Doping Calendars - The Smoking Gun
";
arnews[1] += "FEBRUARY 4--The criminal case against Barry Bonds came into sharper focus today as a federal judge unsealed documents that prosecutors want admitted into evidence against the former baseball star. As seen on the following pages, included among the ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 08:13:00 GMT";
arnews[1] += "
";
arnews[2]="Former Sun Devil slugger Barry Bonds visits ASU Baseball Camp - Asu News
";
arnews[2] += "ttendees of the recent ASU Baseball camp got the surprise of a lifetime when former Sun Devil star and Major League Baseball Home Run King Barry Bonds stopped by to speak with the campers. Bonds visited his old stomping grounds of Packard Stadium to ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 23:42:00 GMT";
arnews[2] += "
";
arnews[3]="The Breakdown: Ireland-France debacle brings up question of human ... - Summit Daily News
";
arnews[3] += "Controversy. That's one of the only things that could ever make me actually write a column that has to do with soccer. Although, I must admit, this isn't completely going to be about short shorts and kneesocks — at least not entirely. So, by now ...";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 06:57:00 GMT";
arnews[3] += "
";
arnews[4]="Presenting sports' Turkey of the Year Award - St. Petersburg Times
";
arnews[4] += "L.J. has gone from one of the best running backs in the NFL to a first-class jerk. He has been arrested four times since 2003 for altercations with women. Last month he showed off his vocabulary by using a slur against gays. The Chiefs released him ...";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 04:55:00 GMT";
arnews[4] += "
";
arnews[5]="Bob Warja - Bleacherreport.com
";
arnews[5] += "I am the Chicago Cubs community leader, and a featured columnist for the Cubs and Bears. I have written more than 500 articles, maintained the #1 ranking of MLB writers for a year, and have been listed among the front page top writers as well, which ...";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 02:25: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("