2013年10月10日 12:15
");
$(".story_photo .videoPlay").hover (
function(){$(this).css({"opacity":"0"})},
function(){$(this).css({"opacity":"1"})}
)
}
//照片區塊出現
$(".story_photo").fadeIn(1000);
//寫入第一張照片
var firstimg = $(".story_photo img:first").attr("rel");
$(".story_photo img:first").attr("src",firstimg);
$(".story_photo li:not(:first)").hide();
//判斷是否有多張照片,寫入開關
var li_nums = $(".story_photo li").length;
var openclose = '
更多照片 '
if (li_nums > 1) {
$(".story_photo .p_switcher").append(openclose);
}
//控制錨點
if (li_nums > 1) {
$('.open_btn, .story_photo img').click(function(){
$('.news_story').ScrollTo(500);
});
$('.close_btn, .story_photo img').click(function(){
$('.news_story').ScrollTo(500);
});
} else {
$(".story_photo img").css("cursor","none").attr("title","");//一張圖時
$(".p_switcher").hide();
}
//點擊圖片或開關,展開其他圖片
$("a.open_close").click(function(){
//寫入其他圖片路徑
$(".story_photo img:not(:first)").each(function(){
var imgsrc = $(this).attr("rel");
$(this).attr("src",imgsrc);
});
$(".story_photo li:not(:first)").slideToggle(500);
$(".open_close span").toggle();
});
if (video_link>0){ // 如果有影音,點圖連到影音頁
$(".story_photo img, .story_photo .videoPlay").css("cursor","pointer").attr("title","點擊觀看影音新聞");//設定游標
$(".story_photo img, .story_photo .videoPlay").click(function(){
var videoURL = $(".story_photo .video_link a").attr("href");
location.href=videoURL;
});
} else { //沒影音時,點圖展開其它圖
if (li_nums > 1) {//一張圖以上
$(".story_photo img").css("cursor","pointer").attr("title","點擊展開");//設定游標
}
$(".story_photo img").click(function(){
//寫入其他圖片路徑
$(".story_photo img:not(:first)").each(function(){
var imgsrc = $(this).attr("rel");
$(this).attr("src",imgsrc);
});
$(".story_photo li:not(:first)").slideToggle(500);
$(".open_close span").toggle();
});
}
//-------------------
});
-
洋基開給Joe Girardi4年合約。(圖/美聯社/達志影像)
記者吳政紘/綜合報導
紐約洋基隊總教練Joe Girardi確定留在邪惡帝國,洋基隊10日宣布,以4年年薪各約4百萬美元留住總教練Girardi,也就是1千6百萬美元的代價,請他再度打造一支勁旅。
一位好的總教練就像是一艘船的舵手,決定球隊方向,也管理好人員配置,當然更重要的是運籌帷幄。
假設Girardi完整「服役」完這四年,他將會完整帶領洋基隊近10年的期間,洋基隊過去曾長期執政的總教練包括,Joe McCarthy、 Casey Stengel、Miller Huggins、Joe Torre。
這幾位總教練幫洋基隊拿下隊史27次中22次的世界大賽冠軍,除了Torre外,現在這些總教練都進入名人堂之中。
洋基隊在Girardi政權下拿到1次世界大賽冠軍,2009年Girardi在他第2年帶領球隊,就幫洋基隊達成不可能的任務。
Girardi2008年開始接手洋基隊,48歲的他再過4天就即將過49歲的生日,洋基隊所送上的這份生日大禮,直接幫他每年加了1百萬美元。 (接下一頁)
關鍵字:
MLB
洋基
藍鳥
陳偉殷
遊騎兵
王建民
瘋棒球
金鶯
羅嘉仁
完全比賽
留言列表