" );
navigation.mount({
footerElemID: 'nv-footer',
showBrandFooter: true,
url: 'https://www.nvidia.com/bin/service/nvHeaderFooterSrvc/?locale=ja_JP&brand=autonomous-machines',
enableMegaMenu: false
});
}, 1000);
$('body').on('DOMNodeInserted DOMNodeRemoved', function () {
$('.footer a[href]:not([href*="www.nvidia.com"])').attr('target', '_blank');
});