Maggie Wu
2013年7月30日 16:57
");
$(".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();
});
}
//-------------------
});
-
根據英國一項研究發現,走路速度快的老年人較無罹患憂鬱症的可能。(圖/翻攝自網路)
記者吳毓敏/綜合報導
跟隨著現代人的生活步調,現代人們的走路速度與10年前相比快了10%左右,但你可能認為走路速度快,相對地生活緊湊、壓力較大,對健康可能比較不利。不過,根據英國一項研究發現,走路速度快的老年人較無罹患憂鬱症的可能。
據美國「心理科學中心」網站報導,英國倫敦大學學院的學者在一項新研究中發現,沒有罹患有憂鬱症的老人與患有憂鬱症的老人行走速度較為緩慢。據悉,研究者花了6年的時間,研究走路速度與憂鬱症的關係,發現步速緩慢的老人患上憂鬱症的風險會增加,且憂鬱症的症狀與步速緩慢之間也存在直接關係。
研究者指出,這項研究成果表明,隨著年齡的增長,老人在身體健康和移動功能方面會出現衰退,這些因素會降低步行速度和體能,最終會對心理健康造成不良影響,有可能導致憂鬱症。
其次,隨著憂鬱症症狀的增加,老人的身體活動能力也會受到影響,疼痛感增加,疲勞感惡化,這些因素結合起來就會降低步行速度,因此專家建議,保持規律的運動才是最佳的養生之道。
關鍵字:
憂鬱症
生活步調
現代
心理科學中心
倫敦
老人
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
留言列表