Results tagged ‘ Alex Rodriguez ’

Millwood launches ballpark facility

Eleven-year-old Zackary Calhoun has a new favorite baseball player. “I used to like Alex Rodriguez, but I think he’s moved to a different team,” Calhoun said. The former Rangers star was traded to the Yankees in early 2004. Calhoun’s favorite player is now Rangers ace Kevin Millwood, who helped fund and open the Kevin Millwood Texas Rangers Ballpark on Monday. Millwood threw the first pitch at the field to Calhoun, a fellow pitcher. “I throw fastballs and curveballs,” Calhoun said. Millwood also throws both of those pitches. After the first pitch, Millwood threw batting practice to a few of the kids. “It’s nice to see the park finally coming together,” Millwood said. “Hopefully all the kids can have a great time playing on this field.” This opportunity presented itself when he was looking for a charity to donate to during the last offseason. Millwood and the Texas Rangers Baseball Foundation covered the cost of the entire project. “It doesn’t matter how long it takes,” Millwood said. “I think it’s great for kids to have a place to play ball.” The new park is the 10th field built with help from the Texas Rangers Baseball Foundation and the first in Arlington. It is located at 2011 Wynn Terrace in the eastern part of Arlington and is part of the National Semiconductor Sports Complex. Grace Temple Missionary Baptist Church donated some of the land for the field, which is also on a vacant lot previously owned by the Arlington Water Department. The Boys & Girls Clubs of Arlington will receive primary use of the field. They hope to have 120 kids play in their Rookie League, which features ages 6-12. Play begins July 29. “Before the summer’s over, you’ll see a really nice baseball field,” said Steve Wurm, the president of the Boys & Girls Clubs of Arlington. “It’s an opportunity for kids to play and have structured sports. We approached Kevin Millwood and the Texas Rangers and they graciously wanted to help us out.”

