














전원과 귀농이 있는 엔돌핀마을 카페에서는
아름다운 전원주택 사진 전시회 / 메주등산.봉사나눔 매달
귀농생활의 참고될 생생정보 / 전원생활의 유익한 정보 / 친환경 농산물 직거래
음악.영화.함께 공유하는 곳 / 각 지역 동호인 / 취미활동.유머.특종이 있는곳
귀농/귀촌의
더많는 자료는 아래 사진이나 / 홈페지를 누르시면 도움을 드립니다






(function() {
var FramesetChecker = {
cafeUrl: "http://cafe.daum.net/endolpins",
allowLoadingWithoutFrameset: function() {
var currentLocation = location.href;
return this.contains(currentLocation, "_c21_/bbs_search_read") //
|| this.contains(currentLocation, "_c21_/cafesearch") //
|| new RegExp("cafe\\d{3}.daum.net").test(location.hostname) //
|| (function() {
try {
return opener && contains(opener.location.href, "kiss.daum.net");
} catch(e) { return false; }
})(); //
},
contains: function(str, test) {
return str.indexOf(test) >= 0;
},
changeLocation: function() {
var today = new Date();
var expires = new Date(today.getTime() + (30 * 1000));
[안내]태그제한으로등록되지않습니다-document.cookie = "TCH" + "=" + encodeURIComponent(document.location.href) + "; domain=cafe.daum.net; path=/; expires=" + expires.toGMTString();
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) { // 검색용 프레임 내부, 프레임이 씌워져 있지 않은 경우
this.changeLocation();
}
} catch(e) {
document.location.href = this.cafeUrl;
}
}
}
};
FramesetChecker.check();
})();