Bruce,
I would love to see all the links in the forum be passed through a function. This way SEO support would be possible and we could change more options (if we wanted to change default.asp to forum_listings.asp or something). It would also be easier to do your strQsSID1 and strQsSID2 variable additions automatic.
Example:
change old links:
<a href="default.asp<% = strQsSID2 %>">Home</a> |
to new link:
<a href="<% = Link("default.asp") %>">Home</a> |
Please consider this for future updates. I would even spend the time recoding the links if you did not want to. Let me know please!