나는 사랑입니다

2015.05.18 15:12:00    서유민 기자 youmin88@inbnet.co.kr


// // // -1); function getInternetExplorerVersion() { var rv = -1; // Return value assumes failure. if (navigator.appName == 'Microsoft Internet Explorer') { var ua = navigator.userAgent; var re = new RegExp("MSIE ([0-9]{1,}[\.0-9]{0,})"); if (re.exec(ua) != null) { rv = parseFloat(RegExp.$1); } } return rv; } function emptyImg(obj, type) { if (type == 'm140') { obj.src = "http://static.naver.net/book/image/noimg5.gif"; obj.width = "140"; obj.height = "190"; } else { obj.src = "http://static.naver.net/book/image/noimg4.gif"; obj.width = "106"; obj.height = "154"; } } var htInitData; var htInitDataTodayBook; function init_socialplugin() { var d = document.head ? document.head : document.getElementsByTagName("head")[0]; var s = document.createElement("script"); var today = new Date(); var dd = today.getDate(); var mm = today.getMonth()+1; var yyyy = today.getFullYear(); if (dd < 10) { dd = '0' + dd; } if (mm < 10) { mm = '0' + mm; } s.src = ("http://spi.naver.net/js/release/socialplugin_news_v1.js?" + yyyy + mm + dd); s.charset = "utf-8"; d.appendChild(s); } function draw_socialplugin() { var arInitData = new Array(); arInitData[0] = {data:htInitData, layerId:"spiLayer1"}; if( htInitDataTodayBook != null ) arInitData[1] = {data:htInitDataTodayBook, layerId:"spiLayerTodayBook"}; nhn.socialplugin.drawMultiSpiLayer(arInitData); } jindo.$Fn(function() { nclk_do(); //책 찜하기 버튼. jindo.$Fn(function(e) { book_zzim('6933187', 'OTHERS'); e.stop(); }).attach(jindo.$("addZzimBtn"), "click"); // 책 찜삭제하기 버튼 jindo.$Fn(function(e) { if ( confirm("책찜하신 [나는 사랑입니다] 책을 삭제하시겠습니까?")) { $('zzimForm').action = "/myroom/zzimBook_delete.nhn?bid=6933187"; $('zzimForm').submit(); } e.stop(); }).attach(jindo.$("deleteZzimBtn"), "click"); //isbn 도움말 버튼. jindo.$Fn(function(e) { var bookInfoTop = parseInt($Element($$.getSingle("div.book_info")).offset().top, 10); var isbnBtnTop = parseInt($Element("isbnBtn").offset().top, 10); var imgBtnHeight = parseInt($$.getSingle("img", jindo.$("isbnBtn")).height, 10); var resultTop = isbnBtnTop - bookInfoTop + imgBtnHeight; if (getInternetExplorerVersion() >= 8) { resultTop -= 8; } $Element("isbnHelpBox").css("top", resultTop + "px"); $Element("isbnHelpBox").toggle(); $("isbnHelpBoxCloseBtn").focus(); e.stop(); }).attach(jindo.$("isbnBtn"), "click"); //isbn 도움말 레이어 닫기 jindo.$Fn( function(e) { $Element("isbnHelpBox").hide(); $("isbnBtn").focus(); e.stop(); }).attach(jindo.$("isbnHelpBoxCloseBtn"), "click").attach(jindo.$("isbnHelpBoxCloseBtn"), "blur"); var openCloseProduct = jindo.$("openTotalProduct", "closeTotalProductListBtn"); if (!!openCloseProduct) { for (var i = 0; i < openCloseProduct.length; i++) { if (!openCloseProduct[i]) { continue; } jindo.$Fn(function(e) { $Element("totalProductListLayer").toggle(); $Element("productListLayer").toggle(); if ($Element("totalProductListLayer").visible()) { clickcr(e.currentElement, 'buy.unfold', '', '', e); } else { clickcr(e.currentElement, 'buy.fold', '', '', e); } e.stop(); }).attach( openCloseProduct[i], "click"); } } htInitData = { style : "standard2", servicename: "책", evkey : "book", title : "나는 사랑입니다", source : "http://book.naver.com/bookdb/book_detail.nhn?bid=6933187", me2key : "", tags : ["네이버책", "나는 사랑입니다"], me : { display : "off" }, mail : { srvid : "social", srvurl: "http://bookmark.naver.com/getRichMailTmpl.ajax?sourceUrl=" + encodeURIComponent("http://book.naver.com/bookdb/book_detail.nhn?bid=6933187") }, cafe : { sourceType : "39", sourceTitle : "네이버 책 > 나는 사랑입니다", sourceContents : $("scrap_content").innerHTML, sourceForm : 1 }, blog : { blogId : "naver", sourceType : "39", sourceTitle : "네이버 책 > 나는 사랑입니다", sourceContents : $("scrap_content").innerHTML, sourceForm : 1 }, me2post : { shortUrl : "off" } }; init_socialplugin(); $Fn(function(e) { if (("OTHERS".search("IPAD") > -1)) { alert("글쓰기 기능을 지원하지 않는\n 브라우저입니다."); e.stop(); } else { hideLayerBookImage(); $Element(e.currentElement.id).attr("href", "/bookdb/review_write.nhn?bid=6933187"); } }).attach($("reviewWriteTopBtn", "reviewWriteBottomBtn"), "click"); $A(["books", "low_books"]).forEach(function(cpName,i){ if($("iconMileage_" + cpName) != null) { $Fn(function () { $Element("lpop_wrap_" + cpName).css("display", "inline"); $$("#lpop_wrap_" + cpName + " a")[0].focus(); }).attach($("iconMileage_" + cpName), "focus"); $Fn(function() { $Element("lpop_wrap_" + cpName).css("display", "none"); }).attach($$("#lpop_wrap_" + cpName + " a")[1], "blur"); } }); if (isIpadBrowser == false) { (function() { var aElem = $("iconMileage_books", "lpop_wrap_books", "iconMileage_low_books", "lpop_wrap_low_books"); var isIconMileageOver = false; if(aElem) { jindo.$Fn(function(e) { isIconMileageOver = e.type == "mouseover"; var el = e.currentElement; if (/(books)$/i.test(el.id)) { var welLayer = jindo.$Element("lpop_wrap_books"); } window.setTimeout(function() { closeSubDetailLayer(); if(isIconMileageOver == true) { welLayer.css("display", "inline"); } }, 50); }).attach(aElem, "mouseover").attach(aElem, "mouseout"); } })(); } else { $$("a[id^=iconMileage_]").forEach(function(v, i){ $Fn(showSubDetailLayer).attach($Element(v), "click"); }); } $$("div.lpop_detail a.btn_close").forEach(function(v, i) { $Fn(closeSubDetailLayer).attach($Element(v), "click"); }); var tabDetaiList = $$("div.tab_detail ul li a"); $Fn(function() { if (false) { $("reviewWriteBottomBtn").focus(); } }).attach($(tabDetaiList[tabDetaiList.length - 1]), "blur"); setTimeout(function() { var elikeLog = new naver.book.LikeLog(); elikeLog.setElement({ "likeBtn" : jindo.$Element(jindo.$$(".u_likeit_btn")[0]) , "isListType" : "N" , "bid" : "6933187" , "platform" : "pc" , "pageUrl" : "/bookdb/book_detail.nhn" , "elementId" : "" }); elikeLog.run(); } ,1000); }).attach(window, "load"); function showSubDetailLayer(e) { $$("div.lpop_wrap2").forEach(function(v, i){ $Element(v).css("display", "none"); }); var nextElement = e.currentElement.nextElementSibling; $Element(nextElement).css("display", "inline"); addCheckoutLink(nextElement.id); } function closeSubDetailLayer(e) { if(isIpadBrowser == true) { var parentNode = e.currentElement.parentNode.parentNode.id; removeCheckoutLink(parentNode); } $$("div.lpop_wrap2").forEach(function(v, i){ $Element(v).css("display", "none"); }); } function addCheckoutLink(id) { var checkLinkObj = $Element($$("#" + id + " p.lcheckout_go")[0]); if (checkLinkObj.child().length < 1) { $Element($$("#" + id + " p.lcheckout_go")[0]).append(document.createTextNode("네이버 아이디 하나로 적립/사용")); $Element($$("#" + id + " p.lcheckout_go")[0]).append("
"); $Element($$("#" + id + " p.lcheckout_go")[0]).append(" 네이버 마일리지 서비스 보기 "); } } function removeCheckoutLink(id) { $Element($$("#" + id + " p.lcheckout_go")[0]).empty(); } function showLayerBookImage(){ $('ly_dimmed').style.display = "block"; $('ly_frame').style.display = "block"; $('ly_frame_title').focus(); } function hideLayerBookImage(){ $('ly_dimmed').style.display = "none"; $('ly_frame').style.display = "none"; $('txt_desc_point').focus(); } var OPEN = 0; var CLOSE = 1; var statusFalg = OPEN; function showLayerMoreBookInfo(){ if(statusFalg == OPEN) { $Element('btnMoreBookInfo').toggleClass("on"); $$("span.ly_more a")[0].focus(); if($Element('btnMoreBookInfo').hasClass("on") == true) { var aList = $$("span.ly_more a"); $Fn(function(){ $Element('btnMoreBookInfo').removeClass("on"); $("btnMoreBookInfo").focus(); }).attach(aList[aList.length - 1], "blur"); } statusFalg = CLOSE; } else { statusFalg = OPEN; } } // ]]> // = criteria) { ele.style.display = "none"; } }); $Element(openMenuId).toggle(); $Element(closeMenuId).toggle(); e.stop(); }).attach($(closeMenuId), "click"); } function displayRelationDiv(param) { var html = ""; html += '이 책의 ' + param.korean + ' (' + param.total + '권)'; html += ''; html += ''; if (param.total > param.criteria) { html += '

