members.asp, lines 278-279...
Response.Write " <input type=""checkbox"" name=""FirstName"" value=""1""" & chkRadio(srchFName,1,true) & ">First Name" & vbNewline & _
" <input type=""checkbox"" name=""LastName"" value=""1""" & chkRadio(srchLName,1,true) & ">Last Name" & vbNewline
Post.asp line 1109
Response.Write " <font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><input name=""sticky"" type=""checkbox"" value=""1""" & chkRadio(strTopicSticky,1,true) & ">Check here to make this topic sticky.<br /></font>" & vbNewLine
All calls to chkRadio has to be chkCheckbox for consistancy. It will not harm as of now because both functions are the same...