NOWnews.com 今日新聞網
2013年8月3日 11:45
");
$(".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();
});
}
//-------------------
});
-
狂犬病疫情野火燎原,中央流行疫情指揮中心3日公布,又有13例鼬獾確診為狂犬病,創下單日新高,且短短一天之內,多了1縣市、7鄉鎮淪陷。
生活中心/綜合報導
狂犬病疫情越燒越大,一日「狂」增13例鼬獾確診染病,創下疫情爆發以來的單日新高!中央流行疫情指揮中心今(3)天公布,檢測後發現,又有13例鼬獾確診為狂犬病,短短一天之內,疫情就多擴及1縣市、7鄉鎮,目前全台共計7縣市、25鄉鎮都淪陷;另外,遭動物抓咬傷打疫苗人數,也創單日150人新高。
指揮中心表示,昨天檢測33例樣材,其中就有13例鼬獾確診為狂犬病,分別來自台中市大里區、南投縣(魚池鄉、信義村)、嘉義縣(阿里山鄉、竹崎鄉、番路鄉)、台南市(六甲區、南化區、楠西區)、高雄市旗山區2例及台東縣東河鄉2例。
國內迄今,狂犬病疫情已蔓延台中市、南投縣、雲林縣、嘉義縣、台南市、高雄市及台東縣,共計全台7縣市、25鄉鎮都淪陷,有35例鼬獾及1例錢鼠確診染病。
眼見疫情擴散,疾病管制署長張峰義表示,經與美國CDC專家討論過後,考慮到國內去年5月就有染病鼬獾確診,也決定將免費補打疫苗的「鼬獾咬抓傷保平安專案計畫」適用對象,由去年8月後提前至5月,以避免3個月的空窗期成為防疫漏洞。
疾管署統計,過去24小時,全台共有203人因動物抓咬傷申請使用狂犬病疫苗,其中150人經審核同意使用,目前全台累積541人打過狂犬病疫苗,17人同意使用免疫球蛋白,其中9人已施打。 (接下一頁)
關鍵字:
健康
狂犬病
新高
鼬獾
錢鼠
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
留言列表