I've done most of it, but I don't know how to change this.
in inc_functions, there is
fString = replace(fString, "", "<img src=icon_smile_angry.gif border=0 align=middle"">")
I want to change src=icon_smile.....
to src=<%=strImageURL%>icon_....
it's ok in html tags, but I don't know how to write it in a function like the one above.
thanks.