");
$(".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();
});
}
//-------------------
});
-
1天喝超過4杯咖啡,任何原因的死亡風險男性高出56%,女性則增加1倍。
實習記者金立蓉/綜合報導
你認為喝咖啡會不會影響健康呢?有新研究發現,55歲以下的族群,每天如果喝超過4杯咖啡,可能會增加死亡風險。
1杯咖啡的定義是大約180至240毫升。根據《今日美國報》(USA Today)報導,1週喝超過4杯咖啡的男性,任何原因的死亡風險高出56%,女性則增加1倍。
此成果發表在《梅約醫院學報》(Mayo Clinic Proceedings)網站。研究人員在1971年至2002年間,以4萬3727名20至87歲男女為研究對象。
此研究共同作者南卡羅來納大學哥倫比亞分校(University of South Carolina in Columbia)運動學助理教授隋雪美(Xuemei Sui,譯音)表示,研究發現,1天喝1至3杯咖啡似乎還算安全,4杯以上可能就會危害到健康了。
據報導,研究結果並未發現55歲以上成人有較高的死亡風險。隋雪美說明,這部分可能是研究對象取樣的問題,當初可能未納入不健康的年長者,因為他們或許早已不在人間。
除此之外,隋雪美表示,咖啡所含的咖啡因會使心律加速與血壓升高,不過咖啡也是抗氧化劑的其中主要來源。隋雪美說,此研究未發現喝咖啡與心臟疾病死亡有強烈關聯,咖啡跟癌症的關聯也有待更多研究驗證。
關鍵字:
咖啡
男性
女性
心律加速
血壓
癌症
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
留言列表