';
if (array_key_exists('searchType', $_GET) && $_GET['searchType'] == 'NPR Topics')
{
print '
';
}
else
{
print '';
}
foreach ($allTopics->subcategory[0]->item as $topic)
{
$title = str_replace('\'', '\\\'', $topic->title);
print '- ' . $topic->title . '
';
}
print '
';
print '