'; } $(param.id).innerHTML = html; $(param.id).style.display = 'block'; } function displayRelationThumb(params) { var html = ""; for(var i = 0; i < params.length; i++) { html += ''; html += ''; html += ''; html += '' + params[i].title + ''; html += '' + params[i].author + ''; html += '' + params[i].publishDay + ''; html += ''; html += ''; } $(params[0].name + "List").innerHTML = html; } function displayRelationText(params) { var html = ""; for(var i = 0; i < params.length; i++) { html += ''; html += '' + (i + 1) + '.'; html += '' + params[i].title + ' '; html += params[i].author; html += ' | '; html += params[i].publishDay; html += ''; } $(params[0].name + "List").innerHTML = html; } function hiddenRelation(total, index, max) { return (total > max && index > max) ? ' style="display:none"' : ''; } jindo.$Fn( function() { var itemTodayBook = jindo.$("todayBookText"); if (!!itemTodayBook) { defaultSummarize("todayBookText", {"maxLine" : 3}) } // 저자의 다른 책 제목 줄임 $A($$("dt[id^=otherBook_]", $("otherBook"))).forEach(function (ele, idx) { var bid = ele.id.split("_")[1]; var gdid = ele.id.split("_")[2] +"_" + ele.id.split("_")[3]; var otherbookParam = { "prefix" : "", "postfix": "", "maxLine": 2 } defaultSummarize(ele.id, otherbookParam); }); // 네티즌 리뷰 말 줄임 처리 $A($$("dd[id^=review_text_]", $("reviews"))).forEach( function(ele) { defaultSummarize(ele.id, { "maxLine": 2 }); }); // 함께 읽은 책 제목 줄임 $A($$("dt[id^=togetherBuyBook--]", $("togetherBuyBook"))).forEach(function (ele ,idx) { var infos = ele.id.split("--"); var bid = infos[1]; var gdid = infos[2]; var otherbookParam = { "prefix" : "", "postfix": "", "maxLine": 2 } defaultSummarize(ele.id, otherbookParam); }); }).attach(window, "load"); book.OpenClose = jindo.$Class({ $init : function(eleId, options) { this._content = jindo.$(eleId + "Content"); this._openBtn = jindo.$(eleId + "Open"); this._closeBtn = jindo.$(eleId + "Close"); this._openBtnArea = jindo.$Element(eleId + "Open").parent(); this._closeBtnArea = jindo.$Element(eleId + "Close").parent(); this._originalText = this._content.innerHTML; this._summarizedText = summarizeText(this._content.innerHTML, options.maxLength, '...(하략)'); this._content.innerHTML = this._summarizedText; if (endsWith(this._summarizedText, '...(하략)

