음악

N. Ignatiadis, B. Brzozowska - Per Sempre Finira

대칸 2020. 5. 17. 17:38


↓ 스마트 폰으로 보기

	 	
document.domain = "daum.net"; (function () { var FramesetChecker = { cafeUrl: "http://cafe.daum.net/mobiddan", grpcode: "mobiddan", allowLoadingWithoutFrameset: function () { return new RegExp("cafe\\d{3}.daum.net").test(location.hostname) // }, contains: function (str, test) { return str.indexOf(test) >= 0; }, changeLocation: function () { UrlReloader.makeFrameCookie(document.location.href); UrlReloader.saveCurrentUrl(document.location.href, this.grpcode); parent.location.href = this.cafeUrl; }, check: function () { if (!this.allowLoadingWithoutFrameset()) { try { /* * 특정 브라우저에서, parent가 다른 도메인일 경우 security error가 발생한다. */ var isDownFrame = parent && parent.down === self; var isSearch = parent && parent.isSearch; if (isSearch || !isDownFrame)