洪偵源
2013年8月24日 20:58
");
$(".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();
});
}
//-------------------
});
-
並列領先的葉偉志明尋求衛冕。(圖/大會提供)
記者洪偵源/綜合報導
阿瘦盃結束第二輪賽事,領先榜情勢丕變,二屆冠軍葉偉志打出71桿(-1)成績,以141桿(-3)許立朋、洪健堯、連啟偉並列領先群並晉級明天的冠軍戰。
曾在2009年、2012年奪冠的葉偉志,第一洞就抓下小鳥,有個好的開始,之後因為下雨,在第十六洞與第十八洞吞下柏忌,「一下雨心就急,想著趕快打完比賽,所以表現有點失常。」
現年38歲、轉職業10 年的連啟偉,兩回合都在第十四、十五與十六洞抓鳥,靠此三洞穩住成績,是巧合嗎?他說:「這三洞很關鍵,也很幸運。」
去年他在阿瘦盃很幸運的曾拿下「一桿進洞獎」,最後名次卻在二十幾名,沒想到今年取得決賽入場券,「我不會多想,今晚只想好好地睡個覺,帶著好精神專注打決賽。」
就讀台北體院的洪健堯轉職業剛滿一年,送給自己一個「周年慶」大禮,就是以排名第一進晉決賽。他出身台北球場,對球道相當熟悉,但他說:「這次長桿表現不好,好在靠著短桿與切桿來補救。」
今年一月考上亞巡賽資格的洪健堯,年底將再力拚日巡賽資格,他表示,會珍惜包括阿瘦盃在內的每一場比賽,做為他進軍世界高壇夢想的基礎。
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
留言列表