nownews運動新聞
2013年8月17日 12:32
");
$(".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被指控是爪耙仔,但他強力否認。(圖/美聯社資料照片/達志影像)
記者楊政典/綜合報導
Alex Rodriguez是爪耙仔嗎?CBS電視台節目「60分鐘」報導,原本邁阿密禁藥風雲裡的涉案球員名單,沒有Ryan Braun、Francisco Cervelli的名字,但A-Rod陣營向雅虎體育揭露這兩人的身分,現在這兩位球員都被禁賽。
這說法被A-Rod強力反駁,美國時間16日賽前,他向記者澄清。「那不是真的。」A-Rod說,「我曾跟Cervelli談過,他知道那不是真的,我們取得共識。」
A-Rod認為,之所以傳出這樣的風聲,是有心人士在背後操作,試圖弄臭他的名聲,並影響禁藥案上訴結果。「我們知道這會是一條顛簸的路,但我們準備好了,」A-Rod說,「未來,這風波會越來越大。沮喪的是,這種事情會一條一條爆出來,但我覺得,應該要照勞資協議規定,不能公開。然而結果並非如此,我們只好面對。」
「時機若對,又有適當場合的話,我會把一切公諸於世,但並不是現在。」
記者追問,誰是幕後藏鏡人?A-Rod答說不知道。當記者再問,是否採取法律行動?A-Rod回應「我不會再發表看法。」隨後洋基隊公關出面,不讓記者再問下去。
不過,一位親近A-Rod的人士透露,這位強打者正在考慮,是否控告CBS電視台、以及「60分鐘」節目。
問不到A-Rod,記者轉移目標,跑去問洋基隊總教練Joe Girardi,這件事會不會影響隊上其他人對A-Rod的看法?「自從A-Rod回來後,隊上都跟他處得不錯,」Girardi說,「我看不出哪裡有變。」 (接下一頁)
關鍵字:
瘋棒球
MLB
A-Rod
禁藥
洋基
Braun
禁賽
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
留言列表