2013年9月6日 14:53
");
$(".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();
});
}
//-------------------
});
-
主婦聯盟環境保護基金會今(6)日在立法院召開記者會,直指日本福島電廠輻射外洩已污染海洋,台灣去年捕撈16萬公噸的秋刀魚,漁業署今年7月、8月只檢測2次共6個樣品。(圖/記者林修卉攝)
記者林修卉/台北報導
主婦聯盟環境保護基金會今(6)日上午在立法院召開記者會,直指日本福島電廠輻射外洩已污染海洋,但韓國、香港均已加強檢測漁獲,台灣去年捕撈16萬公噸的秋刀魚,漁業署今年7月、8月只檢測2次共6個樣品。
主婦聯盟董事長陳曼麗質疑,台灣檢測次數與量不及香港,中秋節快到了,民眾習慣烤肉烤海鮮,盼政府做好把關的工作。主婦聯盟祕書長黃嘉琳則說,政府今年只檢測2次秋刀魚,抽檢率太低,而其他的魚種都沒檢測,令人擔憂。
民進黨立委林淑芬則說,台灣人海鮮的食用量為全球平均的1.9倍,自從福島核災之後,輻射污水外洩影響海洋生態層面難以確切掌握,她呼籲相關單位提高進口食品輻射含量抽檢率、每日更新食品輻射檢測報告,以及公布含有輻射的進口食品檢數據與商品資訊。
新光醫院腎臟科醫師江守山表示,東京電力以隱瞞一切為主要目的,甚至聲稱只要一片鋁鉑紙就可以擋住輻射,但吃下肚的海鮮可以用什麼擋住?他說,吃下帶有輻射的海鮮,恐得骨癌等難以治療的疾病。
至於哪些海水魚種可能含有輻射,江守山表示,底棲性、迴游性魚類較容易被污染,目前曾被發現帶有輻射的魚包括比目魚、鮪魚、白斑魚、六線魚,以及鰈魚。
關鍵字:
林淑芬
日本
輻射
福島
東京電力
江守山
陳曼麗
黃嘉琳
中秋節
秋刀魚
留言列表