/* 이영훈 목사 절대 긍정 tv */ document.write('
\n' +' \n' +' \n' +' \n' +' \n' +' \n' +' \n' +' \n' +' \n' +' \n' +'
\n' +'
\n' +' Give Thanks 365 Younghoon Lee\n' +'
\n' +'
\n' +' \n' +'
\n' +'
\n'); Cookievalue = GetCookie('maindiv_eng'); if (Cookievalue == '' ){ document.all.Notice_eng.style.visibility='visible'; } else { document.all.Notice_eng.style.visibility='hidden'; } function popClose_2() { if (navigator.appName == "Microsoft Internet Explorer") { // 부드럽게 닫기 할때 // document.all.Notice_eng.style.filter='blendTrans(duration=1)'; // 실행시간(duration)을 정해준다. // document.all.Notice_eng.filters.blendTrans.apply(); // document.all.Notice_eng.style.visibility = 'hidden'; // document.all.Notice_eng.filters.blendTrans.play(); document.all.Notice_eng.style.visibility = 'hidden'; } else { document.all.Notice_eng.style.visibility = 'hidden'; } } function todayClose_2() { if ( document.notice_form_2.chkbox.checked ){ var exp = new Date(); var oneYearFromNow = exp.getTime() + (24 * 60 * 60 * 1000); //3일 (3 * 24 * 60 * 60 * 1000); exp.setTime(oneYearFromNow); setCookiefgtv("maindiv_eng","true",exp,"/","english.fgtv.com", 0); } } function GetCookie(NameCookie) { var i = document.cookie.indexOf(NameCookie + '=' ); if (i != -1) { i += NameCookie.length + 1; NameEnd = document.cookie.indexOf(';', i); if (NameEnd == -1) { NameEnd = document.cookie.length; } return unescape(document.cookie.substring(i, NameEnd)); } else{ return "" } } function setCookiefgtv(name, value, expires, path, domain, secure) { var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : ""); if ((name + "=" + escape(value)).length <= 4000) { document.cookie = curCookie; } else { if (confirm("Cookie exceeds 4KB and will be cut!")) { document.cookie = curCookie; } } return true; }