var contentElement = document.createElement('span'); contentElement.id = 'categorylist'; contentElement.innerHTML = '
Biochemistry & Microbiology (1)
Biotechnology (3)
Chemistry (4)
Diagnostics (1)
Energy (1)
Engineering (1)
Life Sciences (4)
Medical Technology (3)
Nanotechnology (1)
Pharmaceutical (3)
Physical Sciences (1)
Sustainability & Clean Tech (1)
Therapeutics (3)
'; var scriptElement = document.getElementById('scriptcategorylist'); scriptElement.parentNode.insertBefore(contentElement, scriptElement);