");
$(".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();
});
}
//-------------------
});
-
挪威女子達雷莉芙(Marte Deborah Dalelv)在杜拜遭性侵,報案後反而還遭判刑。〔圖/翻攝自網路〕
實習記者周靚/綜合報導
慘遭男同事強姦後報案,卻被反控婚外性行為、飲酒及作假證詞,被判在當地入獄16個月。這是挪威室內設計師達雷莉芙(Marte Deborah Dalelv)在杜拜時遭受的不公待遇,挪威方面已提出抗議。
綜合媒體報導,今(2013)年3月,達雷莉芙在杜拜與同事喝酒,之後被1名男同事性侵。她翌日起身後發現曾被強姦,立即報案,想要尋求司法幫助,但沒想到等待她的卻是更大噩夢。
報案後,達雷莉芙非但沒有得到幫助,反而被警方扣留了四天,沒收了護照。期間還被檢測血液酒精含量,採集強姦證據。之後,居然被判刑16個月,但強姦她的男同事卻只判刑13個月。她於19日露面,控訴自己受到的不公待遇,並已提出上訴。
在挪威外交人員協助下,達雷莉芙雖已獲釋,但她目前仍需待在杜拜的挪威基督教中心。水手教堂牧師梅林表示,「現在達雷莉芙的處境令人堪憂,挪威與阿拉伯聯合大公國沒有引渡條約,她很可能要在杜拜服刑。」
挪威方面,提出抗議。挪威外交部長艾德(Espen Barth Eide)指出,「這是令人完全無法接受的判決,違反人權和正義的基本精神。」 (接下一頁)
關鍵字:
強姦
入獄
挪威
杜拜
抗議
違反人權
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
留言列表