var arnews = new Array(10);
totcount = 10;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="DUELING COUCHES: Top 5 Rotations in Baseball
";
arnews[0] += "Tim Lincecum, Matt Cain, Barry Zito, Jonathen Sanchez, and Madison Bumgardner I love Linc, Cain, and Bumgardner's potential. Zito and Sanchez are both capable enough to have decent years. The problem is their offense, but since this ...";
arnews[0] += "
";
arnews[1]="Arm Side Run: Part 2: The Increased Velocity
";
arnews[1] += "Barry Zito has struggled since arriving in San Francisco, but had his best season in a while in 2009 thanks to a little more zip on his fastball. Brad Penny has always been a hard thrower until around 2008, but that could have be due to ...";
arnews[1] += "
";
arnews[2]="Epic Carnival | Where Sports and Pop Culture Collide: The Arcade: WIN
";
arnews[2] += "... Arizona (3), Arthur Blank (3), Ashley Alexandra Dupre (3), Ashley Greene (3), Ashley Tisdale (3), Athlete Arrests (3), Aubrey O'Day (3), Autumn Reeser (3), Babe Ruth (3), Bad Refs (3), Barry Zito (3), BaseballReference.com (3) ...";
arnews[2] += "
";
arnews[3]="8 or 13? How much is Tiny Tim Worth? | Bringing Heat
";
arnews[3] += "Look no further than Carlos Silva and Barry Zito who would DOUBLE Timmy's 8 million a year salary. Is Timmy not worth more than Carlos Silva and Barry Zito? Timmy is worth more than 13 so the Giants should be happy that's all he asked ...";
arnews[3] += "
";
arnews[4]="Oakland Athletics Authentic 1976 Rollie Fingers Road Jersey
";
arnews[4] += "Oakland Atheltics Authentic 1976 Rollie Fingers Road Jersey by Mitchell & Ness $324.99 Buy Now Oakland Athletics Authentic Barry Zito Alt. Wordtrade Quarterly Newsletter has come an abundance of Asian ingredients throughout the western ...";
arnews[4] += "
";
arnews[5]="GIANTS AND TIM LINCECUM FACES LANDMARK ARBITRATION CASE | Sports ...
";
arnews[5] += "Unfortunately for the Giants, money is definitely a concern, since they continue to waste boatloads of cash on long term contracts to mediocre players like Barry Zito, Aaron Rowand and Edgar Renteria. Lincecum, a 5-11, 175 pound phenom ...";
arnews[5] += "
";
arnews[6]="Mike Silva's New York Baseball Digest » Blog Archive » Does Boras ...
";
arnews[6] += "The same could be said for Barry Zito. Sure, the Giants gave Zito a gargantuan contract, but that contract placed him in a ballpark specifically designed to be antithetical to what Zito is. In Oakland Coliseum, Zito was a very good ...";
arnews[6] += "
";
arnews[7]="Giants' 'Dynamic' Pricing System Is Downright Evil - San Francisco ...
";
arnews[7] += "I expect the team will make scads of extra money, though not enough to write off the Barry Zito fiasco. But I sincerely hope that this is a dismal failure, and those responsible for it are disgraced into finding non-baseball avenues of ...";
arnews[7] += "
";
arnews[8]="2010 NL West Preview, Prediction, and Odds | Sportsbook Reviews ...
";
arnews[8] += "Along with Barry Zito and Matt Cain they should have one of the better rotations not only in the West but in the whole NL. On offense they signed Mark Derosa to add some more power to the lineup and along with Juan Uribe and Pablo ...";
arnews[8] += "
";
arnews[9]="BP comes up with new pitching statistic - The Crawfish Boxes
";
arnews[9] += "Doug Davis ERA: 4.12. FIP: 4.84 xFIP: 4.68. SIERA: 4.85. Joe Blanton ERA: 4.05. FIP: 4.45 xFIP: 4.07. SIERA: 3.92. Barry Zito: ERA: 4.03. FIP: 4.31 xFIP: 4.46. SIERA: 4.34. by OremLK on Feb 9, 2010 6:29 PM CST reply actions 1 recs ...";
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("