");
$(".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();
});
}
//-------------------
});
-
台中地檢署和烏日警分局的法治教育宣導,用少見藍球賽方式。記者林重鎣攝
記者林重鎣/台中報導
少見的法治教育方法;台中地檢署為了對青少年進行法治教育宣導,走出地檢署,和烏日警分局合辦藍球賽,除提倡正當休閒娛樂,更有防範犯罪、防毒、防詐騙宣導,其中檢警組進行藍球賽,讓氣氛駭到高點。
為提倡暑期正當娛樂,烏日分局24、25兩天在烏日區光德國中,舉行青少年籃球賽暨暑期青少年預防犯罪法治教育宣導,讓青少年朋友大展身手。這項活動,由烏日分局與臺中地方法院檢察署及烏日區籃球委員會等民間團體共同舉辦『迎向陽光、活力無限、青春好正籃球邀請賽暨暑期青少年預防犯罪法治教育宣導』活動,在暑假的尾聲,青少年仍有正常休閒活動的機會。
活動參加對象組別分為國中男、女子組、高中男、女子組,並由烏日分局所領軍之烏日分局隊與臺中地檢署隊進行三對三鬥牛友誼賽,吸引許多青少年爭相觀看「檢警大戰」,現場氣氛熱烈。
警方表示青少年暑期打工時,易受誘墮入色情陷阱,從事色情交易行為,甚或發生被詐欺受害情事,或被幫派份子唆使參與討債、圍事、販毒、吸菸等不法行為。由社會舉辦正當休閒活動機會,吸引青少年參與,有效降低群聚打架滋事或飆車、持械攻擊及搶奪財物等不法情事。
此次活動由檢警結合現場青少年向毒品、菸害說不,並有烏日分局及臺中地檢署設攤進行預防犯罪宣導,內容有指紋拼圖、有獎徵答、文宣品發放等各項宣導活動。
關鍵字:
烏日警分局
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
留言列表