Ready or not, Game 2 of our series with the Cardinals is a day game.
Ross Ohlendorf (3-2, 3.48) @ Todd Wellemeyer (2-2, 5.28), 1:40 P.M., Busch Stadium
—
Compare today’s starting lineup with the Opening Day lineup.
Today: McLouth, Young, Monroe, Hinske, Moss, An. LaRoche, Diaz, Bixler
Opening Day: Morgan, Sanchez, McLouth, Doumit, LaRoche, LaRoche, Moss, Wilson
Obviously, injuries have played some role in these changes. I’m also guessing that John Russell is trying anything that might help to end this losing skid.
The Pirates only managed 4 hits in the game. Robinzon Diaz went 2 for 3, including a solo homer. The Bucs have now lost 5 in a row.
Live Updates:
$amount=$stopper-$starter;
$good_stuff=substr($rowvalue, $starter+13, $amount-14);
if($starter>$teamchange)$home=1;
$inningarray[$counter]=$inning;
$homearray[$counter]=$home;
$playarray[$counter]=$good_stuff;
$starterarray[$counter]=$starter;
$counter++;
$starter=$starter+1;
}
}
array_multisort($inningarray, $homearray, $starterarray, $playarray);
$loopcount=0;
$currentinning=0;
$currenthalf=1;
while($loopcount
echo(“
Inning $inningarray[$loopcount]
“);
$currentinning++;
}
if($homearray[$loopcount]!=$currenthalf){
if($homearray[$loopcount]==0){echo(“
Away
“);$currenthalf=0;}
if($homearray[$loopcount]==1){echo(“
Home
“);$currenthalf=1;}
}
echo($playarray[$loopcount].”
“);
$loopcount++;
}
?>
no comment until now