var headBase = document.getElementsByTagName('base');
if (headBase.length) {
headBase[0].setAttribute('href', element.getAttribute('href'));
var headBase = document.getElementsByTagName('base');
if (headBase.length) {
headBase[0].setAttribute('href', element.getAttribute('href'));