陳鈞凱
2013年8月26日 12:03
");
$(".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();
});
}
//-------------------
});
-
標榜高檔的百貨公司、超市也出包!台北市衛生局公布7月生鮮蔬果殘留農藥檢驗結果,包括天母新光三越販售的「台灣愛文芒果」以及松青超市南昌店、景美店的「台灣青蔥」、「台灣木瓜」都被檢出農藥超標。
記者陳鈞凱/台北報導
生鮮蔬果殘留農藥,標榜高檔的百貨公司、超市再出包!台北市衛生局今(26)天公布7月生鮮蔬果殘留農藥檢驗結果,3件不符規定產品通通來自消費者心目中較有保障的百貨公司及連鎖超市,包括:天母新光三越販售的「台灣愛文芒果」以及松青超市南昌店、景美店的「台灣青蔥」、「台灣木瓜」都被檢出農藥超標。
台北市衛生局按月前往蔬果零售業者、超市、大賣場、批發市場及餐飲業者等處抽驗生鮮蔬果殘留農藥情形,7月一共抽驗56件產品,檢驗結果3件不符規定,不合格率5.36%。
不合格名單,分別為:新光三越百貨天母分公司販售的「台灣愛文芒果」檢出殘留殺蟲劑「百滅寧(Permethrin)」0.13ppm,超出標準的0.1ppm,進貨廠商為文山區萬大路533號1220攤的進源水果行。
松青超市更一口氣有2分店上榜,南昌分公司販售的「台灣青蔥」檢出不得檢出的殺蟎劑「毆蟎多(Propargite)」0.08ppm,來源為彰化縣二林鎮農戶;景美分公司販售的「台灣木瓜」則檢出殺蟲劑「亞滅培(Acetamiprid)」0.03ppm以及「賽洛寧(Cyhalothrin)」0.02ppm,來源為屏東縣長治鄉建農青果生產合作社,均超出標準的0.01ppm以下。
台北市衛生局食品藥物管理處處長邱秀儀表示,這次檢出的4種殘留農藥百滅寧、亞滅培、賽洛寧、毆蟎多,都是行政院農業委員會公告合法登記並領有許可證的農藥,只是超出「殘留農藥安全容許量標準」限量範圍,不符規定。 (接下一頁)
關鍵字:
健康
農藥
生鮮蔬果
新光三越
松青
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
留言列表