the lines of code that would need to be commented out are:strUrlText = replace(strUrlText, "&", " ", 1, -1, 1) ' ## filter out &
andstrUrlText = replace(strUrlText, "=", " ", 1, -1, 1) ' ## filter out =
they are both in the ReplaceImageTags function in the inc_func_common.asp file.