Copyright © The Asahi Shimbun Company. All rights reserved. No reproduction or republication without written permission.
';
let vHTML_SP = vHTML;
let vPathName = location.pathname;
let vTarget;
if(vPathName.slice(0,4) == '/sp/'){
vTarget = document.querySelector('#ArticleBody');
if(vTarget != null) {vTarget.insertAdjacentHTML('afterend',vHTML_SP)}
} else {
if(document.querySelector('#MainInner .ArticleBody .RelatedLinkMod') != null) {
vTarget = document.querySelector('#MainInner .ArticleBody .RelatedLinkMod');
} else {
vTarget = document.querySelector('#MainInner .ArticleBody');
}
if(vTarget != null) {vTarget.insertAdjacentHTML('afterend',vHTML)}
}
});
//-->
Related Keywords