| 美국무부 인권보고서… 여전히 낯뜨거운 실태 지적 |
function goYozmDaum(link, prefix, parameter)
{
var href="http://yozm.daum.net/api/popup/prePost?link="+encodeURIComponent(link)+"&prefix="+encodeURIComponent(prefix)+"¶meter="+encodeURIComponent(parameter);
var a = window.open(href,'yozmSend','');
if(a) {
a.focus();
}
}
function sendTwitter(title, url) {
var wp = window.open("http://twitter.com/home?status="+encodeURIComponent(title)+" "+encodeURIComponent(url),'twitter','');
if(wp) {
wp.focus();
}
}
function sendMe2Day(title, url, tag) {
title="\""+title+"\":"+url;
var wp = window.open("http://me2day.net/posts/new?new_post[body]="+encodeURIComponent(title)+"&new_post[tags]="+encodeURIComponent(tag),'me2Day','');
if(wp) {
wp.focus();
}
}
function sendFaceBook(title,url) {
var wp = window.open("http://www.facebook.com/sharer.php?u=" + url + "&t="+encodeURIComponent(title),'facebook', '');
if(wp) {
wp.focus();
}
}
function sendCyWorld(url,title,thumbnail,summary) {
var wp = window.open("http://csp.cyworld.com/bl/bo_recommend_pop.php?url="+encodeURIComponent(url)+"&title="+encodeURIComponent(title)+"&thumbnail="+encodeURIComponent(url)+"&summary="+encodeURIComponent(summary),"xu",'');
if(wp) {
wp.focus();
}
}
function sendGoogle(title,url,labels) {
var wp = window.open("http://www.google.com/bookmarks/mark?op=add&title="+encodeURIComponent(title)+"&bkmk="+encodeURIComponent(url)+"&labels="+encodeURIComponent(labels),"google",'');
if(wp) {
wp.focus();
}
}
function sendCblog(title,url,thumbnail, summary, writer) {
var wp =
window.open("http://csp.cyworld.com/bi/bi_recommend_pop.php?url="+encodeURIComponent(url)+"&title_nobase64="+encodeURIComponent(title)+"&thumbnail="+encodeURIComponent(thumbnail)+"&summary_nobase64="+encodeURIComponent(summary)+"&writer="+encodeURIComponent(writer)+"&corpid=65962485", "recom_icon_pop", "width=400,height=364,scrollbars=no,resizable=no");
// window.open("http://csp.cyworld.com/bi/bi_m_recommend_pop.php?url="+encodeURIComponent(url)+"&title_nobase64="+title+"&title="+encodeURIComponent(title)+"&thumbnail="+thumbnail+"&summary_nobase64="+summary+"&summary="+encodeURIComponent(summary)+"&writer="+encodeURIComponent(writer)+"&corpid=65962485", "recom_icon_pop", "width=400,height=364,scrollbars=no,resizable=no");
if(wp) {
wp.focus();
}
}
| 천영식기자 kkachi@munhwa.com | 게재 일자 : 2011-06-28 11:36 |
|
|
function CriteoSetCookie(name,value){
var argv = CriteoSetCookie.arguments;
var argc = CriteoSetCookie.arguments.length;
var expires = (2 < argc) ? argv[2]:null;
var path = (3 < argc) ? argv[3]:null;
var domain = (4 < argc) ? argv[4]:null;
var secure = (5 < argc) ? argv[5]:null;
var expire_date = new Date();
expire_date.setDate(expire_date.getDate()+expires);
document.cookie = name + "=" + escape (value) + ((expire_date == null) ? "" : ("; expires=" + expire_date.toGMTString())) + ((path == null) ? "" : ("; path=" + path)) + ((domain == null) ? "": ("; domain=" + domain)) + ((secure == true) ? "; secure" : "");
}
function CriteoGetCookie(strName)
{
var strArg = new String(strName + "=");
var nArgLen, nCookieLen, nEnd;
var i = 0, j;
nArgLen = strArg.length;
nCookieLen = document.cookie.length;
if(nCookieLen > 0) {
while(i < nCookieLen) {
j = i + nArgLen;
if(document.cookie.substring(i, j) == strArg) {
nEnd = document.cookie.indexOf (";", j);
if(nEnd == -1) nEnd = document.cookie.length;
return unescape(document.cookie.substring(j, nEnd));
}
i = document.cookie.indexOf(" ", i) + 1;
if (i == 0) break;
}
}
return("");
}
var cnt = 0;
var toDay = new Date();
var toY= toDay.getFullYear();
var toM = (toDay.getMonth()+1)>9 ? ''+(toDay.getMonth()+1) : '0'+(toDay.getMonth()+1);
var toD = toDay.getDate()>9 ? ''+toDay.getDate() : '0'+toDay.getDate();
var c_time = toY+"-"+toM+"-"+toD;
var strReturnC = CriteoGetCookie("112421[c]");
var strReturnV = CriteoGetCookie("112421[v]");
var strReturnT = CriteoGetCookie("criteo_ctime");
var viewCnt = new Number(CriteoGetCookie("shop_count"));
if(strReturnV == "1" && strReturnT != c_time) //입력된 날짜가(c_time)이 오늘이 아닐때 카운터를 초기화 후 당일 날짜를 셋팅
{
CriteoSetCookie("criteo_ctime",c_time, 1 , "/", ".munhwa.com"); //당일날자로 쿠키 생성
CriteoSetCookie("shop_count",0, 1 , "/", ".munhwa.com"); //샵카운트 쿠키 생성. 0부터 시작
}
else if( strReturnV == "1" && viewCnt < 9 ) //입력된 날짜가(c_time)이 오늘과 똑같거나 카운트가 9보다 작을 때
{
var cnt = new String(viewCnt + 1);
CriteoSetCookie("shop_count",cnt , 1, "/", ".munhwa.com"); //페이지에 접속할때마다 카운터 1식 증가
}
if(strReturnV =="1" && viewCnt < 9){ //카운트가 9보다 작을 때 크리테오 스크립트 작동
var m3_u = (location.protocol=='https:'?'https://cas.criteo.com/delivery/ajs.php':'http://cas.criteo.com/delivery/ajs.php');
var m3_r = Math.floor(Math.random()*99999999999);
if (!document.MAX_used) document.MAX_used = ',';
document.write ("");
document.write("");
}else{
google_ad_client = "pub-3665100911591867";
/* 300x250, 작성됨 09. 3. 23 */
google_ad_slot = "5381195455";
google_ad_width = 300;
google_ad_height = 250;
document.write ("");
}
google_protectAndRun("render_ads.js::google_render_ad", google_handleError, google_render_ad);
|
| |
|
미국 국무부가 27일 발표한 연례 인신매매실태(TIP) 보고서에 한국의 낯뜨거운 인신매매 실태도 함께 공개됐다. 한국은 비록 정부 차원의 노력이 인정되긴 했지만, 여전히 매춘이 성행하는 국가로 묘사되는 등 지난해 보고서와 크게 달라지지 않았다. 보고서는 한국에 대해 첫 문장부터 “한국은 강제 매춘과 강요된 노동에 처해지는 남성과 여성의 공급국이자, 경유국이며 최종 도착국”이라고 규정했다. 보고서는 “ 러시아, 우즈 베키스탄, 카자흐스탄, 모로코, 콜롬비아, 몽골, 중국, 필리핀, 태국, 캄보디아, 북한, 베트남, 일본 등지에서 남성과 여성들이 취업이나 결혼을 위해 모집된다”면서 “이들 중 일부가 한국 내에서 강제적인 매춘 혹은 강제 노역에 처해진다”고 지적했다. 보고서는 “주로 저개발 국가 여성들이 국제결혼 브로커들에 의해 한국 남성과 결혼을 통해 모집돼 한국 도착 즉시 매춘이나 강제노역으로 내몰린다”면서 “빚을 고리로 성매매 피해 여성들이 속박되고 있으며, 고용주들과 브로커들은 피해자들의 빚을 더 악화시키는 방법들을 찾아내고 있다”고 전했다. 피해 여성들의 상당수는 여권을 빼앗긴 채 이동이 제한된 가운데 임금도 받지 못하고 있다고 소개했다. 한국 여성들의 매춘도 여전히 부끄러운 상황이다. 한국 여성은 국내뿐만 아니라 미국, 캐나다, 일본, 호주 등지에서 강제 매춘에 시달리며, 한국의 10대들이 점점 매춘에 착취당하고 있고, 한국에서의 아동 성 착취의 95% 이상은 인터넷을 통해 중개된다고 보고서가 밝혔다. 보고서는 한국 정부에 대해 포괄적인 반(反)인신매매법을 제정하고, 아동 섹스 관광에 대한 법집행을 강화할 것을 촉구했다. |
|