Results tagged ‘ Micheal Young ’
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(‘
‘);
relatedMediaItem.append(‘
‘);
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);
});
Davis’ two homers lead Rangers to win
After enduring a two-hour, 24-minute rain
delay, the Rangers held off the New York Yankees for a 7-3
victory on Tuesday night at Rangers Ballpark in Arlington.
The Rangers, with their 11th win in their past 15 games, now
have a four-game lead in the American League West after the
Angels lost to the White Sox. The Rangers took a 2-0 lead in
the first inning on a two-run single by Marlon Byrd, and
Chris Davis added his 11th home run of the year in the fourth
inning. Mark Teixeira struck back with a home run for the
Yankees in the fifth, and they tied it in the sixth on an RBI
double by Hideki Matsui and a two-out run-scoring single by
Francisco Cervelli. But the Rangers went ahead for good in
the sixth on a one-out double by Byrd and a two-out RBI
single by Jarrod Saltalamacchia. They added two more in the
seventh after Ian Kinsler led off with a single and went to
third on a double by Michael Young. Josh Hamilton drove in
one run with a grounder and David Murphy drove in another
with a sacrifice fly. Davis added his second homer of the
night leading off in the eighth inning. Jason Jennings was
the winning pitcher in relief of Kevin
Millwood.
Young returns to lineup
Michael Young was back in the lineup on
Sunday after missing just one game with a Grade 2 sprain on
the outside of his right ankle. Young tested the ankle Sunday
morning before the Rangers faced the Astros at Minute Maid
Park and decided he was ready to go. A Grade 2 is considered
medium severity in a sprain. “The doctor told me it was a
Grade 2, and it’s pretty much up to me whatever I can
handle,” Young said before the game. “I went out there and it
was good enough for me, so it’s time to play.” Young
underwent treatment both during and after Saturday’s game and
that alleviated much of the swelling, which allowed him to
discard the crutches. Young rolled the ankle when he stepped
on Astros first baseman Lance Berkman’s foot on a pickoff
play in the first inning of Friday’s game. He stayed in the
game and had three hits, but had to miss Saturday because of
the swelling. X-rays were negative, meaning no signs of a
fracture. Young went into Sunday’s game hitting .345,
sixth-highest in the American League. Ian Kinsler was also
back in the lineup on Sunday after sitting out Saturday’s
game. Kinsler was given a mental break on Saturday to try to
get him out of a 4-for-33 slump. Chris Davis was in the
lineup at first base. Manager Ron Washington wanted to get
Andruw Jones in there against left-handed pitcher Mike
Hampton but didn’t want to sit Davis in two of the three
games. Davis did not start on Friday. “We’re trying to get
Chris’ confidence back,” Washington said. “I don’t want to
sit him one day, start him and then sit him again. I don’t
want to mess with his head. He wants to do well so badly and
we want him to do well badly.”
Rangers use small-ball to top Angels
The first pitch that Ian Kinsler saw as the Rangers’ leadoff hitter on Saturday afternoon went sailing behind his head. The second hit him in his ribcage. Angels pitcher John Lackey was immediately tossed from the game by home-plate umpire Bob Davidson. “I don’t know what that was all about or what [Lackey] was trying to prove,” Kinsler said. “I play the game the right way. I came here to compete, to play hard and to win.” The Rangers, following a 76-minute rain delay and a bizarre start to the proceedings, ended up doing just that on a wet Saturday afternoon with a 5-3 victory over the Angels at Rangers Ballpark in Arlington. Texas, unperturbed by Lackey’s two-pitches-and-out performance, have now won 16 of its past 21 games and have a 3 1/2 game lead over Los Angeles in the American League West. “We came out to play baseball, and that’s what we did,” Rangers manager Ron Washington said. “You have to ask Lackey about [the plunking that led to his ejection]. We just played good baseball. I don’t know what that was all about.” Lackey, just off the disabled list, lasted just two pitches, but Rangers starter Vicente Padilla threw 115 over eight innings to earn his third victory of the season and second in a row. C.J. Wilson, with Frank Francisco on the disabled list, retired the side in order in the ninth for his second save in two games. “Another great pitched game,” Washington said, but he didn’t stop there. “Another great defensive game … timely hitting, great base-running, great execution. We did a little bit of everything.” The Rangers did, indeed — especially on offense. They scored all five runs without an extra-base hit and despite going just 2-for-15 with runners in scoring position. Instead, the team that leads the world in home runs took advantage of seven singles, two walks and the infamous hit-by-pitch while running the complete gamut of offensive manufacturing to score five runs in the first four innings. “Those are the things we need to do to win ballgames,” third baseman Michael Young said. “We’re not going to hit four home runs every night, so we have to manufacture runs. We take pride in being a versatile offense.” After Kinsler got hit by a pitch, he stole second, went to third on Young’s grounder to the right side and scored on the first of two sacrifice flies from Josh Hamilton. In the second inning, against Angels reliever Shane Loux, Marlon Byrd singled and Nelson Cruz walked. Loux then moved the runners up with a wild pitch, and Jarrod Saltalamacchia brought them home with a two-run single to right. In the fourth, Saltalamacchia singled with one out and then moved to third when Elvis Andrus bounced a hit-and-run single up the middle. After Andrus stole second and Kinsler walked, Young singled home one run and Hamilton brought home another with his second sacrifice fly.
bam.loadSync(“/shared/scripts/bam.media.js”);
var mediaCount, mediaContentId, mediaMeta;
mediaCount = 5;
mediaContentId = ’4588307′;
mediaMeta = bam.media.getMetaData(mediaContentId);
mediaMeta.headline = ‘Saltalamacchia's two-run 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 : '4588307',
content_title : 'Saltalamacchia's two-run single',
content_thumb : 'http://mediadownloads.mlb.com/mlbam/2009/05/16/mlbf_4588307_th_7.jpg'
}
,{
content_id : '4589525',
content_title : 'Young's RBI single',
content_thumb : 'http://mediadownloads.mlb.com/mlbam/2009/05/16/mlbf_4589525_th_7.jpg'
}
,{
content_id : '4587907',
content_title : 'Hamilton brings one in',
content_thumb : 'http://mediadownloads.mlb.com/mlbam/2009/05/16/mlbf_4587907_th_7.jpg'
}
,{
content_id : '4592211',
content_title : 'Kinsler's game-ending play',
content_thumb : 'http://mediadownloads.mlb.com/mlbam/2009/05/16/mlbf_4592211_th_7.jpg'
}
,{
content_id : '4581495',
content_title : 'Washington talks Texas Rangers',
content_thumb : 'http://mediadownloads.mlb.com/mlbam/2009/05/16/mlbf_4581495_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(‘
‘);
relatedMediaItem.append(‘
‘);
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/16/mlbtv_anatex_4588307_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 win as Hamilton homers in return
Josh Hamilton, fresh off the disabled list, hit a two-run home run in the bottom of the seventh inning to snap a 1-1 tie and help give the Rangers a 7-1 victory over the Mariners on Tuesday night at Rangers Ballpark in Arlington. Michael Young, who had missed the previous two games with a stiff back, set up the home run with his third hit of the night off Mariners reliever Mark Lowe. Hamilton then went deep with just his third home run of the season, and the Rangers added four more after that before the inning was over. Rookie Derek Holland earned his first Major League victory in relief of starter Scott Feldman. The first-place Rangers have won 12 of their past 17 games. Feldman allowed one run on four hits over 6 1/3 innings and now has a 2.74 ERA in four starts. He threw 109 pitches, the most he has thrown in 29 Major League starts. Chris Davis hit his fourth home run in eight games to give the Rangers a 1-0 lead against Mariners left-hander Jason Vargas in the fifth inning. It was Davis’ ninth home run of the season and his second in 31 at-bats against left-handed pitchers.
bam.loadSync(“/shared/scripts/bam.media.js”);
var mediaCount, mediaContentId, mediaMeta;
mediaCount = 4;
mediaContentId = ’4531037′;
mediaMeta = bam.media.getMetaData(mediaContentId);
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 : '4531037',
content_title : 'Hamilton hammers one',
content_thumb : 'http://mediadownloads.mlb.com/mlbam/2009/05/12/mlbf_4531037_th_7.jpg'
}
,{
content_id : '4526715',
content_title : 'Andrus' diving catch',
content_thumb : 'http://mediadownloads.mlb.com/mlbam/2009/05/12/mlbf_4526715_th_7.jpg'
}
,{
content_id : '4531667',
content_title : 'Saltalamacchia's RBI double',
content_thumb : 'http://mediadownloads.mlb.com/mlbam/2009/05/12/mlbf_4531667_th_7.jpg'
}
,{
content_id : '4527769',
content_title : 'Davis' solo shot',
content_thumb : 'http://mediadownloads.mlb.com/mlbam/2009/05/12/mlbf_4527769_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(‘
‘);
relatedMediaItem.append(‘
‘);
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/12/mlbtv_seatex_4531037_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, Young in Tuesday night’s lineup
Josh Hamilton and Michael Young were both back in the Rangers’ lineup on Tuesday night for their game against the Seattle Mariners at Rangers Ballpark in Arlington. Hamilton was activated off the disabled list after being sidelined since April 26 with a strained muscle in his left rib cage. Hamilton, who was hitting .242 with two home runs and 10 RBI in 18 games, replaces infielder Joaquin Arias, who was optioned to Triple-A Oklahoma. “It means a lot getting Josh back,” Rangers manager Ron Washington said. “We finally get one of our big pieces back who can turn the game around with one swing of the bat and can turn a game around with his defense, too.” The Rangers were 9-4 while Hamilton was on the disabled list.
“That tells me we have pretty good depth,” Washington said. “Somebody had to step up and they did. There wasn’t any panic.” Young was back in the lineup after missing two games with tightness in his lower back. Omar Vizquel had to fill in at third base during his absence, the first time he has ever had to play that position in his 21-year career. “It feels great,” Young said. “I don’t feel anything. I woke up on the off-day feeling good and felt even better today.”


