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(‘play related video‘);
    relatedMediaItem.append(‘

    ‘+obj.title+’

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

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

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

    vurl = ‘http://mediadownloads.mlb.com/mlbam/2009/05/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);
    });

    1 Comment

    I feel your pain. I have frankie on my fantasy baseball team. :)
    The Manoman

    Leave a Reply

    Fill in your details below or click an icon to log in:

    WordPress.com Logo

    You are commenting using your WordPress.com account. Log Out / Change )

    Twitter picture

    You are commenting using your Twitter account. Log Out / Change )

    Facebook photo

    You are commenting using your Facebook account. Log Out / Change )

    Connecting to %s

    Follow

    Get every new post delivered to your Inbox.