var contentElement = document.createElement('span'); contentElement.id = 'categorylist'; contentElement.innerHTML = '
Aquaculture (3)
Biotechnology (7)
Communications (1)
Computer Science (1)
Data Analysis (3)
Drug Discovery (2)
Genetics (2)
Infectious Diseases (1)
Medical Devices (3)
Nanotechnology (1)
Neurodegenerative Diseases (2)
Ocean Engineering (1)
Oncology (1)
Optics (3)
Robotics (1)
Secure Systems (1)
Sensing and Embedded Network Systems (3)
Solar Energy (1)
'; var scriptElement = document.getElementById('scriptcategorylist'); scriptElement.parentNode.insertBefore(contentElement, scriptElement);