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 "";
}

// ÆË¾÷Ã¢¿¡¼­ ¸¸µé¾îÁø ÄíÅ° Notice(Notice2) ÀÇ °ªÀÌ done(done2) ÀÌ ¾Æ´Ï¸é(Áï, Ã¼Å©ÇÏÁö ¾ÊÀ¸¸é,) 
// °øÁöÃ¢ (new.htm new2.htm) À» ¶ç¿ó´Ï´Ù
if ( getCookie( "Notice" ) !="done") {
        noticeWindow  =  window.open('../recruit/pop_rnd20100831.htm','notice','left=20, top=0, width=310,height=320');
        noticeWindow.opener = self;
}

 if ( getCookie( "Notice2" ) !="done") {
		noticeWindow2  =  window.open('../recruit/pop_rnd20100909.htm','notice2','left=350, top=0, width=300,height=320');
		noticeWindow2.opener = self;
}

