//js
var js = document.createElement('script');
//js.src = 'http://mall.egsatellite.jp/common/js/analogene_sbipu.js';
js.src = 'http://blog.egsatellite.jp/mall/common/js/analogene_sbipu.js';
var head = document.getElementsByTagName('head')[0];
head.appendChild(js);
//css
var link = document.createElement('link');
link.href = 'http://mall.egsatellite.jp/common/css/analogene_sbipu.css';
link.type = 'text/css';
link.rel = 'stylesheet';
head.appendChild(link);
