Results tagged ‘ Frank Francisco ’
Francisco nearing return to Rangers
Reliever Frank Francisco could be just a few days away from rejoining the Rangers. It could take a little longer before he resumes his role as the Rangers closer. ”We’re going to ease him back in,” Rangers manager Ron Washington said before Wednesday’s game with the Houston Astros. “We’re not going to just drop him back in there. But if he’s healthy, he’ll eventually get back in there.” Francisco, on the disabled list with a strained right shoulder, is scheduled to pitch one inning on a medical rehabilitation assignment for Double-A Frisco on Thursday night. If that goes well, he could join the Rangers this weekend in San Francisco. “That will be determined by how it goes,” Washington said. “We expect one would be enough. Frank is confident. He’s kept his body and arm in shape, he just needs to face hitters. The key is getting in there and feeling good. If he does, everything will be fine.” The Rangers don’t need to rush Francisco back as the closer. C.J. Wilson has handled the role well while Francisco has been sidelined. Wilson went into Wednesday night’s game with a 1.06 ERA in his past 18 games and was 6-for-7 in save opportunities. Opponents were hitting .207 off him. “It’s fun,” Wilson said about returning to his old role. “You’re always on alert even though you always don’t get to work. It’s the same as the eighth inning, but it’s just fun being out there when everybody is high-fiving.” Wilson was the Rangers’ closer last year and was 24-for-28 but with a 6.02 ERA before undergoing elbow surgery at the beginning of August that sidelined him for the remainder of the year. Eddie Guardado took over but was traded to the Twins on Aug. 25. That’s when Francisco took over as the closer, and in 30 appearances since that point, he is 2-1 with a 0.29 ERA and 17-for-17 in save opportunities. That’s why he’ll eventually be back as the Rangers’ closer at some point, if not right away. Wilson understands that. ”I’m just worried about Frankie being healthy for his own sake,” Wilson said. “I can go pitch and do my thing in any role. I can’t control that. I learned that in Spring Training. There’s nothing I can do except help my team win by doing my job. That’s what I’m trying to do. Winning is more fun. It makes driving to the ballpark a lot more fun.”


