李金霓
2013年7月19日 01:25
");
$(".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();
});
}
//-------------------
});
-
張友驊(左)在《新聞龍捲風》談洪仲丘案,怒飆出高收視。(圖/中天)
記者李金霓/台北報導
洪仲丘關禁閉室中暑死亡引發公憤,全民追真相,17日《台灣顧問團》現場直播時,上士范佐憲母親和胞弟親自打電話到節目中替范佐憲喊冤,還與在場來賓周玉蔻、張友驊等人唇槍舌戰,主持人敖國珠說:「節目本來就有『當事人澄清專線』,當事人願意打電話進來,我們給予尊重,我們節目就是提供一個平台讓各界有溝通的機會」。
而張友驊也是《新聞龍捲風》固定來賓,因和彭華幹提供的獨家爆料,最後都證實是事實,甚至逼得國防部數度召開記者會對外道歉,網友們更讚兩人是「驊神和幹神」果真料事如神,也讓17日的《新聞龍捲風》收視率高達1.74,贏過全日所有新聞台的收視。
為了查出真相,張友驊就說:「這兩個禮拜,我睡不到6小時,不是在收集相關資料外,就是在攝影棚錄影,我的眼睛這幾天都乾澀到不行!但只能沾個水讓眼睛濕潤後繼續錄影。」而他近來每天早上9點多出門,回到家已經半夜11點,累到他太太都心疼他身體受不了。而彭華幹最近也被操翻了,多次在節目中現場示範軍中「整人招數」,收視更直飆2.58,不少網友紛紛留言「幹神,你要撐住!繼續替我們揭開真相。」
▼▲彭華幹(左)實際體驗軍中整人招數。(圖/中天)
《新聞龍捲風》的臉書粉絲團17日遭臉書以違反使用條款而被關閉,網友留言說:「新聞龍捲風連日來爆料連連,難道這是國防部的報復陰謀嗎?」,「新聞龍捲風!你們要加油,兩千三百萬人民在等真相!」節目單位重新申請新的臉書後,不到24小時加入的粉絲就將近1萬人。
關鍵字:
明星
張友驊
彭華幹
周玉蔻
洪仲丘
新聞龍捲風
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
留言列表