﻿/* AOS 실행 */
$(function() {
    ExecuteAOS();
});

function ExecuteAOS() {
    NgbAOS.strKeyDefenseURL = '/Common/AOS/setup_keydefense.html';
    NgbAOS.strFireWallURL = '/Common/AOS/setup_firewall.html';
    NgbAOS.strDomain = "nexon.com";
    NgbAOS.Execute();
}