NOWnews.com 今日新聞網
2013年10月8日 12:47
");
$(".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();
});
}
//-------------------
});
-

家經濟發展狀況愈好,生活愈富裕,應該代表人們愈長壽的說法,近日被荷蘭學者推翻,經研究發現,尤其是已開發國家經濟狀況愈好,其年長的人反而死亡率越高。(圖/翻攝自網路)
國際中心/綜合報導
國家經濟發展狀況愈好,生活愈富裕,代表人們愈長壽的這項說法,近日被荷蘭學者推翻,經研究發現,尤其是已開發國家經濟狀況愈好,其年長的人反而死亡率越高。
根據《法新社》報導,主導這項研究荷蘭里敦生命力和老化學院(Leyden Academy on Vitality and Ageing)的羅登(Herbert Rolden)表示,以美國、日本、澳洲、紐西蘭等19個已開發國家,並以1950年到2008年的經濟成長數據和死亡率比較分析。
結果發現,其國內生產總值(GDP)每增加1個百分點,該國70至74歲的男性死亡率反而提高了0.36%,而同齡女性則增加了0.18%。此外,中年男性40至45歲的死亡率也會上升0.38%,同齡女性會增加0.16%。
為何國家經濟發展蓬勃,反而不是讓人們延年益壽呢?報導指出,研究人員推論,中年人的死亡率提高原因,可能是忙於工作、背負較大的工作壓力,所以了犧牲在家照顧年長親友的時間導致,此外,交通意外發生的死亡率也較高,但這套解釋並不適用於年長者死亡率提升的原因。
關鍵字:
荷蘭
研究
經濟發展
死亡率
GDP