李鴻典
2013年7月28日 12:32
");
$(".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();
});
}
//-------------------
});
-
鼬獾染狂犬病 水里再隔離1狗
南投縣水里鄉兩隻家犬叼回的一隻死鼬獾,確診染狂犬病。縣家畜所27日發現飼主還另外養了一隻土黃狗,與飼主溝通後,將土黃狗也帶回隔離觀察。中央社記者林恆立南投縣攝 102年7月27日
記者李鴻典/台北報導
狂犬病疫情似乎越來越嚴重!農委會防檢局今(28)日指出,山區又檢出5例鼬獾狂犬病確診案例,呼籲全民共同防疫。
防檢局說,昨(27)日晚間接獲行政院農業委員會家畜衛生試驗所通報17件(含食肉目野生動物14件、犬貓3件)送檢樣材已完成檢驗,送檢10件鼬獾中,5件確診感染狂犬病外。
新增5例確診病例分別來自於南投縣國姓鄉、仁愛鄉,台中市新社區,台南市南化區及高雄市田寮區。防檢局表示,至7月27日已檢測食肉目野生動物46例,除11例鼬獾確診感染狂犬病外(分別為南投縣5例、雲林縣1例、台中市1例、台南市1例、高雄市1例、台東縣2例),餘均為陰性。
對於前述新增病例發生縣市,防檢局已緊急釋出6,000劑動物狂犬病疫苗,由所轄動物防疫機關設站加強該山區犬貓狂犬病疫苗注射及加強野犬捕捉收容並施打疫苗。防檢局共已對前述縣市陸續釋出58,000劑動物狂犬病疫苗,期將疫情圍堵在山區。
防檢局說,自7月29日起第1線防疫人員300人將可開始施打預防性狂犬病疫苗,一週後將就另1,000名第一線工作人員進行施打。另外,防檢局表示,預估國內犬貓計有150萬隻,每年施打率約4成,故需加強整備疫苗數約90萬劑。而緊急防疫用疫苗原儲備有近10萬劑,因應疫情陸續發放,目前尚存6萬劑,已規劃8月底前再進口30萬劑,並視需要可再行增購10萬劑。另市面上已掌握的疫苗約23萬劑,廠商於8月底前將再進口16萬5千劑,將持續聯繫廠商增加進口數量以備施打,確保疫苗之充分供應。
關鍵字:
狂犬病
台中
台南
高雄
淪陷
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
留言列表