1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
|
<?php include_once("./_common2.php"); ?> <!-- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> --> <html> <head> <title>¾÷¹«¿ë ¼ÒÇÁÆ®¿þ¾î Àü¹®°³¹ß¾÷ü::::¿¥Á¦À̼ÒÇÁÆ®::::</title>
<!-- Ç÷¹½¬ xp¿ëÀ¸·Î »ðÀÔÇÏ´Â ÀÚ¹Ù ½ºÅ©¸³Æ® ½ÃÀÛ --> <!-- <script language="javascript" src="/InsertFlash.js"></script> --> <!-- Ç÷¹½¬ xp¿ëÀ¸·Î »ðÀÔÇÏ´Â ÀÚ¹Ù ½ºÅ©¸³Æ® ³¡-->
<!-- <link rel="STYLESHEET" type="text/css" href="/contents/common/css/common.css"> <script src="/contents/common/js/common.js" type="text/javascript"></script> <script language=javascript> </script> --> <!-- <meta http-equiv="Content-Type" content="text/html; charset=euc-kr"></head> --> <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- Ç÷¹½¬ °æ·Î ¹× »ðÀÔ ¼Ò½º ½ÃÀÛ--> <!-- <p><script>FlashInsert('main', 'fla/hebi01.swf', '702', '80', 'always', 'transparent', '#fffff', 'high', 'middle');</script></p> --> <!-- Ç÷¹½¬ °æ·Î ¹× »ðÀÔ ¼Ò½º ³¡-->
<!-- À̹ÌÁö »ðÀÔ ½ÃÀÛ-->
<!-- À̹ÌÁö »ðÀÔ ½ÃÀÛ--> <p><img src="./img/popup/notice_main.jpg"></p>
<!-- À̹ÌÁö »ðÀÔ ³¡-->
<!-- ÆË¾÷â ÇϷ絿¾È¸¸ º¸¿©Áö´Â ¼Ò½º ½ÃÀÛ --> <script language="JavaScript"> function setCookie( name, value, expiredays ) { var todayDate = new Date(); todayDate.setDate( todayDate.getDate() + expiredays ); document.cookie = name + "=" + escape( value ) + "; path=/; expires=" + todayDate.toGMTString() + ";" } function closeWin() { if ( document.cnjform.notice.checked ) // Æû³×ÀÓ cnjform Àº µ¿ÀÏÇØ¾ß ÇÕ´Ï´Ù. setCookie("news2", "no" , 1); // ºÎ¸ðâ¿¡¼ ÁöÁ¤ÇÑ ÄíŰ³×ÀÓ°ú ÀÏÄ¡ ÇØ¾ß ÇÕ´Ï´Ù. top.close(); } </script>
<form name="cnjform"> <div id="â´Ý±â" style="width:300px; height:38px; position:absolute; left:152px; top:265px; z-index:1;"> <p><span style="font-size:9pt;"><font color="#999999"><input type="checkbox" name="notice">ÇϷ絿¾È ÀÌ Ã¢À» ¿Áö ¾Ê±â <input type="button" value="â´Ý±â" onClick="closeWin()"></font></span></p> </div> </form> </body> <!-- ÆË¾÷â ÇϷ絿¾È¸¸ º¸¿©Áö´Â ¼Ò½º ³¡ -->
<!-- À§¿¡ â´Ü±â ¹öưÀº ¹Ùµð¿¡ ³Ö¾î¾ß ÇÑ´Ù. -->
</html>
|