<!-- Hide this script from non-JavaScript-enabled browsers
// copyright 2005 by Donald Firesmith
function includeTopicLinks() {
document.write(
'<div>',
'<span class="tiny">',
'<strong>Topics:</strong>',
'&nbsp; <a href="#Definition">Definition</a>',
'&nbsp; <a href="#Classification">Classification</a>',
'&nbsp; <a href="#Responsibilities">Responsibilities</a>',
'&nbsp; <a href="#Guidelines">Guidelines</a>',
'</span>',
'</div>'
);
}
// stop hiding -->

