Is it really necessary to resize every single icon that is printed in the forum?
if the icon is already 15x15 there is no need to resize it. it only slows down pages by added uneeded text.
Also the title parameter that is being put in the <img> tag belongs in the <a href> tag. I have changed line 161 of inc_iconfiles.asp to:
getCurrentIcon = "<img src=""" & strTempImageUrl & tmpicons(0) & """" & " border=""0"" alt=""" & fAltText & """" & fOtherTags & " />"
seems to make things work better.