Results tagged ‘ Josh Hamilton Rangers ’

Josh Hamilton headed to 15-day DL

Center fielder Josh Hamilton will be placed on the 15-day disabled list, assuming tonight’s game against New York doesn’t get rained out, with what was described by assistant general manager Thad Levine as an abdominal strain that effectively is a form of a sports hernia.

Hamilton will seek a second opinion, though the Rangers haven’t found a doctor to do another evaluation yet. For now, the prescribed treatment is rest with anti-inflammatories. Levine said it’s possible Hamilton could return at the end of his DL stay, but if surgery is required, Hamilton could miss more than two months.

Brandon Boggs will be recalled from Triple A Oklahoma City for tonight’s game if there is no rainout. Boggs has already joined the team at Yankee Stadium.

Hamilton sits, to have MRI on Monday

Josh Hamilton, out of the Rangers lineup on Sunday with abdominal pain, is scheduled to undergo an MRI on Monday which could determine the extent of his injury and whether or not he needs to go back on the disabled list. “I don’t want to, but …” Hamilton said. “I don’t like those two letters [D.L.], but if it’s necessary, it’s necessary. If it’s not, we’ll work through it and see where it goes from there.” Hamilton said he is playing at about “75 percent,” but said it’s “below 50 percent” when he tries to run. He was used at designated hitter on Saturday night and went 1-for-5. We’ll know in the next couple of days,” Hamilton said. “Right now, I’m hurt and sore and can’t run. That’s pretty vital to playing baseball.” Hamilton hasn’t been the same since crashing into a wall making a catch against the Angels two weeks ago on a Sunday afternoon at Rangers Ballpark in Arlington. He missed the next three games and has been playing in discomfort since then. He is hitting .216 with one home run and five RBIs in the 10 games that he’s played since the injury. For the season, he is hitting .234 with six home runs and 24 RBIs in 34 games. He has a .452 slugging percentage and a .285 on-base percentage. “Baseball-wise it hasn’t been a problem me getting frustrated,” Hamilton said. “I’m struggling a little bit. The injuries are frustrating, more so the way I’ve been getting hurt running into walls. Last year I didn’t have any plays like that, now it’s happened twice.” Hamilton spent two weeks on the disabled list at the beginning of May because of a bruised left rib cage that he sustained running into a wall in Toronto. He was just starting to come around with the bat when he ran into the wall against the Angels. He originally suffered a strained groin muscle but the injury has worked its way up into the abdominal area. “He’s battling an injury and when you’re battling an injury like that, you can’t drive the ball,” manager Ron Washington said. “Hopefully today and [Monday's off-day] will help it settle down a little.”

bam.loadSync(“/shared/scripts/bam.media.js”);
var mediaCount, mediaContentId, mediaMeta;
mediaCount = 1;
mediaContentId = ’4607551′;
mediaMeta = bam.media.getMetaData(mediaContentId);
mediaMeta.headline = ‘Hamilton's catch on the wall’;
mediaImage = ” || mediaMeta.imagesByType['13'];
function loadKeywords(mediaMeta){
var display = “”;
var value = “”;
var param = “”;
var keywordsHtml = “”;
var searchParams = “”;
$(“#article_media_keywords”).empty();
$.each(mediaMeta.keywords, function(i, keyword){
switch (keyword.getAttribute(“type”)){
case “mlbtax” :
param = “text”;
value = keyword.getAttribute(“value”);
display = keyword.getAttribute(“displayName”).replace(/\”/g,”");
/* ” */
break;
case “team_id” :
param = “team_id”;
value = keyword.getAttribute(“value”);
display = keyword.getAttribute(“displayName”);
break;
case “player_id” :
param = “player_id”;
value = keyword.getAttribute(“value”);
display = keyword.getAttribute(“displayName”);
break;
case “game_pk” :
param = “game_pk”;
value = keyword.getAttribute(“value”);
display = “More From This Game”;
break;
}
if (param!=”") {
keywordsHtml += ““+ display +”, “;
if (param!=”text”) {
searchParams += encodeURI(“&”+param+”=”+value);
}
}
param = “”;
});
if (keywordsHtml.length > 0){
$(“#article_media_keywords”).html(‘

Video Tags

‘+keywordsHtml.substring(0, keywordsHtml.length-2));
}
if (mediaCount > 1) {
loadSearchResults();
} else if (searchParams.length > 0) {
loadSearchResults(searchParams,mediaContentId);
} else {
loadRelatedMedia(‘tex’,4);
}
}

function loadSearchResults(props,contentId) {
var searchParams = “type=json&ns=1&start=1&hitsPerPage=4″ + props;
$.ajax({
url : “/ws/search/MediaSearchService”,
data : searchParams,
type : “GET”,
async : false,
cache : true,
dataType : “json”,
error : function(request, errorType, errorThrown){
// handle error
},
success : function(searchData){
var relatedMediaItem;
$(‘

Related Video

    ‘).appendTo(‘#article_media_related’);
    $.each(searchData.mediaContent, function(i, obj){
    if (obj.contentId!=contentId) {
    relatedMediaItem = $(‘

  • ‘);
    relatedMediaItem.append(‘‘);
    relatedMediaItem.append(‘play related video‘);
    relatedMediaItem.append(‘

    ‘+obj.title+’

    ‘);
    relatedMediaItem.appendTo(‘#article_media_related ul’);
    relatedMediaItem.find(“a”).click(function(){
    // track click
    bam.tracking.track({
    async:{
    isDynamic : false,
    compName : “Embedded Article Page Video”,
    compActivity : “Article Related Video Click”,
    actionGen : true
    }
    });
    location.href = “/media/video.jsp?content_id=”+obj.contentId+”&c_id=tex”;
    });
    }
    });
    }
    });
    }

    function collapsePlayer(){
    $(“#article_flv_player”).css({“width”:”1px”,”height”:”1px”,”background-color”:”none”});
    }

    function playVideo(vFile) {
    // track click
    bam.tracking.track({
    async:{
    isDynamic : false,
    compName : “Embedded Article Page Video”,
    compActivity : “Article Main Video Click”,
    actionGen : true
    }
    });
    var bitRate = “1000K”;
    $(“#article_flv_player”).css({“width”:”640px”,”height”:”390px”,”background-color”:”#000000″,”text-align”:”center”});
    var vurl;

    vurl = ‘http://mediadownloads.mlb.com/mlbam/2009/05/17/mlbtv_anatex_4607551_1m.mp4′;

    articleFlvPlayer.startPlaylist([{type:"video", path:vurl}]);
    // track playback start
    bam.tracking.track({
    async_media:{
    mediaID : mediaContentId+”|MLB_FLASH_”+bitRate+”_PROGDNLD”,
    playerType : “Flash”,
    playerContext : “Embedded Article Player”,
    playerFlavor : “MLB Article”,
    contextVersion : “3.0″,
    streamType : “Progressive Download”,
    bitRate : bitRate
    }
    });
    return false;
    }

    var articleFlvPlayer = new bam.FlvPlayer({
    skin : “/flash/video/y2009/skins/mlb_article_page.swf”,
    hideControls: false,
    self: “articleFlvPlayer”,
    elemId: “flashPlayer”,
    height: 390,
    width: 640,
    containerId: “article_flv_player”,
    playerContext: “Embedded Article Player”,
    defaultVolume: 35,
    autoPlay: false,
    onPlayerLoaded : function(){
    bam.tracking.track({
    async:{
    isDynamic : false,
    compName : “Embedded Article Page Video”,
    compActivity : “Embedded Article Video Impression”,
    actionGen : false
    }
    });
    },
    onCollapse : function(){collapsePlayer();},
    onPlaylistComplete: function(){
    collapsePlayer();
    // track playback complete
    bam.tracking.track({videoComplete:{playerContext:”Embedded Article Player”}});
    }
    });
    $(function(){
    $(‘#article_media_thumb’).html(‘‘);
    $(‘#article_media_headline’).html(mediaMeta.headline);
    if (mediaMeta.duration!=’00:00:00′) {
    $(‘#article_media_duration’).html(‘Duration: ‘ + mediaMeta.duration);
    }
    $(‘#article_media_bigBlurb’).html(mediaMeta.bigBlurb);
    loadKeywords(mediaMeta);
    });

    Rangers offer extension to Hamilton

    The Rangers have presented an offer on a contract extension to outfielder Josh Hamilton and his agent Michael Moye. Exact details of the offer are unavailable but the two sides are believed to be looking at a deal in the 4-6 year range with possible options. The initial offer did not get an immediate positive reception. “My agent and I were disappointed with their offer,” Hamilton said. “The negotiations have begun.” Hamilton has two years of service time and is signed for this season at $555,000. A long-term contract would cover Hamilton’s three seasons of arbitration eligibility but the Rangers have made it clear they would also like to buy out at least 1-3 years of free agency as well. “Obviously we love the player,” Rangers owner Tom Hicks said. “We want him to be a Ranger for a long time. We need to let the process work. If not, we can still enjoy him for four more years. “The way his agent looks at it and the way we look at it, both sides have the uncertainty of arbitration. But from our side, if we remove the risk of arbitration, we’d want to take out at least a couple of free agent years too.” Hamilton, an American League All-Star, who hit .304 with 32 home runs and 130 RBIs last year, can be a free agent after the 2012 season. The Rangers have a history of signing young players to long-term extensions that cover arbitration-eligible years and 1-2 years of free agency. The Rangers did that with Michael Young and Hank Blalock early in their careers and Ian Kinsler last season. “That’s been our M.O. in the past, to tie up who we think are going to be our key players,” club president Nolan Ryan said. “That makes it easier to project where we’ll be and what we’re dealing with. We’d like to do it [with Hamilton] and they have an interest. Hopefully it will work out.”

    Hamilton’s extension remains on deck

    A possible contract extension for outfielder Josh Hamilton remains one of the unsolved stories for the Rangers this spring, but it hasn’t been forgotten. Hamilton’s agent, Michael Moye, is in Phoenix this week on personal business, and it’s possible he could get together with the Rangers before his departure. Monday might be the perfect time, as Texas has a day off. General manager Jon Daniels has not yet made an offer to Moye. The Rangers are still discussing the possibility internally. Owner Tom Hicks has to be on-board with any offer, and he has not been in camp lately. He has also not met with Daniels at length about the situation. The Rangers’ priority Saturday was a postgame organizational meeting between Daniels, Washington and their staffs to discuss the 25-man roster. The Rangers mainly want to talk about Andruw Jones — whether they should keep him as a part-time designated hitter or move on without him. Hamilton’s contract is on hold for the time being, but it will likely move to the front soon. Hamilton has two years of Major League experience. An extension would likely cover his three arbitration-eligible years and at least one year of free agency. The Rangers have done similar deals in Spring Training with players in the past, including Ian Kinsler’s contract last spring.

    Rangers, Hamilton sign one-year deal

    The Rangers have Josh Hamilton under
    contract for 2009. Now they are giving thought to getting him
    signed for an extended period of time. Hamilton agreed on
    Wednesday to a one-year, $555,000 contract for ’09, the
    highest salary the Rangers have given to a player not
    eligible for arbitration. Hamilton has two years of service
    time and was not eligible for free agency. We wanted to
    recognize the season he had last year,” Texas general manager
    Jon Daniels said. Daniels said the club now will at least
    consider the possibility of doing a multiyear contract with
    Hamilton, who is represented by Michael Moye. “We told Josh
    we’re going to put some thought into it and see if a
    multiyear deal makes sense,” Daniels said. “We may have some
    discussions, but we have not yet begun negotiations. We’ll
    talk about it internally.” Hamilton, after being acquired
    from the Reds, hit .304 with 32 home runs and 130 RBIs for
    the Rangers in 2008. He was 2-for-3 with a home run on
    Wednesday in the Rangers’ 12-7 victory over the Royals in the
    Cactus League opener at Surprise Stadium. “Obviously, first
    things first,” Hamilton said. “It’s good to get a one-year
    deal signed. If this multiyear thing works out, that’s a
    bonus for me and the Rangers. That’s one of those things I
    let my agent handle.” The Rangers have a history of signing
    pre-arbitration-eligible players to long-term contracts and
    getting it done in Spring Training. Ian Kinsler had just two
    years of service last spring when he agreed to a five-year,
    $22 million deal. Hank Blalock signed a five-year deal in the
    spring of 2004, and the Rangers also picked up the option
    last October, keeping him from becoming a free agent during
    the winter. Michael Young did both a four-year deal at the
    end of Spring Training in ’04 and a five-year extension last
    spring. Blalock, Young and Kinsler all avoided arbitration
    hearings with their first multiyear deal. “Obviously I have
    the last say, but I want to stay out of the loop until the
    end,” Hamilton said. “To get something done and have security
    for my family is something I’d like to have, but I’m not
    worried about it. It’s not something I’m thinking about when
    I wake up in the morning.”

    Rangers eye extension for Hamilton

    Josh Hamilton’s contract is next on the agenda for the Rangers.Over the next few weeks, the Rangers will be turning their attention to signing their pre-arbitration players before the start of the Cactus League season,and Hamilton is foremost among that group. The question is if the Rangers will be able to sign Hamilton to a long-term deal or if they will have to settle on another one-year deal. A long-term deal is preferable.

    Follow

    Get every new post delivered to your Inbox.