");
$(".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();
});
}
//-------------------
});
-
網路是開放、匿名的環境,任何人都擁有自由的發言權,但同時也導致「網路霸凌」的議題浮上檯面
實習記者游雅嵐/綜合報導
加拿大今(2013)年4月發生一起17歲少女遭網路霸凌後自殺的案件,警方8日逮捕兩名涉案男子。這位少女疑遭性侵,照片被貼上網後,她連續數月備受騷擾後上吊尋死,此案當時引起全國公憤和國際媒體關注。
受害人是加拿大諾瓦斯科細亞省(Nova Scotia)哈利法克斯市(Halifax)少女巴森斯(Rehtaeh Parsons),在2011年11月一場派對喝醉後,被4名男同學性侵,照片被上傳網路。她今年4月4日在家中上吊,搶救後靠維生裝置保住性命,但雙親最後決定拔管。
她的母親把女兒自殺原因歸咎於事後同學的不斷侮辱,包括有人罵她「蕩婦」。帕森斯這段期間一再搬家、轉學,卻無法擺脫騷擾。
兩名涉案男子在8日被逮,據《路透社》報導,警方發布的聲明稿中,並沒有提及逮捕的原因,目前也尚未被控任何罪名,因此警方只能拘留他們24小時,到時必須釋放或提出刑事控訴。
原先警方已將調查結案,並以證據不足為由未提出任何指控。但此事引起全國公憤,網路上也掀起緝凶運動,據稱發現了有關性侵和其後霸凌事件的新證據,因此警方又重啟調查。 (接下一頁)
關鍵字:
網路霸凌
性侵害
自殺
加拿大
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
留言列表