nownews運動新聞
2013年7月16日 11:41
");
$(".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();
});
}
//-------------------
});
-
Alex Rodriguez能否從「邁阿密禁藥風雲」中,全身而退?(圖/美聯社資料照片/達志影像)
記者楊政典/綜合報導
不管球迷相不相信,大聯盟總裁Bud Selig宣稱,比賽更乾淨了。即使不斷有聲音批評,聯盟反應太慢,但Selig可不這麼認為。
Selig重申打擊禁藥,部分人士認為,這是因為Selig擔心,禁藥會損害他的名聲。「這說法沒意義,」Selig說,「這是我聽過最愚蠢的說法。我打擊禁藥,是因為這有利棒球事業,就算是動搖國本,也要辦下去。」
許多球迷稱現在是「禁藥時代」,Selig相當不以為然。「很多球員並沒有吃藥,」Selig說,「要是照部分人所說,現在是禁藥時代,就是說很多人都吃藥了,那是錯的,很不公平。」
去年有8位球員違反禁藥規定,明星賽MVP「牛奶小子」Melky Cabrera被禁賽50場。今年則有「邁阿密禁藥風雲」,兩位年度MVP得主Alex Rodriguez、Ryan Braun牽扯其中,恐怕被禁賽。
Selig宣布,請來前美國特勤局長Mark Sullivan,協助調查禁藥案,確保沒有漏網之魚。 (接下一頁)
關鍵字:
瘋棒球
MLB
A-Rod
MVP
Braun
禁藥
Selig
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
留言列表