bam.loadSync(“/shared/scripts/bam.media.js”);
var mediaCount, mediaContentId, mediaMeta;
mediaCount = 4;
mediaContentId = ’5006353′;
mediaMeta = bam.media.getMetaData(mediaContentId);
mediaMeta.headline = ‘Millwood's scoreless start’;
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 : '5006353',
    content_title : 'Millwood's scoreless start',
    content_thumb : 'http://mediadownloads.mlb.com/mlbam/2009/06/11/mlbf_5006353_th_7.jpg'
    }
    ,{
    content_id : '5004133',
    content_title : 'Millwood's quick reflexes',
    content_thumb : 'http://mediadownloads.mlb.com/mlbam/2009/06/11/mlbf_5004133_th_7.jpg'
    }
    ,{
    content_id : '4894921',
    content_title : 'Millwood's sharp start',
    content_thumb : 'http://mediadownloads.mlb.com/mlbam/2009/06/05/mlbf_4894921_th_7.jpg'
    }
    ,{
    content_id : '4784237',
    content_title : 'Rangers Insider - Millwood',
    content_thumb : 'http://mediadownloads.mlb.com/mlbam/2009/05/29/mlbf_4784237_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/06/11/mlbtv_tortex_5006353_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);
    });

    Wilson learns of Stadium the hard way

    C.J. Wilson calmly stood on the mound and watched in earnest as Melky Cabrera’s ball soared toward left field, thinking confidently he had just induced the first out of the inning. Calmness quickly became worry as left fielder David Murphy started drifting back to the fence. Suddenly, drifting turned to sprinting, sprinting to leaping and leaping to disappointment, as the ball dropped in the stands, just out of Murphy’s reach. It was a two-run home run to break a tie in the eighth, and Wilson had run the emotional spectrum in a matter of seconds — from confidence to utter disbelief. For the past two days, the Rangers have maintained the new Yankee Stadium has played fair during this series. But Wilson was victimized from a home run that he believed may have been a product of the ballpark Thursday afternoon, which sent Texas to an 8-6 loss to New York in front of 45,713. “I was like, ‘Oh, popup,’” Wilson said. “That’s why I didn’t really react. I was like, ‘Oh, OK, fly ball — oh [man], I forgot where we are. That’s not good.’” Wilson’s tough outing came hours after Ron Washington praised his lefty reliever for how he has pitched of late. Wilson struck out Alex Rodriguez with the game on the line in Texas’ 4-2 win on Wednesday. Cabrera’s game-winning home run took center stage, but the Rangers held an early four-run lead on Thursday and seem poised for their second-straight victory. Starter Brandon McCarthy allowed just one run through the first four innings and seemed to have the powerful Yankees lineup under control. Then came the fifth inning. The first five Yankees batters reached base to begin the frame, before McCarthy was pulled in favor of reliever of Jason Jennings. Francisco Cervelli and Ramiro Pena led off with consecutive singles, and McCarthy walked Johnny Damon and Nick Swisher. That set up the crushing blow: A three-run inside-out double by Mark Teixeira that bounced down the left-field line. All told, the Yankees scored five runs in the fifth to take a 6-5 lead and end McCarthy’s day after just four-plus innings. “It seemed like he just lost his location and couldn’t throw the ball over the plate like he was earlier,” Washington said. “In baseball, that happens.” McCarthy had a different explanation for his fifth-inning meltdown. Despite the two walks, he thought his control was not the problem. He credited the Yankees hitters for their plate discipline and particularly cited the fourth ball to Swisher, which he said he expected Swisher to swing at. <p. a ?It wasn?t really loss command, it was just couple bad pitches,? McCarthy said. ?I started off that inning giving up two hits, and I didn?t do good job of containing them after that.?

    The Rangers battled back in the sixth, when second baseman Ian Kinsler launched a solo home run off Alfredo Aceves that clanged high on the left-field foul pole. From there, the two bullpens kept the score tied until Cabrera’s eventual game-winning homer.

    bam.loadSync(“/shared/scripts/bam.media.js”);
    var mediaCount, mediaContentId, mediaMeta;
    mediaCount = 6;
    mediaContentId = ’4871323′;
    mediaMeta = bam.media.getMetaData(mediaContentId);
    mediaMeta.headline = ‘Wilson gives up go-ahead shot’;
    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 : '4871323',
      content_title : 'Wilson gives up go-ahead shot',
      content_thumb : 'http://mediadownloads.mlb.com/mlbam/2009/06/04/mlbf_4871323_th_7.jpg'
      }
      ,{
      content_id : '4869373',
      content_title : 'Kinsler's solo dinger',
      content_thumb : 'http://mediadownloads.mlb.com/mlbam/2009/06/04/mlbf_4869373_th_7.jpg'
      }
      ,{
      content_id : '4867831',
      content_title : 'Cruz's solo smack',
      content_thumb : 'http://mediadownloads.mlb.com/mlbam/2009/06/04/mlbf_4867831_th_7.jpg'
      }
      ,{
      content_id : '4866897',
      content_title : 'Davis' two-run double',
      content_thumb : 'http://mediadownloads.mlb.com/mlbam/2009/06/04/mlbf_4866897_th_7.jpg'
      }
      ,{
      content_id : '4866533',
      content_title : 'Cruz's leaping catch',
      content_thumb : 'http://mediadownloads.mlb.com/mlbam/2009/06/04/mlbf_4866533_th_7.jpg'
      }
      ,{
      content_id : '4866133',
      content_title : 'Blalock's RBI single',
      content_thumb : 'http://mediadownloads.mlb.com/mlbam/2009/06/04/mlbf_4866133_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/06/04/mlbtv_texnya_4871323_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);
      });

      Feldman puts Rangers back atop AL

      Things were starting to unravel for Scott Feldman, and he wasn’t sure why. Suddenly, he couldn’t find the strike zone in the third inning on Wednesday and began to look increasingly uncomfortable on the mound with each ball he threw. After Feldman walked the bases loaded, Alex Rodriguez stepped to the plate with one out and a chance to quickly eliminate the Rangers’ three-run lead. Then, as fast as Feldman lost his command, it came back. One pitch could have swung the momentum the Yankees’ way. Turns out, all it took was one pitch to put Feldman back on track. Rodriguez bounced into a 5-5-3 double play, and Feldman settled down, allowing just two runs over 6 1/3 innings. It proved to be the turning point in the Rangers’ 4-2 victory over the Yankees in front of 44,452 at Yankee Stadium. With the win, Texas (31-21) reclaimed the best record in the American League by a half-game over New York (31-22). “That was huge for me,” Feldman said of the third-inning double play. “I really lost the feel for what I was doing out there. I just totally lost the feel for it. And then I made a pretty good pitch, and the play that [third baseman] Michael [Young] made was probably the play of the game, and it really saved us.” From that point on, Feldman was nearly flawless. He retired 10 of the next 11 hitters he faced, with the only baserunner reaching on a throwing error by shortstop Elvis Andrus. After issuing those three walks in the third, Feldman did not walk another hitter. To keep the ball on the ground, Feldman relies on his hard sinker — a pitch that’s especially important when playing in Yankee Stadium, a ballpark already garnering a reputation as a hitters’ paradise. Feldman recorded 11 outs on the ground, including two double plays, and did not give up a single fly ball to the outfield. Feldman exited with a runner on first and one out in the seventh, after allowing a solo home run to Jorge Posada earlier in the frame. Relievers C.J. Wilson and Frank Francisco combined to surrender just one hit through the next 2 2/3 innings to ensure Feldman would improve to 5-0 on the season. “I thought he mixed well,” manager Ron Washington said. “He didn’t put anything where they could get the part of the bat on early. They were beating the ball into the ground, and that’s when you know Feldman does have his best stuff.” The Rangers immediately jumped on Yankees starter Andy Pettitte, scoring three runs before Feldman even took the mound. Right fielder Nelson Cruz drove in the first run with a single, scoring Ian Kinsler. Two batters later, center fielder Marlon Byrd hit into a run-scoring fielder’s choice. The final run of the frame crossed on an RBI hit by Chris Davis. That was all Feldman needed to shut down arguably the best offensive team in the AL. Once he got Rodriguez to hit into the double play to end the third inning, it was smooth sailing. “That was one of the plays of the game,” Andrus said. “That was a great play for [Young]. After that, everything was cooled down. It was a bad thing for them. We kind of picked it up after that play. After that, it was our game.” Before the game, Washington stressed the importance of quickly forgetting about Tuesday night’s 12-3 Rangers loss and focusing on getting back into the win column. Afterward, Washington said he was proud of his team’s short memory and resilience.

      bam.loadSync(“/shared/scripts/bam.media.js”);
      var mediaCount, mediaContentId, mediaMeta;
      mediaCount = 5;
      mediaContentId = ’4848811′;
      mediaMeta = bam.media.getMetaData(mediaContentId);
      mediaMeta.headline = ‘Cruz's RBI single’;
      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 : '4848811',
        content_title : 'Cruz's RBI single',
        content_thumb : 'http://mediadownloads.mlb.com/mlbam/2009/06/03/mlbf_4848811_th_7.jpg'
        }
        ,{
        content_id : '4849171',
        content_title : 'Kinsler's RBI single',
        content_thumb : 'http://mediadownloads.mlb.com/mlbam/2009/06/03/mlbf_4849171_th_7.jpg'
        }
        ,{
        content_id : '4848453',
        content_title : 'Davis' RBI single',
        content_thumb : 'http://mediadownloads.mlb.com/mlbam/2009/06/03/mlbf_4848453_th_7.jpg'
        }
        ,{
        content_id : '4848409',
        content_title : 'Jones comes home',
        content_thumb : 'http://mediadownloads.mlb.com/mlbam/2009/06/03/mlbf_4848409_th_7.jpg'
        }
        ,{
        content_id : '4852543',
        content_title : 'Andrus' slick stop',
        content_thumb : 'http://mediadownloads.mlb.com/mlbam/2009/06/03/mlbf_4852543_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/06/03/mlbtv_texnya_4848811_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);
        });

        Padilla, Rangers struggle vs. Yankees

        Heading into the Rangers’ road trip against the Yankees and Red Sox, manager Ron Washington said he just wanted to see his team play well and stay competitive against two of the best teams in baseball, no matter the outcome. By those standards, the first game of the trip fell well short. Hours after star outfielder Josh Hamilton was put on the disabled list, the Rangers’ pitching staff was hit hard in a 12-3 loss to the Yankees on Tuesday night in front of 43,948 at Yankee Stadium. New York (31-21) erupted for a seven-run fourth inning to blow the game open off starting pitcher Vicente Padilla, and now leads the Rangers (30-21) by a half-game for first place in the American League standings. “We could take a lesson from them,” outfielder Marlon Byrd said. “They put a beating on us.” Padilla, who hadn’t pitched since May 16 because of a strained right shoulder, struggled with his command all night and allowed seven earned runs in just 3 2/3 innings. He surrendered seven hits and was plagued by four walks and two hit batsmen, but said afterward he felt healthy and that his velocity was acceptable. The problem was his location. The Rangers took an early 3-2 lead, when right fielder Nelson Cruz blasted a three-run home run in the third inning off Yankees starter A.J. Burnett. But it was short-lived. New York opened the floodgates in the bottom of the fourth to take complete control. “We couldn’t stop them, and they just opened up seven runs right there in the fourth inning,” Washington said. “That killed us right there.” Padilla led off the frame by walking Melky Cabrera, who was bunted to second by Brett Gardner. After Derek Jeter walked, Johnny Damon lined a hit into right field to score the tying run. Texas had an opportunity to escape without further damage, when Alex Rodriguez came up with the bases loaded and one out. He hit what looked to be a double-play grounder to second, but Mark Teixeira slid hard into the bag to break it up and allow the go-ahead run to cross the plate.

        “That really killed us, because I think if we got off the field with the score 4-3 right there, it’s still in striking distance,” Washington said. “It’s a little different [if] he’s coming out there trying to pitch in a 4-3 game than coming out there and pitching in a [9-3] game.”

        bam.loadSync(“/shared/scripts/bam.media.js”);
        var mediaCount, mediaContentId, mediaMeta;
        mediaCount = 2;
        mediaContentId = ’4831823′;
        mediaMeta = bam.media.getMetaData(mediaContentId);
        mediaMeta.headline = ‘Cruz's three-run homer’;
        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 : '4831823',
          content_title : 'Cruz's three-run homer',
          content_thumb : 'http://mediadownloads.mlb.com/mlbam/2009/06/02/mlbf_4831823_th_7.jpg'
          }
          ,{
          content_id : '4833793',
          content_title : 'Young's backhanded stop',
          content_thumb : 'http://mediadownloads.mlb.com/mlbam/2009/06/02/mlbf_4833793_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/06/02/mlbtv_texnya_4831823_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);
          });

           

          Hicks open to selling control of Rangers

          Rangers owner Tom Hicks said Thursday morning he is willing to be flexible to what percentage of the ballclub he is willing to retain in any pending sale. That includes becoming a minority partner. Hicks said he is open to giving up controlling interest in the Rangers under the right circumstances. “I’ve been trying to sell a minority interest in the Rangers,” Hicks said. “I’ve had a number of interested parties that I’m talking to. Now I’m prepared to expand that to people who are interested in a controlling interest.” Hicks has had full control over the Rangers since he bought the team in 1998. It was his decision to dismiss Doug Melvin as general manager and hire John Hart. He also hired Jon Daniels to be Hart’s successor in 2005. Hicks was also the one who was willing to sign Alex Rodriguez to a 10-year, $252 million contract in 2000 and to hire Nolan Ryan as club president last year. To give up controlling interest would be a significant move and would require approval of the other 29 Major League Baseball owners. “It depends on who the people are,” Hicks said. “If it’s a group of three or four owners who are all equal, I might feel fine. I like the idea of Nolan being more involved. I’m trying to set the stage for the Rangers’ next development of the franchise.”

          Hicks said a sale could be completed between now and the end of the season. Last April, Forbes valued the team at $405 million. Hicks bought the team in 1998 for $250 million from an ownership group headed by Rusty Rose, Tom Schieffer and then-future President George W. Bush. Hicks, under the umbrella of the Hicks Sports Group, owns 95 percent of the Rangers but has no desire to retain that much interest. He would rather take on investors and use the money to pay down debt. “The reality is HSG has debt that has to be retired,” Hicks said. “To do that, the Rangers are a very valuable franchise in the largest market in the nation with just one team. There are a lot of interested parties but I’ve decided it would be better if I broadened the process.”  Hicks said Ryan could end up being a part of a new ownership group. Ryan and longtime Houston business partner Don Sanders currently own two Minor League teams in Round Rock and Corpus Christi. “I don’t know how big it would be,” Hicks said. “What’s important for Nolan is to be involved with the Rangers. If he has an investment in the ownership, it may mean his involvement is long-term.” The Rangers won two division titles during Hicks’ first two seasons as owner in 1998 and ’99 but have since endured eight losing seasons in nine years. At 27-18 they currently have the best record in the American League and a three-game lead in the AL West over the Los Angeles Angels of Anaheim. Their farm system has also been ranked as being among the best in baseball. Hicks also owns the Dallas Stars of the National Hockey League and a 50-percent stake in the Liverpool F.C. soccer team. Hicks made it clear he wants to continue being involved with the Rangers even if he does sell a majority stake and controlling interest in the club.

          Rangers have no answer for Yanks

          Matt Harrison gave up seven runs in five
          innings as the Rangers lost to the Yankees, 11-1, before a
          sellout crowd at Rangers Ballpark on Monday. Harrison has
          lost his past two starts after winning four in a row. The
          Rangers also had a three-game winning streak and an
          eight-game home winning streak come to an end. Texas has lost
          24 of its past 32 games to New York going back to 2005. The
          Rangers have also lost 17 of their past 21 games played
          against the Yankees at Rangers Ballpark in Arlington going
          back to ’04. Texas managed just three hits against New York
          starter Phil Hughes. Former Rangers All-Star Alex Rodriguez
          led the way for the Yankees with five hits. Nelson Cruz
          provided the Rangers’ only offense with a home run off
          Alfredo Aceves in the ninth inning.

          Rangers pull off triple play vs. Tigers

          The Rangers thwarted a Tigers rally and made some history in the process on Wednesday night, when second baseman Ian Kinsler and shortstop Elvis Andrus teamed up for a triple play in the fourth inning of Texas’ 5-3 loss to the Tigers at Comerica Park. Brandon Inge’s double and a four-pitch walk to Ryan Raburn put the runners on for Detroit, which had a chance to break open its early 1-0 lead against Texas starter Matt Harrison. Up came former Rangers catcher Gerald Laird, who just broke out of a hitting slump over the weekend. After Laird fouled off a bunt attempt on the first pitch, manager Jim Leyland sent the runners in motion, setting up the extra outs when Laird lined out sharply to Kinsler, who flipped the ball to Andrus to tag second base for the second out on Inge. Once Andrus crossed the bag, he had a mere few steps to go to tag Raburn for the third out. Raburn was close enough to second base, in hindsight, that Kinsler arguably might’ve been able to pull off an unassisted triple play. With that, the Rangers had pulled off the fifth triple play in franchise history, and their first since April 14, 2002, when former Rangers pitcher and future Tigers starter Kenny Rogers induced a fielder’s choice grounder from Seattle’s Ron Wright. That play featured two run-downs on the basepaths for the final two outs. The last conventional triple play the Rangers pulled off took place Aug. 6, 2001 at Boston. Scott Hatteberg’s line out to Alex Rodriguez with runners on first and second allowed A-Rod to flip to second baseman Randy Velarde to tag second for one and then tag Chris Stynes for the third. The Tigers, meanwhile, hadn’t hit into a triple play since Sept. 18, 2006, when Carlos Guillen hit into one against the White Sox at Chicago. Wednesday’s triple play came in especially timely once Taylor Teagarden drove in Marlon Byrd in the next inning to tie the game in the fifth inning against Tigers ace Justin Verlander.

          bam.loadSync(“/shared/scripts/bam.media.js”);
          var mediaCount, mediaContentId, mediaMeta;
          mediaCount = 1;
          mediaContentId = ’4645633′;
          mediaMeta = bam.media.getMetaData(mediaContentId);
          mediaMeta.headline = ‘Kinsler starts a triple play’;
          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/20/mlbtv_texdet_4645633_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);
            });

            Young unaware of A-Rod tipping pitches

            The Rangers knew Alex Rodriguez had confessed to using steroids during his three years in Texas. That part, they thought, was behind them. The latest accusations are possibly bigger than performance enhancing drugs, and this one they are finding hard to believe. According to “A-Rod: The Many Lives of Alex Rodriguez,” a book released Monday and written by Sports Illustrated writer Selena Roberts, Rodriguez was tipping pitches to opposing hitters during certain situations while with the Rangers. Infielder Michael Young and hitting coach Rudy Jaramillo — the two current Rangers who were closest to Rodriguez during his time in Texas — both insist they saw nothing like that taking place. “As far as I know, nothing like that ever came down,” said Young, who was Rodriguez’s double-play partner for three years. “I was 40 feet away from him for three years and never saw that. “Nowadays when it comes to Alex, everybody seems to have an opinion, baseless or otherwise. So the fact that there are accusations is not surprising. But this one kind of shocked me.” The book suggests that Rodriguez tipped pitches to opposing infielders in the hopes that they would return the favor.

            “I don’t know how something like that would even get started. I have no idea how something like that would happen,” Young said. “That kind of thing never entered my mind. I have no idea how that would work. There’s no way I could think of another guy who would want to do that. It doesn’t make any sense to me.”According to the book: “Before the Texas pitcher’s windup, Alex, with his left arm hanging by his side, would twist his glove back and forth as if turning a dial on a safe’s lock. Then the hitter knew: a changeup was on the way. Alex would also sweep dirt with his cleat to tip a slider to a batter.” Roberts wrote that few Rangers knew what was going on, but those who did know were infuriated by it. Aiding an opponent at the expense of your own teammates is a serious accusation.

             

            Follow

            Get every new post delivered to your Inbox.