È£ÅÚ ÀÎÁ¢ °º¯ºÏ·Î¿¡¼ÀÇ ÁøÃâ...
°´½Ç¿ä±Ý
ÇѰȣÅÚ Á÷¿øºÐµé Á¤¸» Ä£ÀýÇØ...
¼¼¹Ì³ª½Ç »ç¿ë¹®ÀÇ
function notice_getCookie( 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 ""; } if ( notice_getCookie( "Notice1" ) != "done" ){ var window_left = (screen.width-20)/2; var window_top = (screen.height-1000)/2; window.open('../popup/pop2009.php','pop1','width=443,height=350,scrollbars=no,top=' + window_top + ',left=' + window_left + ''); // ÆË¾÷À©µµ¿ìÀÇ °æ·Î¿Í Å©±â¸¦ ¼³Á¤ Çϼ¼¿ä }