// ÄíÅ°°¡ ÀÖ³ª Ã£½À´Ï´Ù 
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 ÀÇ °ªÀÌ done ÀÌ ¾Æ´Ï¸é(Áï, Ã¼Å©ÇÏÁö ¾ÊÀ¸¸é,) 

// °øÁöÃ¢À» ¶ç¿ó´Ï´Ù 

// if ( getCookie( 'Notice' ) != 'done' ) { 
//        noticeWindow  =  window.open('/thomas/pup/pup_2012new.htm','popup','left=20, top=20, width=500, height=380'); 
//       noticeWindow.opener = self; 
// }
// if ( getCookie( 'Notice1' ) != 'done' ) { 
// 	 noticeWindow  =  window.open('/thomas/pup/pup1.htm','popup','left=50, top=50, width=400, height=600'); 
//    noticeWindow.opener = self; 
// }

