");
$(".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();
});
}
//-------------------
});
-
國際棒總會長Riccardo Fraccari(右)宣布第3屆世界盃少棒賽將在台南舉辦。(圖/中華棒協提供)
體育中心/綜合報導
國際棒總(IBAF)和國際壘總(SF)在4月合併成世界棒壘球聯盟(WBSC)後,會長Riccardo Fraccari在今天(28日)表示,2015年的第3屆世界盃少棒賽將會在臺南市舉行。
Fraccari說:「我們認為臺灣有最好的舞台,讓比賽可以繼續成長,也肯定中華棒協舉辦比賽的經驗和能力」。副市長許和鈞也表示,「我們已經作好萬全的準備,市政府會盡全力辦好比賽。」
除此之外,臺南市目前也正在籌設亞太棒球發展中心,除了「一主、二副」的標準配備外,還會增加2個少棒規格場地,希望爭取成為少棒比賽固定地,Riccardo Fraccari也預期該中心可以扛起棒球發展、教育以及推廣的任務。
Fraccari也指出,以往美國只重視世界少棒聯盟(LLB)與小馬聯盟(PONY),都以區域或俱樂部性質隊伍出賽,從不參與國際棒總的少棒比賽,「他們今年卻組成全國夢幻代表隊來臺參賽。」美國棒協表示,在洛杉磯等都會區,都對於夢幻隊的表現有大篇幅報導。
舉行世界少棒賽和棒、壘球重返奧運有很大的結合意義,國際奧會在去年的俄羅斯理事會,就從8取3推出棒壘球、角力、壁球3項預備名單,Riccardo Fraccari有信心9月8日在阿根廷的執委會中,棒壘球能在這3項運動中勝出並重返奧運。 (接下一頁)
關鍵字:
瘋棒球
IBAF
少棒
中華隊
亞軍
美國
Riccardo Fraccari
WBSC
奧運
台南
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
留言列表