May 2009

Francisco’s first run sends Texas to loss

Frank Francisco’s magical ride came to a sour end on Sunday afternoon, and so did the Rangers’ magnificent month of May. Francisco, who had not given up an earned run in his last 30 appearances going back to Aug. 18, 2008, did so on Sunday at a most inopportune moment. Called in to preserve a tie game and allow the Rangers to complete a gritty comeback, Francisco instead gave up a home run to Adam Kennedy with one out in the ninth inning that gave the Athletics a 5-4 victory at Rangers Ballpark in Arlington. The Rangers, who lead the American League West by 4 1/2 games, trailed 4-0 with nine outs to go, but scored two in the seventh and two in the eighth to tie the game. They also had the best of the back end of their bullpen to finish the comeback. “We’ll take those odds all day long,” third baseman Michael Young said. “Frankie has been lights out all year long. We expect him to be great, they just got a big home run off him. If we have that situation again, I like our chances.” Francisco had not allowed a run in 17 2/3 innings this season, the most innings this season by a Major League pitcher without giving up a run. “Fastball down the middle,” Francisco said an hour after the game was over. “We can’t expect him to be perfect,” outfielder David Murphy said. “We’re disappointed with the way it happened, but by no means did we expect him to be scoreless the entire season. He’s allowed to make a mistake now and then.” The loss ends the Rangers’ three-game winning streak, but they still went 20-9 in May, the second winningest month in club history. “We’re not dumping champagne on our head because we had a good May, but we are making progress,” Young said. “We’re getting better and we’re finding ways to attack our weaknesses. I expect that to continue.” Rangers manager Ron Washington had a fully rested bullpen ready for both the ninth inning and extra frames. Jason Jennings, C.J. Wilson, Darren O’Day and Francisco were all ready to go if needed. Washington just wanted one scoreless inning with his closer and then would take a shot to win it in the ninth. “In a tie game, it’s either bring in your closer or not use him,” Washington said. Athletics manager Bob Geren, who was already deep into the back end of his bullpen by having used both Michael Wuertz and Andrew Bailey, knew the Rangers were in good position. “When they bring in a guy who hasn’t allowed a run backed up by Wilson, you think you’ve got to score two to beat them,” Geren said. “Emotionally, it was big to win against a guy who hasn’t given up a run this season. That guy has a good arm and a good offspeed pitch. He is one of the best closers in the game.” The Rangers spent the first six innings of the afternoon totally baffled by Athletics left-hander Dallas Braden. He allowed just three hits through those six frames while Rangers starter Kevin Millwood gave up a home run to Kennedy in the first and Jason Giambi in the sixth. The home run by Giambi was his 37th against the Rangers in his career, most for any active player. Millwood was gone after six, having thrown 116 pitches, and was not involved in the decision. After carrying the Rangers’ pitching staff in April, he finished May at 2-2 with a 4.28 ERA. He does not have a win in his last three starts and just one in his last five starts. “I was just a little inconsistent out there,” Millwood said. “I threw too many pitches, especially in the first and second inning, that ran me out of gas. I still feel like I’m pitching well but not getting the results. It is what it is. All I can do is control what I can control and not worry about anything else.” Millwood left trailing, 2-0, against Braden. The Athletics scored two more off Derek Holland to make it 4-0 before the Rangers struck back with a two-run double from Jarrod Saltalamacchia in the bottom of the seventh. They tied it in the bottom of the eighth after Young led off with an infield hit and Nelson Cruz drew a one-out walk against Wuertz. Bailey took over, but singles by Hank Blalock and Marlon Byrd tied the game. Bailey kept it that way by striking out Murphy and getting Saltalamacchia on a popout.

