var contentElement = document.createElement('span'); contentElement.id = 'categorylist'; contentElement.innerHTML = '
Aerospace (4)
Agriculture (3)
Artificial Intelligence (2)
Biology (4)
Chemistry (3)
Climate (3)
Coatings (1)
Communications (1)
Construction (2)
Education (3)
Electricity (2)
Energy (3)
Engineering (9)
Environment (2)
Games (1)
Humanitarian (4)
Laboratory Equipment (2)
Materials (6)
Mechanical (5)
Medical Device (5)
Nanoparticles (2)
Packaging (5)
Physics (1)
Robotics (2)
Safety (4)
Supply Chain (4)
Transportation (5)
'; var scriptElement = document.getElementById('scriptcategorylist'); scriptElement.parentNode.insertBefore(contentElement, scriptElement);