方正東
2013年8月25日 15:54
");
$(".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();
});
}
//-------------------
});
-
犀牛代總教練黃燛隆。(圖/義大犀牛提供)
記者方正東/台北報導
義大犀牛總教練徐生明突然辭世,犀牛代總教練黃燛隆說「師母拜託我轉達2件事,第一是將徐總職棒生涯715勝列入正式的紀錄,第二是拿下義大犀牛元年的總冠軍,師母希望大家化悲憤為力量,幫徐總完成這兩個夢想」。
昨天(24日)打完雙重賽,要離開天母球場前,徐總還對黃煚隆說「明天(25日)到新莊,我會開車去載你」,沒想到沒多久,徐總就因為疑似心肌梗塞過世,黃燛隆第一時間趕快陽明醫院,「一見到師母,她就說徐總走了」,直到現在,黃煚隆都不敢相信這是真的。
黃燛隆球員時期是味全龍隊的球員,與徐總淵源很深,加上家都住在天母附近,因此兩人相當熟識,2003年徐總接任中華隊總教練,曾邀請黃燛隆擔任打擊教練,但黃燛隆因故婉拒,想起這段往事,黃燛隆說「這是我最大的遺憾」。
後來徐總接任中信鯨總教練,2004年雅典奧運之後,因接受換腎手術,缺席了1個月的時間,當時就是由黃燛隆代理總教練,當時徐總還會回來掌兵符,但這一次,徐總已經無法回來了。
黃燛隆表示「現在不是考慮個人職務的時候了,從現在開始,就是承擔責任的開始」,黃燛隆希望可以帶領義大犀牛打下總冠軍,完成亦師亦友的徐總,最後的夢想。
關鍵字:
中華職棒
統一獅
兄弟象
義大犀牛
Lamigo桃猿
瘋棒球
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
留言列表