Blog Archives
Extra! Extra! My Blog Was On the MLB.com Homepage!

Now the Hot Stove has cooled down and general managers are waiting… Where do you guys think Manny will go?

var currentClub = “mlb”;
// hard-coded to last day of last season
var y = “2008″;
var m = “09″;
var d = “30″;
var dataGrabber = new AjaxManager();
var dataType;
var data;
var isInit = true;
var isClicked = false;
dataGrabber.responseHandler = function(response) {
if(response.success){
var responseString = response.text;
if (responseString.indexOf(“last10″) != -1) {
eval(responseString);
if (dataType.indexOf(“al”) != -1) {
switch(dataType) {
case “ale” : data = standings_rs_ale; break;
case “alc” : data = standings_rs_alc; break;
case “alw” : data = standings_rs_alw; break;
case “alwc” : data = standings_rs_alwc; break;
}
standingsMiniAL.dataRows = data;
getDisplayOrder(data);
if (standingsMiniAL.dataRows.length > 6) standingsMiniAL.dataRows.length = 6;
standingsMiniAL.addGridAsHTML();
if(isInit){updateData(“nl”,theDivision);isInit=false;}
} else if (dataType.indexOf(“nl”) != -1) {
switch(dataType) {
case “nle” : data = standings_rs_nle; break;
case “nlc” : data = standings_rs_nlc; break;
case “nlw” : data = standings_rs_nlw; break;
case “nlwc” : data = standings_rs_nlwc; break;
}
standingsMiniNL.dataRows = data;
getDisplayOrder(data);
if (standingsMiniNL.dataRows.length > 6) standingsMiniNL.dataRows.length = 6;
standingsMiniNL.addGridAsHTML();
}
} else {
if (dataType.indexOf(“al”) != -1) {
document.getElementById(“standingsTableAL”).innerHTML = ”
“;
} else if (dataType.indexOf(“nl”) != -1) {
document.getElementById(“standingsTableNL”).innerHTML = ”
“;
}
}
}
}
function updateData(league,division) {
// if any list items are on, turn them off. also keep track of current division.
var currentDivision;
var listItems = document.getElementById(“standings” + league.toUpperCase()).getElementsByTagName(“a”);
for (var x=0; x=1; x–) {
if ((data[x].pct == data[x-1].pct) && (data[x].code == currentClub) && (data[x].gb == data[x-1].gb)) {
resetDisplayOrder(data,x-1,0,x);
}
}
}
function getDivision(){
var division=”";
if(GetCookie(“mlbteamcookie”)) {
var club=GetCookie(“mlbteamcookie”);
club=club.toLowerCase();
if(club==”bos”||club==”bal”||club==”nyy”||club==”tb”||club==”tor”||club==”was”||club==”fla”||club==”nym”||club==”phi”||club==”atl”) {
division=”e”;
}else if(club==”cws”||club==”cle”||club==”det”||club==”kc”||club==”min”||club==”chc”||club==”cin”||club==”hou”||club==”mil”||club==”pit”||club==”stl”) {
division=”c”;
}else if(club==”oak”||club==”ana”||club==”sea”||club==”tex”||club==”ari”||club==”col”||club==”la”||club==”sd”||club==”sf”) {
division=”w”;
}
} else {division = getRandArrVal(["e","c","w"])}
return division;
}
#standingsContent { width:490px;height:200px;font-size:11px; padding-top:5px}
*html #standingsContent { padding-top:1px}
#standingsContent .navLinkOn { font-weight:bold; }
#standingsContent .navLinkOn img { visibility:visible;border:0; }
#standingsFooter { padding:3px 0 3px 10px;text-align:left; clear:both}
*html #standingsFooter { padding:0 0 10px 10px;text-align:left; clear:both}
#standingsContent #standingsAL {width:230px; float:left; margin-left:11px }
#standingsContent #standingsNL {width:230px; float: left; margin-left: 11px;}
*html #standingsContent #standingsNL {margin-left: 0px;}
#standingsContent #standingsTableAL {clear:both;background:url(‘/mlb/images/homepage/y2008/standingsAL_bg.gif’) no-repeat }
#standingsContent #standingsTableNL {clear:both;background:url(‘/mlb/images/homepage/y2008/standingsNL_bg.gif’) no-repeat }
#standingsContent .dataTable td { font-size:11px;padding:2px 5px;border-bottom:1px solid #ddd;text-align:left; }
#standingsContent .dataTable th { font-size:10px;padding:0px 5px 2px 5px;border-bottom:1px solid #ccc;color:#999;text-transform:uppercase;text-align:left; }
.errorMsg { padding:10px 8px;color:#999;text-align:left; }
var standingsMiniAL = new GridManager(‘standingsMiniAL’,'standingsTableAL’);
standingsMiniAL.addCol(“Team”,[{"width":"135"}]);
standingsMiniAL.addCol(“W”,[{"width":"25"}]);
standingsMiniAL.addCol(“L”,[{"width":"25"}]);
standingsMiniAL.addCol(“PCT”,[{"width":"25"}]);
standingsMiniAL.addCol(“GB”,[{"width":"25"}]);
standingsMiniAL.addField(“team”);
standingsMiniAL.addField(“wins”);
standingsMiniAL.addField(“losses”);
standingsMiniAL.addField(“percentage”);
standingsMiniAL.addField(“gamesBack”);
var standingsMiniNL = new GridManager(‘standingsMiniNL’,'standingsTableNL’);
standingsMiniNL.addCol(“Team”,[{"width":"135"}]);
standingsMiniNL.addCol(“W”,[{"width":"25"}]);
standingsMiniNL.addCol(“L”,[{"width":"25"}]);
standingsMiniNL.addCol(“PCT”,[{"width":"25"}]);
standingsMiniNL.addCol(“GB”,[{"width":"25"}]);
standingsMiniNL.addField(“team”);
standingsMiniNL.addField(“wins”);
standingsMiniNL.addField(“losses”);
standingsMiniNL.addField(“percentage”);
standingsMiniNL.addField(“gamesBack”);
var theDivision=getDivision();
updateData(“al”,theDivision);
var randStatA = getRandArrVal(["avg", "hr", "rbi"]);
var randStatB = getRandArrVal(["w", "era", "k"]);
var leagueLeadersSrc = “/mlb/components/home/y2008/ministats.jsp?statA=” + randStatA + “&statB=” + randStatB;
$(“#leagueLeadersContent”).load(leagueLeadersSrc);
Now the Hot Stove has cooled down and general managers are waiting… Where do you guys think Manny will go?
#mobileContent{background-color:white;height:179px;padding:0 8px 8px 20px;width:162px;}
#mobileContent{background-color:white;float:left;font-size:12px;height:179px;padding:10px 8px 8px 20px;width:162px;}
The Big Debate: Manny or No Manny?
Now the Hot Stove has cooled down and general managers are waiting, but everyone wants to know, who will sign this guy. Where do you guys think Manny will go?
The Manoman


F.decorate(_ge(‘button_bar’), F._photo_button_bar).bar_go_go_go(1821117542, 0);
Tic-Tek-Toe, Where Will Varitek Go?
This is a serious question. This could determine the fate of the Red Sox Nation. This could make grown men cry and women weep. What is the question you ask? Well it is……….
Where will Jason Varitek play in 2009?
Duh, Duh, Dun, Duhhhhhhhhh
The stage is set, the cameras are ready, and tonight we are interviewing Jason Varitek by special guest of honor Ryan Seacrest!!!

We’re on in 5……. 4……3…….2………1………. and it’s showtime!!!
Ryan: Hello everyone, I’m Ryan Seacrest and today I am being joined by Jason Varitek on the Manoman Morning Show! Today I am going to ask Jason about his offseason, what he’s doing to train and what his plans are for this upcoming season.
Jason: Hey Ryan, so how are you doing today.
Ryan: Great, you?
Jason: I’m doing awesome.
Ryan: So what are you doing this offseason?
Jason: Well, I’m playing golf, training, and hanging out with my kids.
Ryan: How are you training for the upcoming season?
Jason: I lift weights, go running, and go training with my teamates.
Ryan: You been speaking to Manny lately?
Jason: Yeah, we keep in touch. I don’t think what he did at the Trade Deadline was right though.
Ryan: What do you think about Manny’s free agency?
Jason: He shouldn’t have demanded so much money at the beginning of the offseason but Manny is a great player and a good guy. I think he will be signed soon though.
Ryan: How about your own contract situation?
Jason: I was looking at my potential suitors and I am in contract discussions with the Red Sox. The fact that they have already offered me a contract and that I have played with them for so many years is definetly influencing my decision.
Ryan: Is Curt Schilling influencing your decision at all?
Jason: Yes, but to a minor degree. It’s good to get input from the players I’ve played with.
Ryan: So Jason, this is my final question. Who do you want to sign with this offseason.
Jason: You know what Ryan, I want to sign with my Red Sox.
F.decorate(_ge(‘button_bar’), F._photo_button_bar).bar_go_go_go(1807088410, 0);
The Story of This Offseason
The weather is chilly
The Hot Stove’s cooling down
Some General Managers were so silly
Letting their players leave town
Footballs are flying
Baseballs are being cooled
Yankee fans are dying
To see the Red Sox get schooled
The stars are training
Getting ready for the season
While others are demanding huge contracts
Practically for no reason
Some teams are getting bargains
Some players are getting deals
And the Hall of Fame just inducted someone
Who’s got some pair of wheels
A candle is alone flickering
Waiting for its time
To go join a team
With its own fantasy rhyme
Boras is speechless
As quiet as can be
Still demanding huge contracts
For some players worth a penny
So that’s the story of this offseason
From Dunn, to Abreu, to Manny
How many are left without contracts
And those people are a plenty
Embrace who you have and desire who you need
Go tell your General Manager and be sure to plead!
The Manoman
You-Kill-Us Kevin
Congratulations Boston you just signed your first baseman to a 4 year $41.25 million contract. Four more years of Youkillis to come. Here’s how us Yankee fans feel about that.
We also don’t appreciate you locking up Dustin Pedroia to a 6 year 50 million dollar deal the other day.
You know who you are, don’t look away.
Our players also have very strong feelings towards Kevin.
Sorry, Wrong Photo…
OK, That’s more like it. This guy…![]() |
Threw this ball…

at Youkilis’ head! Talk about spreading the love!
Baseball is around the corner!
The Manoman


