");
$(".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();
});
}
//-------------------
});
-
在炎炎夏日中,為了兼顧消暑、解熱與身體保健,利用台灣優質農產品所熬煮的仙草茶是可以自己在家輕鬆DIY完成的飲品。
生活中心/綜合報導
隨著台灣民眾飲食型態日漸西化,以及含糖飲料購買的便利化,國人糖分攝取過量的現象恐將步入美國後塵,進而增加代謝症候群等三高的危險因子,其中又以19至30歲的年輕族群最愛這些嗜好性飲料。然而,對於正值盛年的年輕族群來說,要他們一夜之間放棄喝飲料的習慣是相當不容易的。
長庚科技大學保健營養系副教授、營養師許青雲表示,每到夏天最常被詢問到的,就是想喝飲料但又擔心健康的問題。事實上,市面上所販售的飲料並非全部都是不健康的,只要消費者在購買前把握成分天然、熱量標示、糖分標示等三個原則,就可以選到天然、健康又美味的解渴飲品,也能降低自己健康的負擔。
許青雲指出,按衛生署對於國人營養素攝取參考量的建議,成年人每日約需攝取2000大卡左右的熱量。不過,目前市售飲料所含的熱量,往往一杯就已逼近250大卡,成為上班族腰圍日漸寬大的主因之一;因此,如果能以無糖仙草茶這類無熱量的飲品取代高糖飲料,是對身體健康較好的選擇。同時,若是為了顧及口味的接受度,也可自行添加天然純蜂蜜;與目前的市售飲料甜度相比,一般半糖的飲料所需的蜂蜜大約是一匙(約10g),但其熱量僅約31大卡,且蜂蜜中還含有維生素等具有營養價值的成分。
對於部分業者使用高果糖漿來提高飲料的甜度,許青雲認為,現代社會外食族群每天攝取的人工食品添加物已經夠多了,若是再喝到不肖業者所使用含有色素的濃縮水果糖汁或代糖等非天然成分,更是可能增加對人體肝臟的負擔;至於高果糖漿是由含玉米澱粉所轉換成的,如果攝取過量恐將造成血膽固醇或三酸甘油酯的上升,對健康的負擔相當大。
許青雲建議,在炎炎夏日中,為了兼顧消暑、解熱與身體保健,利用台灣優質農產品所熬煮的仙草茶是可以自己在家輕鬆DIY完成的飲品。至於市面上所販售的仙草茶飲料,對於嫌麻煩的民眾來說雖然較為方便,但在選購時務必要注意成分天然、熱量標示、糖分標示等三個原則,才能輕鬆、健康的對抗酷暑。
關鍵字:
代謝症候群
三高
血膽固醇
玉米澱粉
人工食品
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
留言列表