<PUBLIC:COMPONENT id="bhvGlossary"> 
<PUBLIC:ATTACH event="onclick" handler="goClick" />
<script type="text/javascript"> 
function goClick() 
{ 
//change this to document.location.href = ... etc. 
alert("glossary.asp#" + this.innerText ); 
} 
</script> 
</PUBLIC:COMPONENT> 