var contentElement = document.createElement('span'); contentElement.id = 'categorylist'; contentElement.innerHTML = '
Biomedical (4)
Electrical (3)
Materials (4)
Mechanical (2)
Nano (2)
Software (3)
Biotechnology (6)
Cell Biology (3)
Immunology/Inflammation (1)
Molecular biology (6)
Neuroscience (3)
Chemistry (3)
Biochemistry (6)
Polymer and Composites (1)
Cancer Research (1)
Drug Discovery (6)
Pharmacology (5)
Computing (5)
Healthcare (4)
Medical Devices (2)
'; var scriptElement = document.getElementById('scriptcategorylist'); scriptElement.parentNode.insertBefore(contentElement, scriptElement);