var contentElement = document.createElement('span'); contentElement.id = 'categorylist'; contentElement.innerHTML = '
Biology (1)
Biomaterials (5)
Chemical (1)
Chemicals (8)
Chemistry (5)
Electronics (13)
Energy and Environment (10)
Engineering (4)
Gas/Liquid Treatment (2)
Life Sciences (11)
Life Sciences (3)
Materials and Nanotechnology (21)
Materials Science (5)
Mechanical Systems (3)
Medical Imaging (1)
Optical Networking and Sensors (14)
Optics (2)
Software and Computer (3)
'; var scriptElement = document.getElementById('scriptcategorylist'); scriptElement.parentNode.insertBefore(contentElement, scriptElement);