林保宏
2013年7月24日 22:39
");
$(".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();
});
}
//-------------------
});
-
李立崴(左)受房事所苦,曾有輕生念頭。現卻傳出他在淡水家中上吊自殺身亡,得年39歲。(圖/威瑪工作室)
社會中心/綜合報導
知名的英文補教名師李立崴,先前跨行當歌手,並還推出過專輯,現卻傳出他在淡水家中上吊自殺身亡,得年39歲。李立崴除了是補教名師、歌手,也曾擔任過電台主持人。4月才發行新專輯的他,現在卻傳出噩耗,友人難過地表示「前一晚才和他連繫,完全沒感到任何異狀,真的太讓人震驚了」。
目前擔任台大文城補習班英文老師的他,畢業於台大外文系。他在02年進入台大文城補習班擔任老師,執教近10年的他,學生累積近8萬人次。他曾在01年被導演徐立功相中,赴紐西蘭拍攝中視八點檔《旅人的故事》,當時同劇演員還包括歸亞蕾、葉全真等,當時藝名取為「李威」,但此劇並未上片。
李立崴目前還是單身,身兼歌手、電台主持人和補教名師的身分,08年在新北市淡水區,以640萬的價格買了40坪的房子;日前在母親生日前夕,還邀請有「小鄧麗君」之稱的盲人歌手張玉霞合辦音樂會,卻在24日時,母親返家發現兒子在浴室上吊,隨即通報警消人員到場處理。
警消人員到場後,李立崴已無生命跡象,警方勘驗現場,確定無他人入侵的痕跡,初步排初他殺的嫌疑。
※ NOWnews.com【今日新聞網】提醒您:
自殺不能解決問題,勇敢求救並非弱者,生命一定可以找到出路。透過守門123步驟-1問2應3轉介,你我都可以成為自殺防治守門人。
※ 安心專線:0800-788-995(0800-請幫幫-救救我)
※ 張老師專線:1980
關鍵字:
李立崴
英文
台大文城
台大外文系
葉全真
歸亞蕾
張玉霞
鄧麗君
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
留言列表