document.domain = "auction.co.kr" function SetLastUpdateDate() { var obj = parent.document.getElementById("spanDescriptionLastUpdate") obj.innerText = "2008-10-27 오후 3:11:05" } document.ondragstart = function (e) { return false } document.onselectstart = function (e) { return false } document.oncontextmenu = function (e) { alert("물품상세설명 무단도용방지를 위하여n마우스 오른쪽버튼을 이용할 수 없습니다!n (해당 물품 판매자만 가능)") return false }