')) { jindo.$(this._openBtnArea).show(); jindo.$Fn( $Fn(this._open, this).bind() ).attach(jindo.$(this._openBtn), "click"); jindo.$Fn( $Fn(this._close, this).bind() ).attach(jindo.$(this._closeBtn), "click"); } }, _open : function (e) { this._content.innerHTML = this._originalText; jindo.$(this._openBtnArea).hide(); jindo.$(this._closeBtnArea).show(); e.stop(); }, _close : function (e) { this._content.innerHTML = this._summarizedText; jindo.$(this._openBtnArea).show(); jindo.$(this._closeBtnArea).hide(); e.stop(); } }); function endsWith(str, suffix) { return str.indexOf(suffix, str.length - suffix.length) !== -1; } // ]]> // = 2) { depth = parseInt(m[1], 10); //m[1] 은 현재 선택한 카테고리 depth } if (++depth parseInt(publishEndDay.value, 10)) { alert("기간 범위가 잘못되었습니다. 다시 선택해 주세요."); e.stopDefault(); return false; } } var maxDepth = 0; var selectedCategory; jindo.$A(jindo.$$("select[name*=cate]", jindo.$("detailSearchLayer"))).forEach( function(ele) { var m = /cate([1-4]{1})Depth/.exec(ele.name); if (!!m && m.length >= 2 && parseInt(m[1], 10) > maxDepth && ele.value != "") { maxDepth = parseInt(m[1], 10); //m[1] 은 현재 선택한 카테고리 depth selectedCategory = ele.value; } }); var valid = false; jindo.$A(jindo.$$("input[type=text]", jindo.$("detailSearchLayer"))).forEach( function(ele) { if (jindo.$S(ele.value).trim() != "") { valid = true; } } ); if (!!selectedCategory) { jindo.$$.getSingle("input[name=categoryId]", jindo.$("detailSearchForm")).value = selectedCategory; } if (!valid ) { alert("상세검색을 위해 적어도 한 곳에는 검색어를 입력해 주세요."); e.stopDefault(); return false; } return true; } function makeEventHandler(fpCallback, oElement, sEventType) { var ret = {}; ret = jindo.$Fn( fpCallback, this ).attach( oElement, sEventType ); ret.detachEvent = function() { ret.detach( oElement, sEventType ); } return ret; } function nextFocusSelect(idName) { $(idName).focus(); } function nextLeftCategoryFocus() { if ($Element("btn_left_category").hasClass("on") == true) { if (false) { $("yes24_bestseller").focus(); } else if (false) { $("todaybook_recent").focus(); } else if (false) { $("theme_rcmmd").focus(); } else if (false) { showNaverMeExplain(); $$("#naverMeExplain a")[0].focus(); } else if (false) { $("wish_list").focus(); } else if (false) { $("book_search").focus(); } else if (true) { $("home_navi").focus(); } else if (false) { $("tab_library").focus(); } } else { $$("#lc_100 > a[name=lc_100]")[0].focus(); } } // ]]>

