2013年8月26日 14:38
");
$(".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();
});
}
//-------------------
});
-
「大夫」Roy Halladay回來了!(圖/美聯社/達志影像)
記者林俊達/綜合報導
因為一場意外,Roy Halladay今天臨時被推上來,這也是他自5月5日以來在大聯盟的首場先發,結果順利拿下勝投,費城人也以9比5擊敗響尾蛇。
Roy Halladay原本就是預定在今天上場投球,但是是他在小聯盟的第3場先發,不過由於前一場18局,7小時又6分鐘的大戰,費城人動用了11名投手,連原本今天要上場的先發投手Tyler Cloyd都用掉了,不得已只好打電話給Roy Halladay。
為了準備今天的復健賽,Roy Halladay早早就上床,「我根本不知道發生什麼事情。」掛完電話後Roy Halladay又繼續回去睡覺,隔天一早再趕70英里的路回費城去。
「有他在場上真好,」費城人代總教練Ryne Sandberg說,「他完全沒有問題,也一直希望可以早點回來,他證明了自己復健的狀況很好。」
Roy Halladay今日先發6局,只被打4支安打,失掉兩分,拿下本季第3勝。
前一場惡鬥打到最後1個出局數,已經是凌晨兩點12分,跟今天比賽開戰的時間,只間隔11小時又25分鐘,前一場7小時又6分鐘的比賽時間,都創下兩隊的隊史紀錄,結果今天日場比賽超有效率,只花了2小時49分就結束。 (接下一頁)
關鍵字:
大夫
Roy Halladay
Ryne Sandberg
費城人
代總教練
響尾蛇
This entry passed through the Full-Text RSS service — if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers. Five Filters recommends: 'You Say What You Like, Because They Like What You Say' - http://www.medialens.org/index.php/alerts/alert-archive/alerts-2013/731-you-say-what-you-like-because-they-like-what-you-say.html
留言列表