function renderCmnHeader ( textColor, bgColor, logoImg, hasAffiliateRegulation) { var _blog_url= 'https://blog.seesaa.jp'; var _tag_url = 'https://blog.seesaa.jp/tag'; var _affiliate_regulation = ''; if (hasAffiliateRegulation != '0') { _affiliate_regulation = '
アフィリエイト広告を利用しています
'; } var css=document.createElement('link'); css.setAttribute('rel','stylesheet'); css.setAttribute('type','text/css'); css.setAttribute('href',_blog_url+'/css/site/common-header.css'); document.getElementsByTagName('head')[0].appendChild(css) var bg = bgColor.replace('#', ''), tc = textColor.replace('#', ''); document.write('' + '
' + '
' + '' + '
' + _affiliate_regulation + '
' + '
' + '
' + ''); }