function setCookie( name, value, expiredays ){ var todayDate = new Date(); todayDate.setDate( todayDate.getDate() + expiredays ); document.cookie = name + "=" + escape( value ) + "; path=/; expires=" + todayDate.toGMTString() + ";" } function 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 ( getCookie( "pop15" ) != "done" ){ noticeWindow = window.open('pop/pop_20111031.html', 'pop15', 'toolbar=no, status=no, menubar=no, resizable=no, scrollbars=no, width=350, height=425, left=10, top=0'); noticeWindow.opener = self; } if ( getCookie( "pop14" ) != "done" ){ noticeWindow = window.open('pop/pop_20111025.html', 'pop14', 'toolbar=no, status=no, menubar=no, resizable=no, scrollbars=no, width=600, height=725, left=10, top=0'); noticeWindow.opener = self; } if ( getCookie( "pop13" ) != "done" ){ noticeWindow = window.open('pop/pop_20111019.html', 'pop13', 'toolbar=no, status=no, menubar=no, resizable=no, scrollbars=no,width=600, height=725'); noticeWindow.opener = self; } if ( getCookie( "pop12" ) != "done" ){ noticeWindow = window.open('pop/pop_20111011.html', 'pop12', 'toolbar=no, status=no, menubar=no, resizable=no, scrollbars=no,width=700, height=595'); noticeWindow.opener = self; } if ( getCookie( "pop11" ) != "done" ){ noticeWindow = window.open('pop/pop_20110930.html', 'pop11', 'toolbar=no, status=no, menubar=no, resizable=no, scrollbars=no,width=500, height=725'); noticeWindow.opener = self; } if ( getCookie( "pop10" ) != "done" ){ noticeWindow = window.open('pop/pop_20110929.html', 'pop10', 'toolbar=no, status=no, menubar=no, resizable=no, scrollbars=no,width=400, height=559'); noticeWindow.opener = self; } if ( getCookie( "pop9" ) != "done" ){ noticeWindow = window.open('pop/pop_20110915.html', 'pop9', 'toolbar=no, status=no, menubar=no, resizable=no, scrollbars=no,width=600, height=825'); noticeWindow.opener = self; } if ( getCookie( "pop8" ) != "done" ){ noticeWindow = window.open('pop/pop_20110907.html', 'pop8', 'toolbar=no, status=no, menubar=no, resizable=no, scrollbars=no,width=400, height=375'); noticeWindow.opener = self; } if ( getCookie( "pop7" ) != "done" ){ noticeWindow = window.open('pop/pop_20110727.html', 'pop7', 'toolbar=no, status=no, menubar=no, resizable=no, scrollbars=no,width=500, height=592'); noticeWindow.opener = self; } if ( getCookie( "pop6" ) != "done" ){ noticeWindow = window.open('pop/pop_20110718.html', 'pop6', 'toolbar=no, status=no, menubar=no, resizable=no, scrollbars=no,width=300, height=325'); noticeWindow.opener = self; } if ( getCookie( "pop5" ) != "done" ){ noticeWindow = window.open('pop/pop_20110705.html', 'pop5', 'toolbar=no, status=no, menubar=no, resizable=no, scrollbars=no,width=600, height=894'); noticeWindow.opener = self; } if ( getCookie( "pop4" ) != "done" ){ noticeWindow = window.open('pop/pop_20110502.html', 'pop4', 'toolbar=no, status=no, menubar=no, resizable=no, scrollbars=no,width=530, height=795'); noticeWindow.opener = self; } if ( getCookie( "pop3" ) != "done" ){ noticeWindow = window.open('pop/pop_20110321.html', 'pop3', 'toolbar=no, status=no, menubar=no, resizable=no, scrollbars=no,width=450, height=700'); noticeWindow.opener = self; } if ( getCookie( "pop2" ) != "done" ){ noticeWindow = window.open('pop/pop_20110215.html', 'pop2', 'toolbar=no, status=no, menubar=no, resizable=no, scrollbars=no,width=450, height=720'); noticeWindow.opener = self; } if ( getCookie( "pop1" ) != "done" ){ noticeWindow = window.open('pop/pop_20110207.html', 'pop1', 'toolbar=no, status=no, menubar=no, resizable=no, scrollbars=no,width=400, height=605); noticeWindow.opener = self; } */