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