沈明璁@NOWnews運動新聞
2013年9月19日 14:45
");
$(".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();
});
}
//-------------------
});
-
Iverson:大家今天盡情喝,我埋單。(設計對白)(圖/美聯社資料照/達志影像)
記者沈明璁/綜合報導
請人跑腿卻遇到這種狀況,你會怎麼辦?
《運動畫刊》寫手Chris Mannix曾經在波士頓塞爾提克擔任逾十年球童,18日他透露了一件11年前的趣事。
那是2002年東區季後賽首輪,費城七六人與塞爾提克鏖戰至第5戰落敗(當時首輪為5戰3勝制),失意的巨星「戰神」Allen Iverson隨意丟了一筆錢給Mannix,要他盡可能多買一點Corona啤酒,送到球隊巴士上。
「我算了算,那可是將近2000美金(約5.9萬台幣)啊。」Mannix回憶著說。
Mannix接著走到最近的商店,真的買了「盡可能多」的啤酒,但他把酒用手推車帶回球場時,還沉浸在晉級喜悅的波士頓球迷開始「順手牽羊」,連塞爾提克球員都以為那是為他們準備的慶功酒。
等到Mannix回到巴士時,原本4箱的啤酒只剩下1箱了,「他看著我,說著『這就是我給你的錢買的東西?這樣要2000塊?』」Mannix說。
幸好,Iverson並沒有生氣,Mannix很不好意思地說了聲「是的」就離開了。
「我想他當時心情應該很複雜,才沒有跟我爭辯,反正只要有東西喝就好。」Mannix說。
※NOWnews.com【今日新聞網】提醒您 飲酒過量有礙健康!※
關鍵字:
NBA
Chris
費城七六人
波士頓塞爾提克
Allen Iverson
啤酒
季後賽
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:
留言列表