5���Ő�ɕ�����VPN�F5���Ő�ɕ������i1/6 �y�[�W�j
�ЊO����Г��̃l�b�g���[�N�Ɉ��S�ɃA�N�Z�X���邽�߂́uVPN�v�̎d�g�݂���₷��������܂��B
» 2016�N02��12�� 05��00�� ���J
�@�O�o��Ȃǂ���C���^�[�l�b�g�o�R�ň��S�ɎГ��փA�N�Z�X������A����̃r�W�l�X�p�[�g�i�[�ɑ��Ĉ��S�ɏ�������肷��j�[�Y�����܂��Ă���B�ȑO�́A���̂悤�ȃj�[�Y�ɑ��Ă͐�p�����AWeb�x�[�X�ł̈Í����ڑ������SSL�iSecure Sockets Layer�j�A���[���̈Í����Ƃ������@����ɗp����ꂽ�B
�@�������A�T�[�r�X�����l������ɂ�āA���p����A�v���P�[�V�������ӎ����邱�ƂȂ��ʐM���Í����������Ƃ����j�[�Y�����܂��Ă����B���������v���ɑ��čł��L���ȃ\�����[�V�������A�uVirtual Private Network�iVPN�j�v���B
�@�ł́AVPN�̃C���[�W��������悤�B
Copyright © ITmedia, Inc. All Rights Reserved.
';
};
BodyAdGAMWithCCE.prototype = Object.create(BodyAdContent.prototype);
BodyAdGAMWithCCE.EVENT_INIT = 'init';
BodyAdGAMWithCCE.EVENT_READY = 'ready';
/**
* AdContent �̏������Ɨ��p����
*/
BodyAdGAMWithCCE.prototype.init = function () {
Logger.writeln('BodyAdGAMWithCCE.prototype.init');
this.dispatchEvent(new CustomEvent(BodyAdGAMWithCCE.EVENT_INIT));
};
/**
* �L���g�� GAM ���N�G�X�g
*/
BodyAdGAMWithCCE.prototype.activate = function () {
refreshGam('InArtSpecialLink');
this.dispatchEvent(new CustomEvent(BodyAdGAMWithCCE.EVENT_READY));
};
// global reference
window.itm = itm;
//entry point
const build = function( e ) {
BodyAdEventBase.polyfill();
const bodyAdManager = BodyAdManager.getInstance();
bodyAdManager.addEventListener(BodyAdManager.EVENTS.READY, function (ev) {
bodyAdManager.loadAdvertise();
});
bodyAdManager.init();
}
build();
})();