|
|
|
| Purchase
tickets to sporting events below: |
Boston
Red Sox Tickets
St
Louis Cardinals Tickets
Angels
Tickets
World
Series Tickets
Philadelphia
Eagles Tickets |
Online
Baseball Merchandise Stores |
| If
you are a Cincy Bengals fan then you need to check out Big Orange
Machine. This is a Bengals
fan site done by a long time Bengals fan. |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
My
View on the 2004 Baseball Season |
| Everybody
is talking about the Yankees and rightfully so. They have a
star studded line up to throw on the field and anything other
than a World Series Championship should not be accepted by Yankee
fans. The addition of Alex Rodriguez from the Texas Rangers
will be talked about for many years to come. So the Yankees
win the World Series, right? Not so fast, I am predicting on
2/19/04 that we will see a Chicago Cubs vs. New York Yankees
World Series.....And I think the Cubs will win the World Series
in game 6 with Mark Prior on the mound at Wrigley Field. I fill
with the addition of Greg Maddux that the Cubs have the deepest
starting pitching in the Major Leagues and they also have a
very nice bullpen with the additions of Kent Merker from the
Braves and LaTroy Hawkins from the Twins. American League teams
I think have a shot this baseball season include the Angels
with the addition of Vladimir Guerrero, I like the Kansas City
Royals to suprise again this season with a healthy Juan Gonzalez,
and I like the Oakland A's if they can score some runs and the
Twins will be in the hunt but come up short once again. Do not
count out the Boston Red Sox either, Curt Schilling will be
a big boost and Pedro Martinez will have a healthy Cy Young
caliber season. In the NL you have to like the starting pitching
upgrade that happened with the Houston Astros. I feel that they
will struggle with injuries this season and will trail the Cubs
after 162 games but they will give the Cubs and nice run for
the division again this season. I would not be surprised to
see a new NL East champion this season. Everybody knows what
Florida did last season but that was last season. I see the
Philadelphia Phillies winning that division this season because
of some strong bullpen upgrades. In the NL West the Giants always
seem to be there. The suprise will be that the San Diego Padres
will be there as well. I see Sean Burroughs having a breakout
season and the addition of Brian Giles, David Wells and a healthy
Phil Nevin along with a new stadium as this team setup as a
sleeper. Who knows how this baseball season will unfold but
all I know is I can't wait for it to start! |
About
MLBbaseball.org |
| My
MLBbaseball.org site is currently in a redesign mode. Currently
we offer some baseball history such as previous World Series
info such as the World Series teams, the year the played, how
many games the series went and such. We also offer a list of
Hall of Famers and the amount of votes that they received to
get inducted. This info is current as of 2001, sorry for the
inconvenience. On the left and right side of the page you will
see links to the official sites of your favorite MLB baseball
team. Please check out our sponsors above and if you have any
suggestions for this site or are interested in buying this site
please email eschumann_2000@yahoo.com. |
%s",
trim($link),htmlspecialchars(trim($title)));
printf("%s
",htmlspecialchars(trim($description)));
$title = "";
$description = "";
$link = "";
$insideitem = false;
}
}
function characterData($parser, $data) {
global $insideitem, $tag, $title, $description, $link;
if ($insideitem) {
switch ($tag) {
case "TITLE":
$title .= $data;
break;
case "DESCRIPTION":
$description .= $data;
break;
case "LINK":
$link .= $data;
break;
}
}
}
$xml_parser = xml_parser_create();
xml_set_element_handler($xml_parser, "startElement", "endElement");
xml_set_character_data_handler($xml_parser, "characterData");
$fp = fopen("http://feeds.feedburner.com/blogspot/capf","r")
or die("Error reading RSS data.");
while ($data = fread($fp, 4096))
xml_parse($xml_parser, $data, feof($fp))
or die(sprintf("XML error: %s at line %d",
xml_error_string(xml_get_error_code($xml_parser)),
xml_get_current_line_number($xml_parser)));
fclose($fp);
xml_parser_free($xml_parser);
?> |
|
|
|
|