The Pirates have lost 10 of 11. Today is a day game in the Big Apple. Roberto Alomar will be managing for the suspended Jerry Manuel.

Paul Maholm (3-0, 2.97) @ John Maine (2-2, 5.20), 1:10 P.M., Citi Field

Post Game Update:
We never had a chance in this one. Pirate pitchers gave up 17 hits, and the only run on the Away half of the scoreboard came from Paul Maholm’s solo home run.

final_day11_citi_field

Live Updates: “, $starter);
$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$currentinning){
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++;
}

?>

Trackback

no comment until now

Add your comment now