Rangers put closer Francisco on DL
The Rangers have finally put closer Frank Francisco on the disabled list with a strained right shoulder. Warner Madrigal was recalled from Triple-A Oklahoma on Sunday to take his place.
Francisco hasn’t pitched since June 3, and the move was made retroactive to June 4. That means he is eligible to come off the disabled list on Friday when the Rangers open a three-game series with the Giants in San Francisco. But it’s unlikely that Francisco will be ready by then. The Rangers want him to make at least one or two appearances on a medical rehabilitation assignment at Double-A Frisco before they activate him again. “This time, we’re going to be a little more cautious,” assistant general manager Thad Levine said. Francisco was on the disabled list from May 7-21 with a strained right shoulder and was activated without going on a rehab assignment. This time, he’ll likely pitch for Frisco on Thursday and at least one more time before the Rangers decide if he’s ready to pitch in the Majors. “It’s possible he could join us in San Francisco, but it’s not the plan for him to be there on the first day,” Levine said. Francisco, who has a 0.46 ERA and is 12-for-12 in save opportunities, threw both long toss and in the bullpen on Sunday without any problem. “I feel good,” Francisco said. “I think I can go, but we’ll see.” Francisco will throw another bullpen session on Tuesday and possible live batting practice to hitters. A rehab assignment will be the next step. This time, the Rangers want to make sure he’s completely healthy. The Rangers had held off putting Francisco on the disabled list because they kept thinking he was a few days away from being able to pitch. But he hasn’t been in a game since saving the Rangers’ 4-2 victory over the Yankees on June 3. That’s almost two weeks ago, and it’s no longer realistic that Francisco is close to being ready to pitch in a game. Putting him on the disabled list allows the Rangers to send him out on a medical rehabilitation assignment.
bam.loadSync(“/shared/scripts/bam.media.js”);
var mediaCount, mediaContentId, mediaMeta;
mediaCount = 1;
mediaContentId = ’4689585′;
mediaMeta = bam.media.getMetaData(mediaContentId);
mediaMeta.headline = ‘Francisco gets the save’;
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/22/mlbtv_texhou_4689585_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);
});
Stellar defense backs Millwood in win
Kevin Millwood was outstanding, Darren O’Day was clutch and C.J. Wilson came through once again in his ongoing role as the Rangers’ interim closer. Pitching and defense have been crucial all season to the Rangers, but never more so on Thursday night when the stout combination of both combined to hold off the Toronto Blue Jays, 1-0, at Rangers Ballpark in Arlington. The victory, coming after two losses and one rainout against the Blue Jays, allowed the first-place Rangers to increase their lead to 4 1/2 games in the American League West. Marlon Byrd drove in the only run with a sacrifice fly in the second inning and the pitching and defense made it stand up. It was only Texas’ fourth 1-0 victory at the Ballpark since it opened in 1994. “It was Millwood tonight, a sacrifice fly and some [defensive] plays,” Rangers manager Ron Washington said. “We needed it, and we needed it bad. We know the offense is going to get it going, but we needed Millwood to step up, and he stepped up.” Millwood did so on a warm humid night by throwing 7 2/3 scoreless innings, allowing five hits and one hit batsman. He did not walk a batter and struck out just one. More important than that was Millwood — in seven of eight innings — was able to retire the leadoff with just one or two pitches. “It was huge,” Millwood said. “It wasn’t super-hot, but it was sticky and humid. The longer I stayed out there, the tougher it got. To be able to get the first guy out of an inning with as few pitches as possible was huge.” So was the defense. Shortstop Elvis Andrus dove into the stands to catch a foul ball, third baseman Michael Young dove to the third-base line to snatch a double away from Alex Rios, and second baseman Ian Kinsler made a slick diving stop on Lyle Overbay’s grounder into the right-side hole. The Rangers also did not make an error and are now 22-10 this season in games in which they do not commit an error.
“We played great defense, and we had to when you strike out just one,” Millwood said. “That shows we can win in different ways.” One strikeout — coming on the last batter he faced — is proof that Millwood wasn’t overpowering, but he didn’t have to be in helping the Rangers pitch their fourth shutout of the season. “He did a great job changing speeds,” Blue Jays designated hitter Kevin Millar said. “His curveball and slider were really good. It was vintage Millwood. We couldn’t get a big hit.” The Blue Jays were 0-for-9 with runners in scoring position on the night, including 0-for-6 in the final three innings. O’Day and Wilson were just as tough as Millwood in those situations. Millwood left with a runner on second and two out in the eighth, but O’Day, needing two pitches, retired Alex Rios on a grounder to short to end the threat. O’Day, a waiver pickup in April, also retired Vernon Wells on a popup to start the ninth before Wilson was called upon. The Rangers are now 15-4 when O’Day pitches, and he has held opponents to a .167 batting average. “He has meant a lot to us,” Washington said. “He’s been in some tough situations and come through for us when we needed it. I’m so glad [general manager Jon Daniels] and those guys found him out there because he has been a godsend.” Wilson has been just as important with Frank Francisco still sidelined with a right shoulder problem. The Rangers haven’t decided to put Francisco on the disabled list, but he remains unavailable to pitch.
bam.loadSync(“/shared/scripts/bam.media.js”);
var mediaCount, mediaContentId, mediaMeta;
mediaCount = 5;
mediaContentId = ’5003235′;
mediaMeta = bam.media.getMetaData(mediaContentId);
mediaMeta.headline = ‘Andrus' excellent catch’;
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 : '5003235',
content_title : 'Andrus' excellent catch',
content_thumb : 'http://mediadownloads.mlb.com/mlbam/2009/06/11/mlbf_5003235_th_7.jpg'
}
,{
content_id : '5005729',
content_title : 'Kinsler's great defense',
content_thumb : 'http://mediadownloads.mlb.com/mlbam/2009/06/11/mlbf_5005729_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 : '5004005',
content_title : 'Young dives for one',
content_thumb : 'http://mediadownloads.mlb.com/mlbam/2009/06/11/mlbf_5004005_th_7.jpg'
}
,{
content_id : '5001781',
content_title : 'Byrd's sacrifice fly',
content_thumb : 'http://mediadownloads.mlb.com/mlbam/2009/06/11/mlbf_5001781_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/06/11/mlbtv_tortex_5003235_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);
});
Francisco remains unavailable as closer
Frank Francisco, still unavailable as the Rangers’ closer because of a strained right shoulder, admitted Wednesday that he might have come off the disabled list too soon. “Maybe,” Francisco said while sitting at his locker before the Rangers’ game with the Blue Jays. Then he thought about it. “Yeah,” Francisco said. Francisco was not available as Texas’ closer Wednesday, and he doesn’t expect to be ready in the finale of a four-game set against Toronto on Thursday. He is taking a medicine-dose pack and still needs more time for the shoulder to settle down. “It’s getting better,” Francisco said. “Every time I throw, I feel better. I’m just going to keep doing what I’m doing. Hopefully, I’ll be ready soon. It could be another two or three days. Who knows.” Francisco was on the 15-day disabled list from May 7-21 with biceps tendinitis. He has made five appearances since then, going 3-for-3 in save opportunities. But he also gave up his first run of the season when Oakland’s Adam Kennedy hit a game-winning home run off him May 31. Francisco has not pitched since last Wednesday in New York, when he saved a 4-2 victory over the Yankees by setting down the side in order. “The first time I pitched [after coming off the disabled list], I felt great,” Francisco said. “After that day, I started getting worse and worse. I pitched in New York, then the next day that’s when I really started feeling it.” Manager Ron Washington said the Rangers have not seriously discussed putting Francisco on the disabled list yet. But that time could be coming. “We can’t keep going short like this,” Washington said. “That’s why we’re hoping Francisco will be ready to go.” Washington said Francisco is still the Rangers’ closer when he is healthy, but he doesn’t know when that will be. C.J. Wilson has served as closer when Francisco has been unavailable, and the bullpen has held up for the most part during Francisco’s absence.
bam.loadSync(“/shared/scripts/bam.media.js”);
var mediaCount, mediaContentId, mediaMeta;
mediaCount = 2;
mediaContentId = ’4689585′;
mediaMeta = bam.media.getMetaData(mediaContentId);
mediaMeta.headline = ‘Francisco gets the save’;
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 : '4689585',
content_title : 'Francisco gets the save',
content_thumb : 'http://mediadownloads.mlb.com/mlbam/2009/05/22/mlbf_4689585_th_7.jpg'
}
,{
content_id : '4346663',
content_title : 'Francisco nails down the save',
content_thumb : 'http://mediadownloads.mlb.com/mlbam/2009/04/28/mlbf_4346663_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/22/mlbtv_texhou_4689585_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 rebounds as Rangers win series
Following a week in which he nearly saw his tenure with the Rangers come to an end, Vicente Padilla proved on Sunday that he is still very much deserving of a spot in the Texas rotation. The veteran right-hander, placed on waivers by the Rangers on Wednesday following a rough outing against the Yankees, fired seven innings of three-run ball as first-place Texas took the rubber game of its weekend series against Boston with a 6-3 victory at Fenway Park. The series win was the Rangers’ first at Fenway since Aug. 11-13, 1997. “It’s part of the game,” Padilla said about being placed on waivers. “Baseball is a business, and that’s the way it’s supposed to be. I just have to keep working, and if I don’t pitch for this team, I’ll have a chance to throw for another one.” Nelson Cruz — who finished a single shy of the cycle — and David Murphy had three hits apiece for the Rangers (33-23), who finished 3-3 on their six-game road trip through New York and Boston. “We’ll take what we can get,” manager Ron Washington said. “We had been coming in here [to Boston] and not having much luck, but we came up here and played two solid ballgames and got away with the [series] win. “I’m very happy with the way our guys recovered [from Saturday's 8-1 defeat]. After every loss we’ve had, they’ve always recovered. That just shows how much character we have.” C.J. Wilson nailed down his fifth save of the season in the absence of Frank Francisco, who was unavailable for the third straight game after complaining of right shoulder soreness before Friday’s series opener. Washington said the closer will be re-evaluated on Monday, when the Rangers return home to open a four-game set against Toronto. One night after spoiling Jon Lester’s perfect-game bid, Michael Young put Texas on top in the first with a solo home run to right field. The third baseman pummeled a high fastball from starter Daisuke Matsuzaka (1-4) into the Boston bullpen. Omar Vizquel singled home Murphy in the second, lining a ground ball through the left side of the infield. Murphy, who once played for the Red Sox, extended the Rangers’ cushion to 4-0 in the following frame with a two-run double off the center-field wall. Jacoby Ellsbury halved the Boston deficit in the bottom half of the inning, scalding a ground ball to second base that eluded the backhand of Ian Kinsler and kicked into center field. Jason Varitek and Mark Kotsay scored on the play, and Kinsler was charged with an error. Kotsay trimmed the Rangers’ lead to one run in the fourth with a solo shot to right, but Boston (33-24) struggled to generate offense the rest of the way against Padilla (4-3) and relievers Darren O’Day and Wilson. Cruz played an instrumental role in Texas’ final two runs, scoring from third on a Matsuzaka wild pitch in the fifth before tattooing a fastball from Hideki Okajima over the Green Monster in the seventh. The efforts of Cruz and the Rangers’ offense helped lessen the burden on Padilla, who said he did not feel any added pressure to perform in the wake of this past week’s events. “If you start thinking about that, then you’re going to get nervous and not do your job,” Padilla said. “I just have to keep doing what I have to do, and that’s it.
bam.loadSync(“/shared/scripts/bam.media.js”);
var mediaCount, mediaContentId, mediaMeta;
mediaCount = 6;
mediaContentId = ’4928619′;
mediaMeta = bam.media.getMetaData(mediaContentId);
mediaMeta.headline = ‘Padilla stymies Sox’;
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 : '4928619',
content_title : 'Padilla stymies Sox',
content_thumb : 'http://mediadownloads.mlb.com/mlbam/2009/06/07/mlbf_4928619_th_7.jpg'
}
,{
content_id : '4933271',
content_title : 'Recap: TEX 6, BOS 3',
content_thumb : 'http://mediadownloads.mlb.com/mlbam/2009/06/07/mlbf_4933271_th_7.jpg'
}
,{
content_id : '4917821',
content_title : 'Young cranks one',
content_thumb : 'http://mediadownloads.mlb.com/mlbam/2009/06/07/mlbf_4917821_th_7.jpg'
}
,{
content_id : '4925049',
content_title : 'Cruz crushes it',
content_thumb : 'http://mediadownloads.mlb.com/mlbam/2009/06/07/mlbf_4925049_th_7.jpg'
}
,{
content_id : '4920195',
content_title : 'Murphy's two-run double',
content_thumb : 'http://mediadownloads.mlb.com/mlbam/2009/06/07/mlbf_4920195_th_7.jpg'
}
,{
content_id : '4921227',
content_title : 'Two score on error',
content_thumb : 'http://mediadownloads.mlb.com/mlbam/2009/06/07/mlbf_4921227_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/06/07/mlbtv_texbos_4928619_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(‘
‘);
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/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);
});
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(‘
‘);
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/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);
});
Francisco may return for Houston series
Rangers closer Frank Francisco threw 20 pain-free pitches in a simulated game on Wednesday at Comerica Park. Barring an unexpected setback, he’s slated to return from the 15-day disabled list for Friday’s three-game series opener in Houston. “He did great,” Rangers manager Ron Washington said. “He threw all his pitches, had good velocity, the split had depth to it, the breaking ball was sharp. He was very happy with the results, and I was very happy that he was happy.” Francisco, who ranks third in the Majors with nine saves, has not pitched in a game since May 6 due to right biceps tendinitis. On Wednesday, the right-hander faced two hitters — catcher Jarrod Saltalamacchia and center fielder Josh Hamilton — with a large group of Rangers players and coaches surrounding the batting cage. “He looked good,” pitching coach Mike Maddux said. “When you’re coming off an injury, per se, it’s all about how you bounce back.” Francisco threw a side session from 120 feet on Saturday. He felt no pain, liked his location, but reported unusually decreased zip on his fastball. Texas responded by placing him on the 15-day DL retroactive to May 7. The Rangers said the zip returned Wednesday afternoon. “His velocity looked good,” said Hamilton, who is still day-to-day with a groin injury. “It had late life, when it comes out of his hand and then — boom! [He] had his curveball working. … That’s the first time I ever faced him. I’m usually behind him in the outfield, but he looked good.” Francisco has gone 9-for-9 in save opportunities this season. He has not allowed an earned run in 14 2/3 innings. His 14 unblemished appearances mark the longest scoreless stretch to begin a season in club history.

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 place Francisco on DL
Frank Francisco, sidelined with biceps tendinitis in his right arm, threw on the side on Saturday afternoon and was not happy with the way it went. “I was throwing good, had my location and no pain,” Francisco said. “But the ball didn’t jump out of my hand like it usually does.” As a result, the Rangers placed Francisco on the disabled list before Saturday’s game with the Angels and called up pitcher Warner Madrigal from Triple-A Oklahoma City. Francisco was put on the DL retroactive to May 7 and will be eligible to come off on Friday when the Rangers open a three-game series with the Astros. He’ll miss the remainder of the Angels series and a three-game series with the Tigers that starts on Tuesday in Detroit. “We’re playing it safe on the cautious side,” general manager Jon Daniels said. “The Detroit series was questionable, anyway. We decided to play it safe — get Warner in here and have Frankie for the rest of the year. It’s one of those deals where, if we left it up to Frank, he would be ready to pitch.” Francisco last pitched on May 6 against the Athletics, when he tossed a scoreless ninth in the Rangers’ 3-2 victory to extend his scoreless streak to 14 2/3 innings over 14 appearances while recording his ninth save. Francisco was shut down a few days later because of soreness and only resumed throwing on Thursday. Saturday was his first attempt at throwing off a mound, and the Rangers just didn’t feel he was ready to pitch in a game yet. “I’d be a lot more discouraged if somebody had thrown up a red flag, but nobody has,” Daniels said. “It was just his first bullpen [session.] Could we have pushed for the Detroit series? We possibly could. But we have five months to go, and he’s a big part of our bullpen. Let’s not push it for three games.” Madrigal started the season with the Rangers, but was sent down after posting a 13.50 ERA in three appearances. He has a 1.65 ERA in 12 appearances for Triple-A Oklahoma, allowing nine hits and seven walks while striking out 16 in 16 1/3 innings. He secured three saves and held opponents to a .164 batting average.
Madrigal was 0-2 with a 4.75 ERA in 31 games with the Rangers in 2008.
bam.loadSync(“/shared/scripts/bam.media.js”);
var mediaCount, mediaContentId, mediaMeta;
mediaCount = 1;
mediaContentId = ’4453423′;
mediaMeta = bam.media.getMetaData(mediaContentId);
mediaMeta.headline = ‘Reynolds on Frank Francisco’;
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/06/mlbtv_4453423_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);
});







Recent Comments