Young held out with back stiffness
With an off-day approaching, Rangers third baseman Michael Young was out of the lineup with lower back stiffness on Sunday for the second straight game at U.S. Cellular Field. “I’d much rather have him in that lineup today, but he’s not available, so we have to move on with what we got,” Texas manager Ron Washington said. “Hopefully Tuesday he’ll be ready.” Young received treatment in the visiting clubhouse for an injury he sustained Friday night while diving for a ball. A similar back issue forced him to miss two games in 2004. Otherwise, Young has been remarkably dependable. Since he became a full-time player near the end of April 2002, he has missed back-to-back games only five times, three of which were injury related. Young has never been out of the starting lineup for more than two straight games since. Omar Vizquel, 42, made the second start of his career at third base on Sunday in Chicago. Until Saturday night, Vizquel had opened his career with 2,568 starts exclusively at shortstop. “[Hopefully] these three days will certainly get [Young] back on the field, because we need him out there, especially with [Josh] Hamilton out,” Washington said. “[Those are] your two best guys, and now you got to try to play a game without them, but that’s the way baseball is.”

Defense finally matching vaunted offense
Defense has been second only to starting pitching in driving the Rangers into first place in the American League West. The Rangers, with a half-game lead over the Mariners, went into Thursday’s game with the Athletics having committed just six errors in their last 12 games. The Rangers won nine of those games. “Our defense has been great,” third baseman Michael Young said. “That’s been the fun part about this stretch, [that it] has been the pitching and the defense. We know we can score runs in bunches, but when we don’t, the pitching and defense has been great. That’s been the fun part of our season.” The Rangers have one error in their last seven games and are fourth in the American League in team defense. With 16 errors in 27 games, the Rangers are on pace to finish with 96 errors for the season. The Rangers committed 132 last year and 124 in 2007. “We’re making all the routine plays,” manager Ron Washington said. “That’s how it starts. The routine play is where you play good defense. That’s where it all starts.” Young and second baseman Ian Kinsler are two examples of the Rangers’ early defensive improvement. With one-sixth of the season gone, both have committed just two errors. That puts them on pace to finish with 12 errors on the season. Rangers third basemen committed 23 errors last year and their second basemen committed 20. It’s still early but there has been significant improvement at pitcher and catcher as well. The Rangers had the highest error totals at both positions last year in the AL. They committed 21 at each position for a total of 42. So far this season there have been two errors by pitchers and one by the catchers. At that rate, the Rangers would have 18 errors between the two positions at the end of the season. Elvis Andrus has been guilty of the most errors so far this season for the Rangers. He has six, tied for the most by an American League shortstop. But he hasn’t committed one in the last eight games and there’s little doubt he’s made up for his transgressions with several outstanding plays. “He’s got guys around him like Kinsler, Michael and even Omar Vizquel,” Washington said. “When you have those guys around you, you have to take your game up another notch. He did that. He’s turned it up with his concentration and focus. His mistakes were coming late in the game and he’s understanding that it’s late in the game when you really have to focus and concentrate. He has taken that to heart.”
bam.loadSync(“/shared/scripts/bam.media.js”);
var mediaCount, mediaContentId, mediaMeta;
mediaCount = 5;
mediaContentId = ’4454083′;
mediaMeta = bam.media.getMetaData(mediaContentId);
mediaImage = ‘/images/2009/05/07/yipIDqHw.jpg’ || 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 : '4454083',
content_title : 'Andrus' amazing defense',
content_thumb : 'http://mediadownloads.mlb.com/mlbam/2009/05/06/mlbf_4454083_th_7.jpg'
}
,{
content_id : '4410037',
content_title : 'Andrus' strong throw',
content_thumb : 'http://mediadownloads.mlb.com/mlbam/2009/05/03/mlbf_4410037_th_7.jpg'
}
,{
content_id : '4424513',
content_title : 'Andrus' late stop',
content_thumb : 'http://mediadownloads.mlb.com/mlbam/2009/05/04/mlbf_4424513_th_7.jpg'
}
,{
content_id : '4242861',
content_title : '2009 Highlights: Elvis Andrus',
content_thumb : 'http://mediadownloads.mlb.com/mlbam/2009/04/21/mlbf_4242861_th_7.jpg'
}
,{
content_id : '4449989',
content_title : 'Andrus' solo jack',
content_thumb : 'http://mediadownloads.mlb.com/mlbam/2009/05/06/mlbf_4449989_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(‘
‘);
relatedMediaItem.append(‘
‘);
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/06/mlbtv_texoak_4454083_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 take pole position in AL West
Rangers starting pitchers have a 3.50 ERA and are averaging 6 2/3 innings per start over the past 12 games. Those aren’t earth-shaking numbers but they have been good enough to drive the Rangers to five straight wins, nine in their last 12 games and sole possession of first place in the American League West. Scott Feldman, whose return to the rotation started this surge, was at it again on Wednesday night, holding the Athletics to two runs over six innings in the Rangers’ 3-2 victory over the A’s at the Oakland Coliseum. Two scoreless innings in relief from Derek Holland and one more from redoubtable closer Frank Francisco, who earned his ninth save, allowed the Rangers to move into first place all by themselves for the first time — except for the first week of the season — since June 14, 2006. “For real?” outfielder Marlon Byrd said. “That’s a long time.” Maybe, but the Rangers don’t get this kind of pitching for this length of time very often. “I don’t see another team beating us in the AL West if we get this kind of pitching,” Byrd said. “First place is nice, but it means more to me that we’re playing good baseball,” third baseman Michael Young said. “We’re pitching extremely well and we’re playing good defense. Those are two things we were really bearing down on in Spring Training. We knew our offense could score runs in bunches.” The Rangers did not score runs in bunches Wednesday night against Athletics spot-starter Dan Giese. Elvis Andrus hit his second home run of the season in the first inning and the Rangers added two more in the fourth after Byrd singled and went to third on a double by Cruz. David Murphy drove in one run with a sacrifice fly and Chris Davis drove in another with a single. That was enough for a team that was 10-53 in 2008 when the Rangers scored less than four runs in a game. This was the first time this season that the Rangers won when scoring less than four runs. They had lost the first seven. They did improve their record to 7-4 in one-run games after Francisco closed out an intense ninth inning by earning his ninth save. Francisco threw 23 pitches and 22 were fastballs at 94-95 mph. With a runner on first, he struck out Jason Giambi and Matt Holliday with nothing but fastballs. “If you locate your fastball, you can get away with anything,” Francisco said. “Especially if you’re 94-95, and throwing inside, outside, up high, everywhere.” Still these are the kind of games that keep teams in first place, but the starting pitching has to be there. It has been for 12 games. “I hope it continues,” manager Ron Washington said. “We’re getting better. We’re progressing. Those guys are taking the ball and they’re taking a lot of pride on what they’re doing. The tone is set with starting pitching. We’re playing great defense and we’re getting timely hitting. The guys in the clubhouse deserve a lot of credit, especially the pitchers.”
Rangers savor security blanket in Francisco
The Oakland Athletics bullpen has the lowest ERA in the American League. The Mariners are fourth. The Angels, who have a well-deserved reputation for great bullpens, are struggling. The Rangers? They have the third-highest bullpen ERA in the American League. They also have Frank Francisco and others don’t. One month into the season, Francisco, 29, has proven to be the most reliable closer in the American League West, if not all six divisions. “He has been incredible,” Rangers third baseman Michael Young said. “When he comes in, we feel the game is over. He has the perfect demeanor for being a closer. We have all the confidence in the world in him.” The numbers bear out that confidence. Francisco is 8-for-8 in save opportunities, tied with Padres closer Heath Bell and Jonathan Broxton of the Dodgers for the most saves in the Major Leagues. He has saved seven of the Rangers last nine wins. He has not allowed a run in 13 2/3 innings to start the season and has retired 41 of 53 batters. Since becoming the Rangers closer on Aug. 22 of last year, after Eddie Guardado was traded to the Twins, Francisco is 2-0 with a 0.00 ERA and 13-for-13 in save opportunities. In 26 1/3 innings, he has allowed one unearned run, 10 hits, seven strikeouts and struck out 31. “I’m just trying to do what I know I can do,” Francisco said. “I’m making the hitters hit my pitches. I hit my spots and don’t give in. For the first month, that’s what I’ve been doing. I’m not leaving any cookies over the plate.” Francisco did not get a save on Tuesday. The Rangers were up 7-2 with one out in the 10th when Francisco entered the game. The Mariners had a runner on first base. It was not a save situation but manager Ron Washington didn’t care. With the chance to emerge victorious in what had been a dazzling pitching duel between Vicente Padilla and Erik Bedard, Washington wanted the game over. Francisco walked one batter but struck out Franklin Gutierrez and retired Yuniesky Betancourt on a fly ball to center to end the game. “I didn’t want them to get anything going or think they could get back in the game,” Washington said. Good closers give teams confidence at the end of the game. Francisco has given the Rangers that feeling from Opening Day. The other three American League West teams haven’t had the luxury of being in that comfort zone at all times. The Angels lost All-Star record-breaking closer Francisco Rodriguez to free agency. They signed Brian Fuentes to a two-year, $17.5 million contract. He is 0-2 with a 6.52 ERA and two blown saves. The Mariners traded All-Star closer J.J. Putz to the Mets so they could use Brandon Morrow as their closer. Morrow was doing fine until the Mariners had to put him on the disabled list Saturday with right biceps tendinitis. David Aardsma, who is with his fifth team in six years and has a career 5.04 ERA, is filling in as closer.







Recent Comments