<!--
function getCookie(name) { 
                var Found = false 
                var start, end 
                var i = 0 

                // cookie ¹®ÀÚ¿­ ÀüÃ¼¸¦ °Ë»ö 
                while(i <= document.cookie.length) { 
                     start = i 
                     end = start + name.length 
                     // name°ú µ¿ÀÏÇÑ ¹®ÀÚ°¡ ÀÖ´Ù¸é 
                     if(document.cookie.substring(start, end) == name) { 
                         Found = true 
                         break 
                     } 
                     i++ 
                } 

                // name ¹®ÀÚ¿­À» cookie¿¡¼­ Ã£¾Ò´Ù¸é 
                if(Found == true) { 
                    start = end + 1 
                    end = document.cookie.indexOf(";", start) 
                    // ¸¶Áö¸· ºÎºÐÀÌ¶ó´Â °ÍÀ» ÀÇ¹Ì(¸¶Áö¸·¿¡´Â ";"°¡ ¾ø´Ù) 
                    if(end < start) 
                        end = document.cookie.length 
                    // name¿¡ ÇØ´çÇÏ´Â value°ªÀ» ÃßÃâÇÏ¿© ¸®ÅÏÇÑ´Ù. 
                    return document.cookie.substring(start, end) 
                } 
                // Ã£Áö ¸øÇß´Ù¸é 
                return "" 
            } 

 

//Ã¹¹øÂ° ÆË¾÷
//function eventPopup() 
//{ 
//        var eventCookie=getCookie("Notice1"); //notice ºÎºÐ ÆË¾÷ÆäÀÌÁö(setCookie)¶û µ¿ÀÏÇÏ°Ô ÇØ¾ßÇÔ
//     if (eventCookie != "done"){
//       window.open('popup/pop20090507.html','event02','width=460,height=635,left=400,top=10');		
//		}
       //Ã¹¹øÂ° ÆË¾÷Ã¢ÀÇ ÁÖ¼Ò, °°Àº µµ¸ÞÀÎ¿¡ ÀÖ¾î¾ß ÇÑ´Ù.        
//}
//eventPopup();

//µÎ¹øÂ° ÆË¾÷

//function eventPopup1() 
//{ 
 // var eventCookie=getCookie("Notice0"); //notice ºÎºÐ ÆË¾÷ÆäÀÌÁö(setCookie)¶û µ¿ÀÏÇÏ°Ô ÇØ¾ßÇÔ
  // if (eventCookie != "done"){
  //window.open('/popup/pop20070822.htm','event01','width=362,height=430,left=367,top=0');
   //}
        //Ã¹¹øÂ° ÆË¾÷Ã¢ÀÇ ÁÖ¼Ò, °°Àº µµ¸ÞÀÎ¿¡ ÀÖ¾î¾ß ÇÑ´Ù.        
//} 

//eventPopup1();


//¼¼¹øÂ°ÆË¾÷

//function eventPopup2() 
//{ 
//        var eventCookie=getCookie("Notice2"); //notice ºÎºÐ ÆË¾÷ÆäÀÌÁö(setCookie)¶û µ¿ÀÏÇÏ°Ô ÇØ¾ßÇÔ
//     if (eventCookie != "done"){
//       window.open('/popup/pop20070625.htm','event03','width=300,height=430,left=370,top=0');		
//		}
//       //Ã¹¹øÂ° ÆË¾÷Ã¢ÀÇ ÁÖ¼Ò, °°Àº µµ¸ÞÀÎ¿¡ ÀÖ¾î¾ß ÇÑ´Ù.        
//}

//eventPopup2();




/*Ä«µå½ÂÀÎ¿À·ù ¿Ã¸®´Â ÆË¾÷
//function cardGongi() 
//{ 
      //  var eventCookie=getCookie("notice"); //notice ºÎºÐ ÆË¾÷ÆäÀÌÁö(setCookie)¶û µ¿ÀÏÇÏ°Ô ÇØ¾ßÇÔ
     //   if (eventCookie != "no")//
     //   window.open('/notice.html','event03','width=300,height=350,LEFT=210,TOP=0');
        //Ã¹¹øÂ° ÆË¾÷Ã¢ÀÇ ÁÖ¼Ò, °°Àº µµ¸ÞÀÎ¿¡ ÀÖ¾î¾ß ÇÑ´Ù.
}*/


//imsiGongi(); //¼­¹ö



//-->  


                     
