");
$(".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();
});
}
//-------------------
});
-
吳明和教授(中)邀請2位患者現身證明,長期飲酒過量危及生命。〔圖/記者吳順永攝〕
記者吳順永/台南報導
台南市立醫院胸腔暨食道外科吳明和教授,萬分了解酒害造成的嚴重性,酒精會持續損傷你我的健康,破壞你、我的幸福,特別製作 「酒的自白」短片上網宣導。
吳明和教授指出,酒的別號叫「歪恩(Wine)」,近年來發現33位食道癌手術病人中,近9成有長期喝酒的習慣,有的人甚至每天喝1至2瓶高粱酒,酒對身體的危害是全面性的,長期嗜酒小心食道癌找上門,民眾不只要戒菸,更要禁酒。
吳教授舉2例最近開刀的病例,一名57歲的林先生,30多年來每天至少喝150cc的高粱酒、抽1.5包的香菸,今年2月初感到吞嚥困難、打嗝、易嗆、胸部抽痛、體重減輕,前來台南市立醫院門診,他以胃食道鏡檢查發現係患食道癌,目前先以手術開刀,並持續治療中。
另位53歲的男子,經常喝酒、每天抽菸1至2兩包、吃檳榔,患者有糖尿病、腦出血、肝硬化、腹水、臍疝氣病史,因發燒、胸痛而來就診,經電腦斷層發現肺膿瘍,經以胸腔鏡進行左肺上葉切除,目前治療觀察中。
2位患者現身說法指出,因長期飲酒過量,造成健康亮起紅燈,年輕時對菸酒的輕忽,如今卻危及生命,幸好在吳明和教授的鼓勵支持下,動手術切除病灶,現在 他們都戒除酒,配合醫師的醫囑進行治療,目前術後恢復良好,他們想以自己的經歷,奉勸其他民眾戒除菸酒,因為健康最重要。
吳明和教授說,以上2起病例,以他研判都是因長期酗酒而引起,依據衛生福利部的統計,101年食道癌排名10大癌症死因的第9名,相較於10年前,口腔癌、前列腺癌、胰臟癌、食道癌、女性乳癌等死亡率皆有明顯增加的情形,因此食道癌實在為國人不可忽視的疾病。
吳明和教授表示,嗜酒者的健康問題多,除慢性胃炎、胃潰瘍、肝硬化、肝炎、脾腫大、胰臟炎、糖尿病等疾病外,食道癌、喉癌、胃癌及肝癌等癌症,在嗜酒人群中發病率也較高,實在不可忽視。
關鍵字:
台南市立醫院
吳明和
歪恩
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
留言列表