bam.loadSync(“/shared/scripts/bam.media.js”);
var mediaCount, mediaContentId, mediaMeta;
mediaCount = 3;
mediaContentId = ’4814569′;
mediaMeta = bam.media.getMetaData(mediaContentId);
mediaMeta.headline = ‘Saltalamacchia's two-run double’;
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() {
$(‘

Related Video

    ‘).appendTo(‘#article_media_related’);
    var relatedMediaItems = [
    {}

    ,{
    content_id : '4814569',
    content_title : 'Saltalamacchia's two-run double',
    content_thumb : 'http://mediadownloads.mlb.com/mlbam/2009/05/31/mlbf_4814569_th_7.jpg'
    }
    ,{
    content_id : '4815337',
    content_title : 'Byrd knots the game',
    content_thumb : 'http://mediadownloads.mlb.com/mlbam/2009/05/31/mlbf_4815337_th_7.jpg'
    }
    ,{
    content_id : '4815299',
    content_title : 'Blalock's RBI single',
    content_thumb : 'http://mediadownloads.mlb.com/mlbam/2009/05/31/mlbf_4815299_th_7.jpg'
    }
    ];
    var relatedMediaItem;
    for(var r=2;r<=5;r++){
    if (relatedMediaItems[r]) { // displays four on side, first is main video
    relatedMediaItem = $('

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

    ‘+relatedMediaItems[r].content_title+’

    ‘);
    relatedMediaItem.appendTo(‘#article_media_related ul’);
    }
    }
    }

    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/31/mlbtv_oaktex_4814569_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);
    });

    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);
      });

      Moscoso looks good in MLB debut

      Guillermo Moscoso carries a little pink backpack with light blue straps when he goes to the bullpen. As funny as it sounds, he enjoys these initiation procedures for rookies. “We know we’re going to carry the pink bag when we come up,” Moscoso said. “It’s filled with water, pills, Red Bulls, everything we need out in the bullpen. That’s my job right now.” Moscoso hopes to be around for another month or two when his Rangers teammates will give him a costume to wear while on road trips. They might not have the chance to do so. Starting pitcher Vicente Padilla is scheduled to come off the disabled list and start Tuesday against the Yankees. That means someone will have to be moved off the 25-man roster. Moscoso was called up from Double-A Frisco before the second game of Friday’s doubleheader against the Athletics. He made his Major League debut in Saturday’s 14-1 Rangers victory over the A’s and pitched a scoreless ninth inning to close the game. “I thought he did a good job,” Rangers manager Ron Washington said. “He made a great pitch on the double play and didn’t seem nervous. He came as advertised: He threw strikes.” Moscoso allowed a single to lead off the inning but responded with a strikeout. He gave up another single, but got Ryan Cunningham to ground into a double play to end the game. Moscoso enjoyed his inning of work. “It felt great,” he said. “It’s something you dream of forever. I got the opportunity and I got focused on that. I did the best I could do. “That was one of my best moments in baseball.” You can excuse him for not saying that was his best moment. Moscoso threw a perfect game with the Oneonta Tigers in the New York-Penn League on July 15, 2007. It was the second perfect game in the history of the league. “I was thinking about the perfect game in the seventh,” he said. “I was getting nervous in the eighth.” The Rangers acquired Moscoso when they dealt catcher Gerald Laird to the Tigers on Dec. 8 this offseason. Moscoso had been 3-1 with a 4.50 ERA in nine games (seven starts) and limited opponents to a .246 average while with Frisco. He opened the season with two relief appearances before moving to the rotation full time.

      Rangers’ rout makes for May history

      The Rangers have only one more day to enjoy one of the best months in club history. This month has been so good, in fact, for the Rangers that it has even exceeded what they accomplished last year in May. That’s saying something. The Rangers pushed this month into new heights of historical standing when they pounded the Oakland Athletics, 14-1, before a near-sellout crowd of 45,325 fans at Rangers Ballpark in Arlington on Saturday. Brandon McCarthy survived a near-disastrous first inning to earn his fifth victory, most on the staff, and the Rangers have won 14 of their past 19 games. They are also now 20-8 for the month of May, their most victories ever in that month in club history. It’s only the second time in Rangers history that they’ve won 20 games in a month, one short of the record of 21-10 set in September 1978. “A refreshing victory,” Rangers manager Ron Washington said. “We’re having fun and it’s easy to have fun when you’re doing the things we’re doing. We’re pitching pretty good, catching the ball pretty good and doing enough to put runs on the board. Tonight we broke out a little bit.” The Rangers were 19-10 in May last season on their way to a 79-83 record for the season. That 19-10 record came after a 10-18 April and left them four games behind the Angels in the American League West when the month was over. This season, after going 10-11 in April, the Rangers have now been sitting in first place in the AL West for 25 straight days. That’s their longest continuous stretch sitting in first place since 1999 when they won their last division title by spending 139 straight days atop the AL West. “It all starts with pitching and defense,” said third baseman Michael Young, who had three hits. “I know that sounds like a broken record around here, but that’s why we’re having so much fun.” The Rangers’ offense joined in the fun with 17 hits, second most in a game this season, and five walks. The Rangers, who came into the game with the third fewest walks in the American League, have 24 walks in their past five games. Ian Kinsler had two walks and scored after both. “If you’re generating walks, you’re having good at-bats and not swinging at bad pitches,” Kinsler said. “That’s what we need all up and down the lineup, just tough at-bats. Swing at strikes and take balls. If we can be consistent in that, our offense will be much better.” McCarthy was the one issuing walks early in a strange first inning. He threw 22 pitches and only seven of them were strikes. He walked the first two batters and three of the first four, and still escaped with just one run scored. After McCarthy walked the first two hitters, he fell behind 2-0 to Matt Holliday. Pitching coach Mike Maddux made a quick visit to the mound and McCarthy responded immediately to what he said. He threw a four-seam fastback and Holliday hit it right at second baseman Kinsler for a double play. “I don’t even remember what [Maddux] said,” McCarthy said. “I was searching all over the place trying to find something. It was probably the same message he always says: ‘Go after them … you have good stuff …now find it.’” McCarthy then walked Jason Giambi and got a break when Kurt Suzuki’s double deep into the right-center field gap ricocheted into the Rangers’ bullpen. That kept a second run from scoring and McCarthy then wiggled out of the inning by getting Ryan Sweeney on a pop to third base. Sweeney’s popout started a complete turnaround for McCarthy. Sweeney was the first of 12 straight hitters McCarthy retired. McCarthy also retired 16 of 18 hitters before leaving after six innings. By then, the Rangers were sitting on a 10-1 lead. “I really have no answer,” McCarthy said. “I just settled in and got back to getting into a groove.” The Rangers as a team have been in one for most of May. They’ve also been doing pretty good against the AL West. The Rangers need one more victory against the Athletics on Sunday to sweep the four-game series. If so, it would be their third straight sweep of an AL West opponent after taking a pair of three-game series on the last homestand against the Mariners and Angels. They are 13-2 against the AL West so far this season. 

      bam.loadSync(“/shared/scripts/bam.media.js”);
      var mediaCount, mediaContentId, mediaMeta;
      mediaCount = 1;
      mediaContentId = ’4797707′;
      mediaMeta = bam.media.getMetaData(mediaContentId);
      mediaMeta.headline = ‘Cruz crushes one’;
      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/30/mlbtv_oaktex_4797707_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);
        });

         

        Big first sends Texas to twin-bill sweep

        The Rangers swept Friday’s doubleheader from the Athletics. They took the first game, 6-3, and the second, 5-2. “Two very efficient ballgames,” Rangers manager Ron Washington said. “We had great defense, clutch hitting. That’s a lot of fun. “It’s huge because they’re in our division. I always believe we have to play well in our division.” The Rangers scored four times in the first inning of the second game. Ian Kinsler led off the frame with a walk two batters before Josh Hamilton scored him with a double. Hank Blalock hit a double of his own to score Hamilton. The A’s decided to intentionally walk Chris Davis, who went 0-for-4 with four strikeouts in the first game, to face Taylor Teagarden. The move backfired when Teagarden singled to score two runs. Teagarden scored the Rangers’ fifth run in the fourth inning on a Michael Young sacrifice fly. The Athletics scored in the third inning when Matt Holliday made a smart play on the basepaths. Jason Giambi laced a hard-hit grounder to Davis, who stepped on first and threw to second base. Holliday allowed himself to be caught in a rundown while Orlando Cabrera scored from third. The run counted because Cabrera touched the plate before Holliday was tagged out and the third out was not a force. Holliday scored the Athletics’ first run of the game. Davis continued his struggles at the plate. He went 0-for-7 with six strikeouts over the doubleheader. The record is seven. According to the Elias Sports Bureau, it has been accomplished five times, the last by Mike Vail on Sept. 26, 1975, with the New York Mets. “There’s no point about getting mad,” Davis said. “It’s part of the game. No point taking it out on a bat rack.” He plans to come to the ballpark early Saturday and put in some extra work. “I think I’m close,” Davis said. “I’m not going to put a timetable on it. I’m going to come in early tomorrow and look at video and make an adjustment. “Obviously I gotta make some kind of adjustment.” He hasn’t carried his struggles at the plate into the field. Davis made an excellent play on a foul pop in the seventh inning of the first game and on a hard-hit liner in the fourth inning of the second game. When Davis flied out to deep center field, the crowd gave him a standing ovation, something not lost upon him. “I thought it was funny,” he said. “I was laughing about it.” Despite Davis’ struggles, Washington doesn’t plan to bench the first baseman. Over his last 11 games, Davis has struck out in 23 of 37 at-bats.

        “Rest won’t do him any good,” Washington said. “What he needs is to see pitches. He’s trying to let the ball come to him, and that’s good.”  Scott Feldman battled over six innings, allowing two earned runs on 104 pitches. “There wasn’t a single inning he worked that was easy,” Washington said. “He worked pretty hard to get to the sixth.” Feldman said his mechanics were probably the cause of that. “I don’t know if I was repeating my mechanics,” he said. “It took me a little longer to get to know where my stuff was going.” 

        bam.loadSync(“/shared/scripts/bam.media.js”);
        var mediaCount, mediaContentId, mediaMeta;
        mediaCount = 1;
        mediaContentId = ’4778287′;
        mediaMeta = bam.media.getMetaData(mediaContentId);
        mediaMeta.headline = ‘Hamilton's RBI double’;
        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/29/mlbtv_oaktex_4778287_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);
          });

          Hunter steps up in twin bill’s opener

          Tommy Hunter provided 5 1/3 much-needed innings as the Rangers defeated the A’s, 6-3, in the first game of Friday’s doubleheader. Hunter made the emergency start when Matt Harrison was placed on the disabled list with shoulder inflammation. He is eligible to return on June 10. Harrison is 4-4 with a 5.43 ERA in nine starts this season. “Tommy got us through five, gave us a chance to win,” Rangers manager Ron Washington said. “He looked more under control. For the most part, he got it done.” Andruw Jones broke a late-inning 3-3 tie with a two-run home run that bounced off the left-field foul pole. Nelson Cruz followed that with a home run of his own. It was the third time the Rangers have gone back-to-back this season. “Rudy [Jaramillo, hitting coach] did a good job with [Jones] in Spring Training to get his confidence back,” Washington said. “Our guys know what he’s capable of doing because he’s done it for so many seasons.” Marlon Byrd hit a solo home shot in the seventh to provide the tie with the Rangers’ first hit since the first inning when Cruz launched a two-run double deep to center field. After the game, Hunter was optioned to Triple-A Oklahoma City. Guillermo Moscoso was called up from Double-A Frisco and was available for the second game of Friday’s doubleheader.

          bam.loadSync(“/shared/scripts/bam.media.js”);
          var mediaCount, mediaContentId, mediaMeta;
          mediaCount = 1;
          mediaContentId = ’4773095′;
          mediaMeta = bam.media.getMetaData(mediaContentId);
          mediaMeta.headline = ‘Cruz's two-run double’;
          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/29/mlbtv_oaktex_4773095_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 enter agreement with KTXA-TV

            The Rangers announced Friday they have entered into a five-year agreement with KTXA-TV (TXA 21) to broadcast 25 regular-season games starting next season. The station will broadcast “Texas Rangers Game of the Week” on Friday nights, as well as select Spring Training games in 2010. “The Rangers are very happy to enter into this agreement with TXA 21,” Rangers president Nolan Ryan said in a press release. TXA 21 and its sister station KTVT-TV (CBS 11) are owned by CBS Television Networks. Fox Sports Southwest will carry a minimum of 130 Rangers games per season under its contract that extends through 2014.

            Ryan may pursue purchase of Rangers

            Rangers president Nolan Ryan might be interested in forming a group that would purchase controlling interest in the ballclub from owner Tom Hicks. Ryan is a long-time partner of Houston businessman Don Sanders and the two of them own a pair of Minor League teams — Round Rock and Corpus Christi. “I think Don and I will probably take a look at it,” Ryan said on Friday before the Rangers’ doubleheader against the Oakland Athletics. “It’s one of those things that we probably need to look at the possibilities that might be there and see if there might be a fit for us.” Ryan said he and Sanders do not have the resources to buy the team themselves but would have to put together a partnership group to do it. Sanders is a Houston banker who was a minority partner with the Astros when Ryan signed with them as a free agent in 1980. The two have since paired in a number of business ventures, including their Minor League teams and in the banking industry. Ryan said he would prefer to form his ownership group with Sanders rather than be a part of another group trying to buy the club. But he said he would be willing to at least talk with any other prospective buyers if they approach him about joining their group. “I’d just have to see who they are and what their thoughts are on it,” Ryan said. Hicks has owned the team since 1998 and is currently trying to sell at least part of the team to help pay off some off Hicks Sports Group’s significant debt. He originally said he was looking for a partner to buy up to 49 percent of the franchise. But on Thursday Hicks said that he would be willing to sell more than just a minority interest. Hicks said he might be willing to become the minority partner and give up controlling interest in the Rangers to the right buyer. Hicks still wants to be a part of the Rangers going forward but a change in controlling interest would be a significant development. “If there is a change or a new owner, there are probably going to be some changes,” Ryan said. “Where that goes, no one really knows.” Hicks said if there is a change in ownership, he would like Ryan to be a part of it. Ryan was hired as club president in January 2008 and is signed to a contract through 2011. Ryan said he has met some of the prospective buyers in his role as president but has not had any substantive talks with Hicks about joining any ownership group. “I think that with everything that’s been said lately, it’s better to let things settle down,” Ryan said. “These are tough times. When something of this nature comes up, you don’t like to see anybody go through it. Obviously it has an impact on the organization.” Hicks bought the team in 1998 for $250 million from a group originally headed by Rusty Rose, Tom Schieffer and former President George W. Bush. Forbes Magazine listed the franchise value at $405 million in April. Any change in controlling interest would have to be approved by the other 29 owners.

            Rangers place Harrison on DL

            The Rangers have placed pitcher Matt Harrison on the disabled list to make room for pitcher Tommy Hunter, who starts today’s first game of a doubleheader against the A’s. Harrison is sidelined with a strained left shoulder. He last pitched on Monday against the Yankees and is 4-4 with a 5.43 ERA in nine starts. He is eligible to come off on June 10. He will throw a bullpen this week and that will give the Rangers a better idea of where he stands. “He’s feeling much better today,” general manager Jon Daniels said. “We could be aggressive and push his start back to next week (June 6) in Boston but given his age and experience level, we want to be smart about it.” Vicente Padilla, who threw in the bullpen on Friday, is expected to come off the disabled list and pitch Tuesday against the Yankees. “I feel good,” Padilla said after his bullpen session. “My velocity is good. I think I’m ready for Tuesday. I’m going to throw another bullpen on Sunday and after that we’ll see. But the way I feel today, I don’t think there will be any problems.”

            bam.loadSync(“/shared/scripts/bam.media.js”);
            var mediaCount, mediaContentId, mediaMeta;
            mediaCount = 1;
            mediaContentId = ’4561595′;
            mediaMeta = bam.media.getMetaData(mediaContentId);
            mediaMeta.headline = ‘Harrison's complete-game win’;
            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/14/mlbtv_seatex_4561595_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);
              });

              Three strikes, and Davis may be out

              The Rangers are trying to be patient with first baseman Chris Davis as he tries to pull out his strikeout-laden slump. They still believe he is a big part of their future. But patience does have limits. “We’ve said all along that when you go with young players who you’ve committed to and have had some level of success, there will be growing pains,” Rangers general manager Jon Daniels said. “But at some point, you have to look at each individual and decide what’s in the best interests of the individual and the team. “We’re not there yet. It’s obvious Chris is making a contribution with his defense, but he’s nowhere near where he needs to be or can be offensively. He hasn’t made the adjustments he needs to make. We’re going to be patient, but he understands what he needs to do.” Davis, who is 3-for-37 with 18 strikeouts in his past 11 games, probably needs to do it quickly, or he could end up back at Triple-A Oklahoma at some point. “It’s come up,” Daniels said. “When you’ve got young players struggling, you’re always evaluating your options and what’s the best way to put a player in a position to succeed. I can’t put a timeline on it. This is not the first time or the last time that a young player who is a big part of the future has struggled. “If the work ethic is there, and he’s contributing in other ways to the team, you’d be willing to give it time. The team is playing well and winning games. It’s up to Chris. He needs to improve offensively, and he knows that.”

              Davis, after going 0-for-4 with three strikeouts on Wednesday against the Yankees, is hitting .203 with 12 home runs and 23 RBIs in 45 games and 158 at-bats. He has struck out 71 times and walked ten times.  ”Obviously, it’s been tough,” Davis said. “When things go south, you try to blow it off, but it’s always tough. I do have pride being on this team and helping this team win. Ask anybody in this clubhouse, and they will say the same thing. What we do is physically and mentally demanding, and when you don’t do well, your first instinct is to get down on yourself.

               

              Follow

              Get every new post delivered to your Inbox.