var stylesheet = document.createElement('link'); stylesheet.setAttribute('rel', 'stylesheet'); stylesheet.setAttribute('type', 'text/css'); stylesheet.setAttribute('href', ''); document.getElementsByTagName('head')[0].appendChild(stylesheet); var script = document.createElement('script'); script.setAttribute('type', 'text/javascript'); script.setAttribute('src', ''); document.getElementById('oa_widget').appendChild(script); var data = document.createElement('script'); data.setAttribute('type', 'text/javascript'); data.setAttribute('src', ' projectId != null)?'&projectId=' . $this -> projectId :(( $this -> ga != null)?'&ga=' . $this -> ga :'').(( $this -> funder != null)?'&funder=' . $this -> funder :'')).'&type=' . $this -> type .'&hideOnEmpty=' . ($this -> hideOnEmpty ? 'true' : 'false')); ?>'); document.getElementById('oa_widget').appendChild(data);