// 쿠키 얻기
function getCookies(name) {
var nameOfCookie = name + "=";
var x = 0;
while ( x <= [안내]태그제한으로등록되지않습니다-document.cookie.length ) {
var y = (x+nameOfCookie.length);
if ( [안내]태그제한으로등록되지않습니다-document.cookie.substring( x, y ) == nameOfCookie ) {
if ((endOfCookie=[안내]태그제한으로등록되지않습니다-document.cookie.indexOf( ";", y )) == -1 )
endOfCookie = [안내]태그제한으로등록되지않습니다-document.cookie.length;
return unescape( [안내]태그제한으로등록되지않습니다-document.cookie.substring( y, endOfCookie ) );
}
x = [안내]태그제한으로등록되지않습니다-document.cookie.indexOf( " ", x ) + 1;
if ( x == 0 )
break;
}
return "";
}
var bannerVal = getCookies('inactiveAD');
if (bannerVal!=1) {
document.write("<\/script>");
}