ⓒ노트펫 손현숙, 동물자유연대 지음 지식의숲 펴냄(2012)

유기동물과 함께하는 가슴 따뜻한 이야기 

 

동물자유연대가 10년간 모은 유기동물 사진과 손현숙 시인의 글귀가 만난 울림 짙은 포토 에세이. 이 책에서는 반려동물이 길을 잃거나, 버림받거나, 죽거나, 새 가족을 만나는 다양한 모습을 통해 이 땅의 유기동물이 처한 현실과 그 속에서 피어나는 희망에 대해 이야기한다.

이 땅의 유기동물들은 어떤 표정을 하고 있을까? 책에는 길에서 죽기 직전에 구조된 아기 고양이부터 'TV동물농장'에도 나온 적 있는 황구 사건의 주인공 극복이, 사람에게 버림받았으나 마지막까지 사람들에게 웃음을 남기며 떠난 백구, 양로원 마당에 묶여 술안줏감이 될 뻔한 복남이, 눈이 먼 채 오로지 한 사람의 기척에만 반응하는 메리 등 다양한 동물이 등장한다.

동물자유연대가 지난 10년간 모은 유기동물의 사진 속에는 소리 없는 눈빛이 전하는 수많은 메시지가 담겨 있다. 그 눈빛에 손현숙 시인이 울림 있는 언어를 입혀 우리에게 생명 사랑에 대한 깊은 질문을 던진다.

또한 이 책은 유기동물을 입양한 후의 행복한 모습을 통해 사랑을 나누는 일이 얼마나 아름다운 일인지 독자들에게 전한다. 분리 불안이 있어 한시도 사람과 떨어질 수 없는 유기동물을 입양한 부부, 사람에게 단 한 번도 사랑을 받지 못한 열 살 노령견을 가족으로 맞이해 넘치는 사랑을 주는 가족, 대개는 반려동물로 키우기 꺼려하는 누렁이를 가족으로 맞이해 동반자로 살아가는 가족의 모습까지 유기동물을 사랑으로 보듬는 모습을 보여 준다. 

 

ⓒ 반려동물 뉴스 노트펫, 무단전재 및 재배포 금지