var contentElement = document.createElement('span'); contentElement.id = 'categorylist'; contentElement.innerHTML = '
Aeronautical and Automotive Engineering (1)
Business and Economics (1)
Chemical Engineering (3)
Civil and Building Engineering (5)
Electronic, Electrical and Systems Engineering (1)
Geographical (1)
Information Science (3)
Materials (5)
Mechanical and Manufacturing Engineering (4)
Social Sciences (3)
Sport, Excercise and Health Sciences (4)
'; var scriptElement = document.getElementById('scriptcategorylist'); scriptElement.parentNode.insertBefore(contentElement, scriptElement);