var contentElement = document.createElement('span'); contentElement.id = 'categorylist'; contentElement.innerHTML = '
Agriculture/Aquaculture (6)
Biology (1)
Chemistry (3)
Communications (2)
Computing (5)
Devices (3)
Diagnostic (2)
Energy (11)
Engineering (17)
Environmental Sciences (6)
Healthcare (12)
Information Sciences (1)
Materials Science (4)
Microbiology (1)
Nanotechnology (1)
Ocean Sciences (1)
Optics (1)
Physics (3)
Sensors (1)
Therapeutic (7)
Transportation (1)
'; var scriptElement = document.getElementById('scriptcategorylist'); scriptElement.parentNode.insertBefore(contentElement, scriptElement);