// Related items var relatedStr = unescape(document.forms[0].RelatedItems.value); var relatedList = relatedStr.split(';'); if (relatedList != "") { document.write('
Related items
'); } // In this section var thissectStr = unescape(document.forms[0].InThisSection.value); var thissectList = thissectStr.split(';'); if (thissectList != "") { document.write('
In this section
'); } // Categories var thiscatStr = unescape(document.forms[0].Categories.value); var thiscatList = thiscatStr.split(';'); if (thiscatStr != "") { document.write('
Research topics
'); }