var contentElement = document.createElement('span'); contentElement.id = 'categorylist'; contentElement.innerHTML = '
Biotechnology (4)
Drug Targets & Mechanisms (3)
General Biology & Chemistry (2)
Life Stock & Agriculture (2)
Methodology (5)
Research Tools (cell lines, mice, kits, ABs, ...) (2)
Software & Algorithms (5)
Therapeutics (Biologics & Compounds) (5)
Vaccines (1)
'; var scriptElement = document.getElementById('scriptcategorylist'); scriptElement.parentNode.insertBefore(contentElement, scriptElement);