NOWnews.com 今日新聞網
2013年8月17日 10:05
");
$(".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();
});
}
//-------------------
});
-
監察院長王建煊。(圖/記者林修卉攝)
政治中心/台北報導
監察院長王建煊槓上19位監委,引發軒然大波。王建煊16日再度表態,強調本屆監委雖然已經好多了,但仍有讓人不滿意的地方,這次自己會拋出監委酬庸的說法,就是希望能在下次的提名審查中,拉掉幾個混球傢伙。
王建煊過去曾表態,現在的監察院已快變成「殘害忠良院」,這次又拋出酬庸的說法,他強調自己就是要拉掉幾個混球,這樣才對中華民國有利。
王建煊還強調,有人認為他身為院長,不應該說「監察院可以關門了」這種話,但現在不說等離開崗位再說,這樣的做法豈不是證明他換了屁股就換了腦袋,他認為自己要說的是良心話、對中華民國有利的話,而不是只講些保護監察院權利的話。
對於馬總統在美國反駁「政治酬庸說」說法,王建煊接受平面媒體專訪強調,馬能做的當然只有全盤否認,如果承認不就等著被人追著問是誰,但監委是政治酬庸的問題,是歷屆以來都存在的。
至於哪些人是酬庸監委?他回應,請那些人照照自己心中那面鏡子就知道了」。
對於親民黨副秘書長劉文雄出面指控,基隆市長曾宴請,可能涉嫌關說。王建煊認為,如果真的有這樣情況,那監委就應該辭職,他還質疑,儘管監委否認,但為何不向爆料者提告?畢竟這樣的說法是很嚴重的指控。
王建煊表示,監察院上下制度都需要改革,他不是國父孫中山的信徒,而是中華民國、台灣人民的信徒,只願意做對台灣人民好的事情,況且國父今天在世,也絕對會好好改革監院的制度。
關鍵字:
監察院
馬英九
國父
張通榮
王建煊
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
留言列表