self.close(); "); exit; } $q1 = mysqlQuery(" select * from n_popup where code = $code "); $c1 = mysqlFetch($q1); if($c1[content_type] == 'text') { $c1[win_body] = htmlspecialchars($c1[win_body]); $c1[win_body] = nl2br($c1[win_body]); } echo(" $COMPANY_NAME $c1[win_body] "); if($c1[cookie_interval] != '') { if($c1[cookie_interval] == 'next') { $cookieWords = "´ÙÀ½ ¹æ¹®½Ã±îÁö ÀÌ Ã¢À» ¿­Áö ¾ÊÀ½"; } else if($c1[cookie_interval] == '1day') { $cookieWords = "¿À´Ã ÇϷ絿¾È ÀÌ Ã¢À» ¿­Áö ¾ÊÀ½"; } echo("
$cookieWords
"); } ?>