Look for this code arond line 587if strCountry = "1" and trim(Reply_MemberCountry) <> "" then
Directly above that add this code if Reply_MemberAvatar <> "noavatar.gif" then
response.write" <img src=""" & Reply_MemberAvatar & """ width=""" & intAvatarWidth & """ height=""" & intAvatarHeight & """ border=""" & intAvatarBorder & """><br /><br />"
end if